Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2011 22:04:43 -0800 (PST)
From:      milki <milki@rescomp.berkeley.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cjk32@cam.ac.uk
Subject:   ports/154794: [PATCH] devel/p5-Data-Dumper-Concise: update to 2.020
Message-ID:  <201102150604.p1F64heg098627@dev-www7.rescomp.berkeley.edu>
Resent-Message-ID: <201102150610.p1F6ABEL005345@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154794
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-Dumper-Concise: update to 2.020
>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 Feb 15 06:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     milki
>Release:        FreeBSD 7.3-RELEASE-p4 amd64
>Organization:
UC Berkeley - RSSP-IT
>Environment:
System: FreeBSD dev-www7.rescomp.berkeley.edu 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 #15: Tue Nov 30 11:51:59 PST 2010
>Description:
- Update to 2.020

Added explicit depends on p5-Data-Dumper
p5-Devel-ArgNames is now an optional dependency

Changes:
http://cpansearch.perl.org/src/FREW/Data-Dumper-Concise-2.020/Changes

Port maintainer (cjk32@cam.ac.uk) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Data-Dumper-Concise-2.020.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Data-Dumper-Concise/Makefile /tmp/milki/ports/p5-Data-Dumper-Concise/Makefile
--- /usr/ports/devel/p5-Data-Dumper-Concise/Makefile	2010-08-09 23:02:03.000000000 -0700
+++ /tmp/milki/ports/p5-Data-Dumper-Concise/Makefile	2011-02-14 22:02:00.000000000 -0800
@@ -6,16 +6,28 @@
 #
 
 PORTNAME=	Data-Dumper-Concise
-PORTVERSION=	2.010
+PORTVERSION=	2.020
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	../../authors/id/F/FR/FREW
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	cjk32@cam.ac.uk
 COMMENT=	Less indentation and newlines plus sub deparsing
 
-BUILD_DEPENDS=	p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
-RUN_DEPENDS=	p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
+BUILD_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
+RUN_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
+
+TEST_DEPENDS =	p5-Error-Simple>=0:${PORTSDIR}/devel/p5-Error-Simple
+
+OPTIONS=	ARGNAMES "Enable DwarnN subroutine" On
+
+.include <bsd.port.options.mk>
+
+.if defined(WITH_ARGNAMES)
+BUILD_DEPENDS+=	p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
+RUN_DEPENDS+=	p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
+.endif
 
 PERL_CONFIGURE=	yes
 
diff -ruN --exclude=CVS /usr/ports/devel/p5-Data-Dumper-Concise/distinfo /tmp/milki/ports/p5-Data-Dumper-Concise/distinfo
--- /usr/ports/devel/p5-Data-Dumper-Concise/distinfo	2010-08-08 22:31:28.000000000 -0700
+++ /tmp/milki/ports/p5-Data-Dumper-Concise/distinfo	2011-02-14 21:57:29.000000000 -0800
@@ -1,3 +1,2 @@
-MD5 (Data-Dumper-Concise-2.010.tar.gz) = 10b37be926ffb078c30b6cf07b95d50e
-SHA256 (Data-Dumper-Concise-2.010.tar.gz) = 2ba7ed843c9c878dbe0ef51afeb7cb2b5471b294c5e4f73eb4bed9c90455d275
-SIZE (Data-Dumper-Concise-2.010.tar.gz) = 20939
+SHA256 (Data-Dumper-Concise-2.020.tar.gz) = 169e39a67cac637e9263ab31cfa129b0ac7bb9818ff1ea6c03f4d6269a48677d
+SIZE (Data-Dumper-Concise-2.020.tar.gz) = 21771
--- p5-Data-Dumper-Concise-2.020.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?201102150604.p1F64heg098627>