Date: Mon, 5 May 2003 17:33:27 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Mathieu Arnold <m@absolight.net> Subject: ports/51799: (update) devel/p5-AppConfig Message-ID: <20030505153327.1E6967E6E@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305051540.h45Fe2RS066632@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51799 >Category: ports >Synopsis: (update) devel/p5-AppConfig >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 08:40:01 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 1.55 Add WWW site >How-To-Repeat: >Fix: --- p5-AppConfig-1.55.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-AppConfig/Makefile,v retrieving revision 1.4 diff -u -d -b -w -r1.4 Makefile --- Makefile 2003/02/21 11:22:39 1.4 +++ Makefile 2003/05/05 15:31:52 @@ -6,7 +6,7 @@ # PORTNAME= AppConfig -PORTVERSION= 1.52 +PORTVERSION= 1.55 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= App/ABW @@ -17,13 +17,16 @@ PERL_CONFIGURE= YES -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - MAN3= AppConfig.3 \ - AppConfig::Sys.3 \ + AppConfig::Args.3 \ + AppConfig::CGI.3 \ AppConfig::File.3 \ - AppConfig::State.3 \ AppConfig::Getopt.3 \ - AppConfig::Args.3 + AppConfig::State.3 \ + AppConfig::Sys.3 + +post-patch: + ${PERL} -pi -e '$$_="" if /use warnings/;' \ + ${WRKSRC}/t/*.t .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-AppConfig/distinfo,v retrieving revision 1.1.1.1 diff -u -d -b -w -r1.1.1.1 distinfo --- distinfo 1999/11/26 20:11:31 1.1.1.1 +++ distinfo 2003/05/05 15:31:52 @@ -1 +1 @@ -MD5 (AppConfig-1.52.tar.gz) = 176d2709016aee8cf651b2aebafac90b +MD5 (AppConfig-1.55.tar.gz) = 20d81571e7ef7da092613b4dd69fed33 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-AppConfig/pkg-descr,v retrieving revision 1.1.1.1 diff -u -d -b -w -r1.1.1.1 pkg-descr --- pkg-descr 1999/11/26 20:11:31 1.1.1.1 +++ pkg-descr 2003/05/05 15:31:52 @@ -10,5 +10,7 @@ a list or hash. The number of arguments a variable expects is determined by its configuration when defined. +WWW: http://search.cpan.org/dist/AppConfig/ + -- Igor igor@zynaps.ru Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-AppConfig/pkg-plist,v retrieving revision 1.1.1.1 diff -u -d -b -w -r1.1.1.1 pkg-plist --- pkg-plist 1999/11/26 20:11:31 1.1.1.1 +++ pkg-plist 2003/05/05 15:31:52 @@ -1,9 +1,10 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AppConfig/.packlist -lib/perl5/site_perl/%%PERL_VER%%/AppConfig.pm -lib/perl5/site_perl/%%PERL_VER%%/AppConfig/Args.pm -lib/perl5/site_perl/%%PERL_VER%%/AppConfig/File.pm -lib/perl5/site_perl/%%PERL_VER%%/AppConfig/Getopt.pm -lib/perl5/site_perl/%%PERL_VER%%/AppConfig/State.pm -lib/perl5/site_perl/%%PERL_VER%%/AppConfig/Sys.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AppConfig -@dirrm lib/perl5/site_perl/%%PERL_VER%%/AppConfig +%%SITE_PERL%%/AppConfig.pm +%%SITE_PERL%%/AppConfig/Args.pm +%%SITE_PERL%%/AppConfig/CGI.pm +%%SITE_PERL%%/AppConfig/File.pm +%%SITE_PERL%%/AppConfig/Getopt.pm +%%SITE_PERL%%/AppConfig/State.pm +%%SITE_PERL%%/AppConfig/Sys.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/AppConfig/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AppConfig +@dirrm %%SITE_PERL%%/AppConfig --- p5-AppConfig-1.55.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?20030505153327.1E6967E6E>