ports/98242: Update Port: devel/p5-Data-Dump-Streamer 2.02->2.03-30
Aaron Dalton
aaron at FreeBSD.org
Wed May 31 21:30:25 UTC 2006
>Number: 98242
>Category: ports
>Synopsis: Update Port: devel/p5-Data-Dump-Streamer 2.02->2.03-30
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed May 31 21:30:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Aaron Dalton
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
- Update from v2.02 to v2.03-30
2.03
Fixed some issues with dmping proxy objects with circular links.
Started integrating subversion into the perl build process to prevent
stuff like releasing unchecked in code, and to include the subversion
build number in the distribution file name.
Reversed the order of the change file so that newest stuff is at top.
>How-To-Repeat:
>Fix:
--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-Dump-Streamer/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 11 Apr 2006 14:48:57 -0000 1.8
+++ Makefile 31 May 2006 21:26:21 -0000
@@ -6,19 +6,19 @@
#
PORTNAME= Data-Dump-Streamer
-PORTVERSION= 2.02
+PORTVERSION= 2.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION}-30
MAINTAINER= mat at FreeBSD.org
-COMMENT= Stream a highly accurate breadth first data dump in perl code form to a var or file
+COMMENT= Stream a highly accurate breadth first data dump in Perl code
RUN_DEPENDS= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
- ${SITE_PERL}/B/BUtils.pm:${PORTSDIR}/devel/p5-Module-Info
+ ${SITE_PERL}/B/Utils.pm:${PORTSDIR}/devel/p5-B-Utils
BUILD_DEPENDS= ${RUN_DEPENDS}
-BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
CONFIGURE_ARGS= DDS
@@ -27,11 +27,12 @@
.include <bsd.port.pre.mk>
-post-patch:
- ${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e 's,B::Utils,B::BUtils,g'
-
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6 or above
.endif
+.if ${PERL_LEVEL} >= 500800
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker
+.endif
+
.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-Dump-Streamer/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo 11 Apr 2006 14:48:57 -0000 1.7
+++ distinfo 31 May 2006 21:26:21 -0000
@@ -1,3 +1,3 @@
-MD5 (Data-Dump-Streamer-2.02.tar.gz) = 49e3852a3d471f148cfba5192335db25
-SHA256 (Data-Dump-Streamer-2.02.tar.gz) = fff9e75c73fe9d184cb5de6c7ba05643b21eb7628210d2ad6e5e674c1953bc5b
-SIZE (Data-Dump-Streamer-2.02.tar.gz) = 69368
+MD5 (Data-Dump-Streamer-2.03-30.tar.gz) = 55cf625b3a93605c4ee0d96d8ff7db8d
+SHA256 (Data-Dump-Streamer-2.03-30.tar.gz) = 22e45a7dbefadf90932dfe379ed27005caf3752e76f30d3c38f693e6f7478265
+SIZE (Data-Dump-Streamer-2.03-30.tar.gz) = 71331
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-Dump-Streamer/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr 23 Mar 2004 15:06:01 -0000 1.1
+++ pkg-descr 31 May 2006 21:26:21 -0000
@@ -10,3 +10,4 @@
the output, but obeying the depth relationships of the first pass.
WWW: http://search.cpan.org/dist/Data-Dump-Streamer/
+Author: Yves Orton <yves at cpan.org>
--- submission.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list