Index: head/www/p5-RTx-Calendar/Makefile =================================================================== --- head/www/p5-RTx-Calendar/Makefile (revision 374995) +++ head/www/p5-RTx-Calendar/Makefile (revision 374996) @@ -1,68 +1,66 @@ # Created by: Matthew Seaman # $FreeBSD$ PORTNAME= RTx-Calendar -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 1.00 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Calendar extension module for the RT ticketing system LICENSE_COMB= dual LICENSE= ART10 GPLv1 BUILD_DEPENDS= p5-Date-ICal>0:${PORTSDIR}/devel/p5-Date-ICal \ p5-Data-ICal>0:${PORTSDIR}/deskutils/p5-Data-ICal \ p5-DateTime-Set>0:${PORTSDIR}/devel/p5-DateTime-Set RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES+= perl5 USE_PERL5= configure OPTIONS_SINGLE= RTVERSION -OPTIONS_SINGLE_RTVERSION= RT38 RT40 RT42 -RT38_DESC= Install for rt-3.8.x (www/rt38) +OPTIONS_SINGLE_RTVERSION= RT40 RT42 RT40_DESC= Install for rt-4.0.x (www/rt40) RT42_DESC= Install for rt-4.2.x (www/rt42) OPTIONS_DEFAULT= RT42 .include -.for opt in 38 40 42 +.for opt in 40 42 .if ${PORT_OPTIONS:MRT${opt}} RT_VER= ${opt} .endif .endfor BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER} RUN_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER} MAN3PREFIX= ${PREFIX} PLIST_SUB+= RTHOME=share/rt${RT_VER} ### Temporary for debugging #WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/work${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{38,40,42}. 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_SCRIPT} && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile post-install: ${RM} ${STAGEDIR}${PREFIX}/man/auto/RTx/Calendar/.packlist ${RMDIR} -p ${STAGEDIR}${PREFIX}/man/auto/RTx/Calendar 2>/dev/null || : .include Index: head/www/p5-RTx-Calendar/distinfo =================================================================== --- head/www/p5-RTx-Calendar/distinfo (revision 374995) +++ head/www/p5-RTx-Calendar/distinfo (revision 374996) @@ -1,2 +1,2 @@ -SHA256 (RTx-Calendar-0.20.tar.gz) = 2d8359dff7fa2b9e9ec42e94374581de7372a7505b29649b4a554b455945da5c -SIZE (RTx-Calendar-0.20.tar.gz) = 36190 +SHA256 (RTx-Calendar-1.00.tar.gz) = a193a34cc57bb5a48824c5a91eb6f5e8c98a52b695fa4a1e2608d7b1253b82a2 +SIZE (RTx-Calendar-1.00.tar.gz) = 45117 Index: head/www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm =================================================================== --- head/www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm (revision 374995) +++ head/www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm (revision 374996) @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- inc/Module/Install/RTx.pm.orig +--- inc/Module/Install/RTx.pm.orig 2014-12-16 01:34:17 UTC +++ inc/Module/Install/RTx.pm -@@ -101,7 +101,7 @@ +@@ -85,7 +85,7 @@ sub RTx { my %index = map { $_ => 1 } @INDEX_DIRS; $self->no_index( directory => $_ ) foreach grep !$index{$_}, @DIRS; - my $args = join ', ', map "q($_)", map { ($_, $path{$_}) } + my $args = join ', ', map "q($_)", map { ($_, "\${DESTDIR}$path{$_}") } - grep $subdirs{$_}, keys %path; + sort keys %path; - print "./$_\t=> $path{$_}\n" for sort keys %subdirs; + printf "%-10s => %s\n", $_, $path{$_} for sort keys %path; Property changes on: head/www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/www/p5-RTx-Calendar/pkg-plist =================================================================== --- head/www/p5-RTx-Calendar/pkg-plist (revision 374995) +++ head/www/p5-RTx-Calendar/pkg-plist (revision 374996) @@ -1,21 +1,16 @@ man/man3/RTx::Calendar.3.gz %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged -%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket/Elements/Tabs/Default -%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/User/Elements/Tabs/Default %%RTHOME%%/plugins/RTx-Calendar/html/Elements/CalendarEvent %%RTHOME%%/plugins/RTx-Calendar/html/Elements/MyCalendar -%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/Calendar/dhandler -%%RTHOME%%/plugins/RTx-Calendar/html/Prefs/Calendar.html -%%RTHOME%%/plugins/RTx-Calendar/html/Prefs/Elements/CalendarFeed %%RTHOME%%/plugins/RTx-Calendar/html/Search/Calendar.html %%RTHOME%%/plugins/RTx-Calendar/lib/RTx/Calendar.pm %%RTHOME%%/plugins/RTx-Calendar/static/css/calendar.css %%RTHOME%%/plugins/RTx-Calendar/static/images/created.png %%RTHOME%%/plugins/RTx-Calendar/static/images/created_due.png %%RTHOME%%/plugins/RTx-Calendar/static/images/due.png %%RTHOME%%/plugins/RTx-Calendar/static/images/reminder.png %%RTHOME%%/plugins/RTx-Calendar/static/images/resolved.png %%RTHOME%%/plugins/RTx-Calendar/static/images/started.png %%RTHOME%%/plugins/RTx-Calendar/static/images/starts.png %%RTHOME%%/plugins/RTx-Calendar/static/images/starts_due.png %%RTHOME%%/plugins/RTx-Calendar/static/images/updated.png