Date: Mon, 13 Apr 2009 00:49:00 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: cm@therek.net Subject: ports/133696: [PATCH] devel/p5-Config-IniFiles: update to 2.48 Message-ID: <200904130749.n3D7n0tb099952@cn1.leeym.com> Resent-Message-ID: <200904130750.n3D7o3Xt007302@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133696 >Category: ports >Synopsis: [PATCH] devel/p5-Config-IniFiles: update to 2.48 >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 Apr 13 07:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 2.48 Port maintainer (cm@therek.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Config-IniFiles-2.48.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Config-IniFiles/Makefile,v retrieving revision 1.28 diff -u -d -b -w -u -r1.28 Makefile --- Makefile 19 Feb 2009 18:10:59 -0000 1.28 +++ Makefile 13 Apr 2009 07:48:55 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Config-IniFiles -PORTVERSION= 2.47 +PORTVERSION= 2.48 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,14 @@ MAINTAINER= cm@therek.net COMMENT= Perl5 module for reading .ini-style configuration files -PERL_CONFIGURE= YES - MAN3= Config::IniFiles.3 -.include <bsd.port.mk> +PERL_MODBUILD= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Config-IniFiles/distinfo,v retrieving revision 1.13 diff -u -d -b -w -u -r1.13 distinfo --- distinfo 19 Feb 2009 18:11:05 -0000 1.13 +++ distinfo 13 Apr 2009 07:48:55 -0000 @@ -1,3 +1,3 @@ -MD5 (Config-IniFiles-2.47.tar.gz) = 70cc00f338b81bdc1c28921a3135bf3f -SHA256 (Config-IniFiles-2.47.tar.gz) = fba6ca0ad270212b5daa41bb363dd4058907833626eb13040d211f5a07b2e20d -SIZE (Config-IniFiles-2.47.tar.gz) = 38806 +MD5 (Config-IniFiles-2.48.tar.gz) = f434912bbfa856b3fef155bee741c760 +SHA256 (Config-IniFiles-2.48.tar.gz) = 4a105bb088edfadd51f7a71d723309ae0b4b6c37a9e6ab45871a49b9004e8337 +SIZE (Config-IniFiles-2.48.tar.gz) = 39314 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-Config-IniFiles/pkg-plist,v retrieving revision 1.9 diff -u -d -b -w -u -r1.9 pkg-plist --- pkg-plist 22 Jan 2006 01:47:13 -0000 1.9 +++ pkg-plist 13 Apr 2009 07:48:55 -0000 @@ -1,5 +1,2 @@ %%SITE_PERL%%/Config/IniFiles.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniFiles/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniFiles -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config @dirrmtry %%SITE_PERL%%/Config --- p5-Config-IniFiles-2.48.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904130749.n3D7n0tb099952>