Date: Sun, 19 Feb 2012 12:04:23 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: janos.mohacsi@bsd.hu Subject: ports/165288: [PATCH] databases/p5-DBM-Deep: update to 2.0004 Message-ID: <3TrDxM6Pl4z8Mc@sunpoet.net> Resent-Message-ID: <201202190410.q1J4A4vV061162@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165288 >Category: ports >Synopsis: [PATCH] databases/p5-DBM-Deep: update to 2.0004 >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: Sun Feb 19 04:10:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 2.0004 Changes: http://search.cpan.org/dist/DBM-Deep/Changes Port maintainer (janos.mohacsi@bsd.hu) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DBM-Deep-2.0004.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBM-Deep/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 1 Feb 2012 17:01:32 -0000 1.11 +++ Makefile 19 Feb 2012 04:05:31 -0000 @@ -6,7 +6,7 @@ # PORTNAME= DBM-Deep -PORTVERSION= 2.0002 +PORTVERSION= 2.0004 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,18 +14,17 @@ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= A pure perl persistent multi-level hash/array DBM -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ - ${SITE_PERL}/${PERL_ARCH}/FileHandle/Fmode.pm:${PORTSDIR}/devel/p5-FileHandle-Fmode \ - p5-Scalar-List-Utils>=1.14:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-IO-stringy>=0.01:${PORTSDIR}/devel/p5-IO-stringy -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ - ${SITE_PERL}/${PERL_ARCH}/FileHandle/Fmode.pm:${PORTSDIR}/devel/p5-FileHandle-Fmode \ - p5-Scalar-List-Utils>=1.14:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-IO-stringy>=0.01:${PORTSDIR}/devel/p5-IO-stringy -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ +BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ + p5-FileHandle-Fmode>=0:${PORTSDIR}/devel/p5-FileHandle-Fmode +RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ + p5-FileHandle-Fmode>=0:${PORTSDIR}/devel/p5-FileHandle-Fmode + +TEST_DEPENDS= p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Warn>=0.08:${PORTSDIR}/devel/p5-Test-Warn +PERL_CONFIGURE= yes + MAN3= DBM::Deep.3 DBM::Deep::Cookbook.3 DBM::Deep::Internals.3 \ DBM::Deep::Iterator::File::BucketList.3 \ DBM::Deep::Iterator.3 DBM::Deep::Storage::File.3 \ @@ -33,6 +32,10 @@ DBM::Deep::Iterator::File::Index.3 DBM::Deep::Null.3 \ DBM::Deep::Engine::File.3 DBM::Deep::Sector::File.3 -PERL_CONFIGURE= yes +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBM-Deep/distinfo,v retrieving revision 1.10 diff -u -u -r1.10 distinfo --- distinfo 20 Mar 2011 12:47:35 -0000 1.10 +++ distinfo 19 Feb 2012 04:05:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (DBM-Deep-2.0002.tar.gz) = 04c50da00be7f40e353589f912bbc20cd73294872f921780792b8aefd15cda1c -SIZE (DBM-Deep-2.0002.tar.gz) = 177279 +SHA256 (DBM-Deep-2.0004.tar.gz) = 3ec84a06902d84737ddf1d1194d2bacab13b5f1aaeeae4d0b35997a8e16b0288 +SIZE (DBM-Deep-2.0004.tar.gz) = 177411 --- p5-DBM-Deep-2.0004.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?3TrDxM6Pl4z8Mc>