Date: Mon, 5 May 2003 18:58:39 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Mathieu Arnold <m@absolight.net> Subject: ports/51803: (update) devel/p5-Class-Container Message-ID: <20030505165839.9430C7E6E@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305051700.h45H0LGo072931@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51803 >Category: ports >Synopsis: (update) devel/p5-Class-Container >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 05 10:00:20 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update to 0.10 >How-To-Repeat: >Fix: --- p5-Class-Container-0.10.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Class-Container/Makefile,v retrieving revision 1.6 diff -u -d -b -w -r1.6 Makefile --- Makefile 2003/03/31 00:00:44 1.6 +++ Makefile 2003/05/05 16:55:29 @@ -6,7 +6,7 @@ # PORTNAME= Class-Container -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Class @@ -19,8 +19,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Class::Container.3 @@ -28,6 +26,10 @@ .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.if ${PERL_LEVEL} < 500600 +IGNORE="require perl 5.6.x or higher" .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Class-Container/distinfo,v retrieving revision 1.4 diff -u -d -b -w -r1.4 distinfo --- distinfo 2003/03/31 00:00:44 1.4 +++ distinfo 2003/05/05 16:55:29 @@ -1 +1 @@ -MD5 (Class-Container-0.09.tar.gz) = 55e2e16ad5fd6616a5a1853627761656 +MD5 (Class-Container-0.10.tar.gz) = 03ba631bba8783f0a0d458513dd85f31 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-Class-Container/pkg-plist,v retrieving revision 1.2 diff -u -d -b -w -r1.2 pkg-plist --- pkg-plist 2003/02/13 01:54:41 1.2 +++ pkg-plist 2003/05/05 16:55:29 @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/Class/Container.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Container/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Container -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true -@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true +%%SITE_PERL%%/Class/Container.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Container/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Container +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true --- p5-Class-Container-0.10.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030505165839.9430C7E6E>