From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 19 04:10:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C05B81065676 for ; Sun, 19 Feb 2012 04:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 995678FC0A for ; Sun, 19 Feb 2012 04:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1J4A4HF061165 for ; Sun, 19 Feb 2012 04:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1J4A4vV061162; Sun, 19 Feb 2012 04:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 19 Feb 2012 04:10:04 GMT Resent-Message-Id: <201202190410.q1J4A4vV061162@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55CF0106566B for ; Sun, 19 Feb 2012 04:05:47 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 245FE8FC08 for ; Sun, 19 Feb 2012 04:05:47 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3TrDxM6Pl4z8Mc; Sun, 19 Feb 2012 12:04:23 +0800 (CST) Message-Id: <3TrDxM6Pl4z8Mc@sunpoet.net> Date: Sun, 19 Feb 2012 12:04:23 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: janos.mohacsi@bsd.hu Subject: ports/165288: [PATCH] databases/p5-DBM-Deep: update to 2.0004 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 04:10:04 -0000 >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 + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif -.include +.include 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: