Skip to content

Commit

Permalink
www/p5-RT-Extension-RepeatTicket2 -- new port
Browse files Browse the repository at this point in the history
New port to add RT:Extension:RepeatTicket-2.0.0

This is just the latest update to RT::Extension::RepeatTicket, but it
only works with RT-5.0.1 RT::Extension::RepeatTicket-1.11 has been
retained as the last available version that works with RT-4.4.4

Return this port to the pool, as I no longer have any interest in RT.

ChangeLog:  https://metacpan.org/source/BPS/RT-Extension-RepeatTicket-2.00/Changes
  • Loading branch information
infracaninophile committed Apr 26, 2021
1 parent 52e2eeb commit 7a3781d
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -1105,6 +1105,7 @@
SUBDIR += p5-RT-Extension-LDAPImport
SUBDIR += p5-RT-Extension-MandatoryOnTransition
SUBDIR += p5-RT-Extension-RepeatTicket
SUBDIR += p5-RT-Extension-RepeatTicket2
SUBDIR += p5-RTx-Calendar
SUBDIR += p5-Reaction
SUBDIR += p5-Reddit
Expand Down
46 changes: 46 additions & 0 deletions www/p5-RT-Extension-RepeatTicket2/Makefile
@@ -0,0 +1,46 @@
# Created by: Matthew Seaman <matthew@FreeBSD.org>

PORTNAME= RT-Extension-RepeatTicket
PORTVERSION= 2.00
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
PKGNAMESUFFIX= 2

MAINTAINER= ports@FreeBSD.org
COMMENT= RT Extension to repeat tickets base on a schedule

LICENSE= GPLv2

BUILD_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \
p5-DateTime-Event-ICal>0:devel/p5-DateTime-Event-ICal
RUN_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \
p5-DateTime-Event-ICal>0:devel/p5-DateTime-Event-ICal

USES= perl5
USE_PERL5= configure

NO_ARCH= yes

RT_VER= 50
PLIST_SUB= RTHOME=share/rt${RT_VER}

# Note: You can install using an arbitrary $PREFIX but only if it
# matches the $PREFIX used to install www/rt44. 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}/share/rt${RT_VER}/plugins/RT-Extension-RepeatTicket/lib/RT/Extension/RepeatTicket/Test.pm.in \
${STAGEDIR}${PREFIX}/share/rt${RT_VER}/plugins/RT-Extension-RepeatTicket/bin/rt-repeat-ticket.in \
${STAGEDIR}${PREFIX}/man/auto/RT/Extension/RepeatTicket/.packlist*
${RMDIR} -p ${STAGEDIR}${PREFIX}/man/auto/RT/Extension/RepeatTicket 2>/dev/null || :

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions www/p5-RT-Extension-RepeatTicket2/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1619344444
SHA256 (RT-Extension-RepeatTicket-2.00.tar.gz) = 79ff2399d15f31bdaec323a84f04d1a0adafc007a10bb4ff6344a6bd20326de4
SIZE (RT-Extension-RepeatTicket-2.00.tar.gz) = 65258
3 changes: 3 additions & 0 deletions www/p5-RT-Extension-RepeatTicket2/pkg-descr
@@ -0,0 +1,3 @@
RT extension that repeats tickets based on a schedule

WWW: https://metacpan.org/release/RT-Extension-RepeatTicket
13 changes: 13 additions & 0 deletions www/p5-RT-Extension-RepeatTicket2/pkg-plist
@@ -0,0 +1,13 @@
man/man3/RT::Extension::RepeatTicket.3.gz
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/bin/rt-repeat-ticket
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/etc/initialdata
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Elements/Tabs/Privileged
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Ticket/Create.html/AfterBasics
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Ticket/Display.html/BeforeDisplay
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Ticket/Elements/EditRecurrence
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Ticket/ModifyRecurrence.html
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/lib/RT/Extension/RepeatTicket.pm
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/lib/RT/Extension/RepeatTicket/Test.pm
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/po/repeatticket.pot
%%RTHOME%%/plugins/RT-Extension-RepeatTicket/static/css/repeat-ticket.css

0 comments on commit 7a3781d

Please sign in to comment.