diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile index 0020e5ca6328..59a4c6fcd1fe 100644 --- a/www/p5-RTx-Calendar/Makefile +++ b/www/p5-RTx-Calendar/Makefile @@ -1,63 +1,62 @@ PORTNAME= RTx-Calendar -PORTVERSION= 1.03 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Calendar extension module for the RT ticketing system WWW= https://metacpan.org/release/RTx-Calendar LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Date-ICal>0:devel/p5-Date-ICal \ - p5-Data-ICal>0:deskutils/p5-Data-ICal \ - p5-DateTime-Set>0:devel/p5-DateTime-Set \ - ${LOCALBASE}/bin/rt:www/rt${RT_VER} -RUN_DEPENDS= p5-Date-ICal>0:devel/p5-Date-ICal \ - p5-Data-ICal>0:deskutils/p5-Data-ICal \ - p5-DateTime-Set>0:devel/p5-DateTime-Set \ - ${LOCALBASE}/bin/rt:www/rt${RT_VER} - -FLAVOR?= ${FLAVORS:[1]} -FLAVORS= rt44 rt50 +BUILD_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \ + p5-Data-ICal>0:deskutils/p5-Data-ICal \ + p5-Date-ICal>0:devel/p5-Date-ICal \ + p5-DateTime-Set>0:devel/p5-DateTime-Set +RUN_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \ + p5-Data-ICal>0:deskutils/p5-Data-ICal \ + p5-Date-ICal>0:devel/p5-Date-ICal \ + p5-DateTime-Set>0:devel/p5-DateTime-Set + +FLAVORS= rt44 rt50 +FLAVOR?= ${FLAVORS:[1]} rt44_PKGNAMEPREFIX= p5-RT44- -rt44_CONFLICTS_INSTALL= rt50 +rt44_CONFLICTS_INSTALL= rt50 rt50_PKGNAMEPREFIX= p5-RT50- -rt50_CONFLICTS_INSTALL= rt44 +rt50_CONFLICTS_INSTALL= rt44 .if ${FLAVOR} == rt44 RT_VER= 44 .elif ${FLAVOR} == rt50 RT_VER= 50 .endif USES= perl5 USE_PERL5= configure NO_ARCH= yes PLIST_SUB+= RTHOME=share/rt${RT_VER} post-patch: @${FIND} ${WRKSRC} -name '*.orig' -delete # Note: You can install using an arbitrary $PREFIX but only if it # matches the $PREFIX used to install www/rt{44,50}. Hence ignore # $PREFIX in the environment and inherit settings from RT.pm do-configure: @cd ${CONFIGURE_WRKSRC} && \ unset PREFIX && \ ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${SITE_PERL} ${CONFIGURE_CMD} && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile post-configure: ${REINPLACE_CMD} "/RTxPlugin/d" ${WRKSRC}/Makefile post-install: ${RM} ${STAGEDIR}${PREFIX}/man/auto/RTx/Calendar/.packlist ${RMDIR} -p ${STAGEDIR}${PREFIX}/man/auto/RTx/Calendar 2>/dev/null || : .include diff --git a/www/p5-RTx-Calendar/distinfo b/www/p5-RTx-Calendar/distinfo index 09036f64e7b0..08068023a643 100644 --- a/www/p5-RTx-Calendar/distinfo +++ b/www/p5-RTx-Calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595332374 -SHA256 (RTx-Calendar-1.03.tar.gz) = 4b217c978f825276fc9d3886af0712c43c4820705e1c3cd7eae6c447e55ec74f -SIZE (RTx-Calendar-1.03.tar.gz) = 43830 +TIMESTAMP = 1699378673 +SHA256 (RTx-Calendar-1.05.tar.gz) = 3050d2c865eae5560b2f29613924c7bde2b405049f5af999a7346d007f90bc9d +SIZE (RTx-Calendar-1.05.tar.gz) = 43816 diff --git a/www/p5-RTx-Calendar/pkg-descr b/www/p5-RTx-Calendar/pkg-descr index bc1a893f611c..a2ecbbfcc5f1 100644 --- a/www/p5-RTx-Calendar/pkg-descr +++ b/www/p5-RTx-Calendar/pkg-descr @@ -1,12 +1,9 @@ This RT extension provides a calendar view for your tickets and your reminders so you see when is your next due ticket. You can find it in the menu Search->Calendar. There's a portlet to put on your home page (see Prefs/MyRT.html) You can also enable ics (ICal) feeds for your default calendar and all your private searches in Prefs/Calendar.html. Authentication is magic number based so that you can give those feeds to other people. - -You can find screenshots on -http://gaspard.mine.nu/dotclear/index.php?tag/rtx-calendar