Date: Tue, 6 May 2003 11:37:14 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Mathieu Arnold <m@absolight.net> Subject: ports/51838: (update) devel/p5-Config-General Message-ID: <20030506093714.B34377E6E@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305060940.h469e1Oo093041@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51838 >Category: ports >Synopsis: (update) devel/p5-Config-General >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: Tue May 06 02:40:00 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 2.19 >How-To-Repeat: >Fix: --- p5-Config-General-2.19.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-General/Makefile,v retrieving revision 1.3 diff -u -d -b -w -r1.3 Makefile --- Makefile 2003/03/07 06:00:53 1.3 +++ Makefile 2003/05/06 09:32:31 @@ -6,7 +6,7 @@ # PORTNAME= Config-General -PORTVERSION= 2.15 +PORTVERSION= 2.19 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Config @@ -17,8 +17,14 @@ PERL_CONFIGURE= YES -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \ Config::General.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} <= 500600 +BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-General/distinfo,v retrieving revision 1.2 diff -u -d -b -w -r1.2 distinfo --- distinfo 2003/01/22 14:52:40 1.2 +++ distinfo 2003/05/06 09:32:31 @@ -1 +1 @@ -MD5 (Config-General-2.15.tar.gz) = bacd6f23edb4a45b78129ed5485f415a +MD5 (Config-General-2.19.tar.gz) = 53d56dd9a23f062001721d78ec77e6b3 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-General/pkg-descr,v retrieving revision 1.1 diff -u -d -b -w -r1.1 pkg-descr --- pkg-descr 2002/08/27 14:39:58 1.1 +++ pkg-descr 2003/05/06 09:32:31 @@ -2,3 +2,5 @@ Apache's httpd.conf file format. It features some enhancements such as here-documents, C-style commends and multiline options. Both reading and writing of configuration files is supported. + +WWW: http://search.cpan.org/dist/Config-General/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-General/pkg-plist,v retrieving revision 1.1 diff -u -d -b -w -r1.1 pkg-plist --- pkg-plist 2002/08/27 14:39:58 1.1 +++ pkg-plist 2003/05/06 09:32:31 @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/Config/General.pm -lib/perl5/site_perl/%%PERL_VER%%/Config/General/Extended.pm -lib/perl5/site_perl/%%PERL_VER%%/Config/General/Interpolated.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/General/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/General -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config/General 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config 2>/dev/null || true +%%SITE_PERL%%/Config/General.pm +%%SITE_PERL%%/Config/General/Extended.pm +%%SITE_PERL%%/Config/General/Interpolated.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/General/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/General +@dirrm %%SITE_PERL%%/Config/General +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Config 2>/dev/null || true --- p5-Config-General-2.19.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?20030506093714.B34377E6E>