From owner-freebsd-perl@FreeBSD.ORG Mon Sep 26 21:40:11 2011 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CC80106564A for ; Mon, 26 Sep 2011 21:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3243E8FC23 for ; Mon, 26 Sep 2011 21:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8QLeBnT072450 for ; Mon, 26 Sep 2011 21:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8QLeBjx072449; Mon, 26 Sep 2011 21:40:11 GMT (envelope-from gnats) Date: Mon, 26 Sep 2011 21:40:11 GMT Message-Id: <201109262140.p8QLeBjx072449@freefall.freebsd.org> To: perl@FreeBSD.org From: Matthew Seaman Cc: Subject: Re: ports/160955: [maintainer] www/p5-RT-Extension-SLA update to 0.05, etc X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 21:40:11 -0000 The following reply was made to PR ports/160955; it has been noted by GNATS. From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/160955: [maintainer] www/p5-RT-Extension-SLA update to 0.05, etc Date: Mon, 26 Sep 2011 22:38:25 +0100 Updated patch accounting for dougb@'s commits earlier today: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-RT-Extension-SLA/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 26 Sep 2011 20:01:01 -0000 1.14 +++ Makefile 26 Sep 2011 21:14:51 -0000 @@ -6,7 +6,7 @@ # PORTNAME= RT-Extension-SLA -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,17 +14,28 @@ MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= RT extension to automate due dates using service levels +LICENSE= GPLv2 + BUILD_DEPENDS= ${SITE_PERL}/Business/Hours.pm:${PORTSDIR}/misc/p5-Business-Hours -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 PERL_CONFIGURE= yes -RTHOME?= share/rt38 -SUB_LIST+= INITIALDATA=plugins/RT-Extension-SLA/etc/initialdata -RT_PM_DIR= ${SITE_PERL} -BUILD_DEPENDS+= ${RT_PM_DIR}/RT.pm:${PORTSDIR}/www/rt38 +OPTIONS= RT38 "Install for rt-3.8.x (default rt-4.0.x)" off + +.include + +.if defined(WITH_RT38) +RT_VER= 38 +.else +RT_VER= 40 +.endif + +BUILD_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER} +RUN_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER} + MAN3PREFIX= ${PREFIX} MAN3= RT::Action::SLA.3 \ @@ -38,9 +49,10 @@ RT::Extension::SLA.3 \ RT::Queue_SLA.3 -PLIST_SUB+= RTHOME=${RTHOME} +PLIST_SUB+= RTHOME=share/rt${RT_VER} -SUB_LIST+= RTHOME=${RTHOME} +SUB_LIST+= RTHOME=share/rt${RT_VER} +SUB_LIST+= INITIALDATA=plugins/RT-Extension-SLA/etc/initialdata SUB_FILES+= pkg-message # Note: You can install using an arbitrary $PREFIX but only if it @@ -49,7 +61,7 @@ do-configure: @cd ${CONFIGURE_WRKSRC} && \ unset PREFIX && \ - ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${RT_PM_DIR} ./${CONFIGURE_SCRIPT} && \ + ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${SITE_PERL} ./${CONFIGURE_SCRIPT} && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile post-install: Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-RT-Extension-SLA/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 14 Jun 2011 11:02:09 -0000 1.4 +++ distinfo 26 Sep 2011 21:14:51 -0000 @@ -1,2 +1,3 @@ -SHA256 (RT-Extension-SLA-0.04.tar.gz) = 1e024a353cdeec0b1ef0dc0e1711129a678add8530fee67466e40c0095c774ab -SIZE (RT-Extension-SLA-0.04.tar.gz) = 41584 +SHA256 (RT-Extension-SLA-0.05.tar.gz) = 0e74e6beb91c8cf0fabfcd6760f0c807f318499e67b6f26ea9aeefb1fb345491 +SIZE (RT-Extension-SLA-0.05.tar.gz) = 41842 + Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-RT-Extension-SLA/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 26 Sep 2011 20:01:01 -0000 1.3 +++ pkg-plist 26 Sep 2011 21:14:51 -0000 @@ -8,8 +8,10 @@ %%RTHOME%%/plugins/RT-Extension-SLA/lib/RT/Condition/SLA_RequireDefault.pm %%RTHOME%%/plugins/RT-Extension-SLA/lib/RT/Condition/SLA_RequireDueSet.pm %%RTHOME%%/plugins/RT-Extension-SLA/lib/RT/Condition/SLA_RequireStartsSet.pm +%%RTHOME%%/plugins/RT-Extension-SLA/lib/RT/Extension/SLA/Test.pm %%RTHOME%%/plugins/RT-Extension-SLA/lib/RT/Extension/SLA.pm %%RTHOME%%/plugins/RT-Extension-SLA/lib/RT/Queue_SLA.pm +@dirrm %%RTHOME%%/plugins/RT-Extension-SLA/lib/RT/Extension/SLA @dirrm %%RTHOME%%/plugins/RT-Extension-SLA/lib/RT/Extension @dirrm %%RTHOME%%/plugins/RT-Extension-SLA/lib/RT/Condition @dirrm %%RTHOME%%/plugins/RT-Extension-SLA/lib/RT/Action -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW