mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
update to 2.03-30
PR: 98242 Submitted by: aaron
This commit is contained in:
parent
72f95c4aaf
commit
fde2f27232
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165333
2 changed files with 11 additions and 10 deletions
|
@ -6,19 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= Data-Dump-Streamer
|
||||
PORTVERSION= 2.02
|
||||
PORTVERSION= 2.03.30
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Data
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/-\1/}
|
||||
|
||||
MAINTAINER= mat@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 @@ MAN3= DDS.3 Data::Dump::Streamer.3
|
|||
|
||||
.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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue