1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Update to 0.13

This commit is contained in:
Mathieu Arnold 2006-06-23 09:35:32 +00:00
parent af69e574b0
commit 06d30cc9e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166102
2 changed files with 6 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= B-Deobfuscate
PORTVERSION= 0.10
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= B
@ -25,13 +25,8 @@ MAN3= B::Deobfuscate.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
post-patch:
@${PERL} -pi -e 's/^our (\$$VERSION)/use vars qw($$1); $$1/;' \
-e '$$_ = "" if /use warnings/;' \
-e 's/\[:digit:\]/0-9/g; s/\[:lower:\]/a-z/g;' \
-e 's/, \$$dict_file/. \$$dict_file/;' \
${WRKSRC}/lib/B/Deobfuscate.pm
.if ${PERL_LEVEL} < 500601 # textproc/p5-YAML
IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (B-Deobfuscate-0.10.tar.gz) = b85e2e732499545ca6ccd5cbd57ec5eb
SHA256 (B-Deobfuscate-0.10.tar.gz) = 515d1cf9265b9cd2810d5e2331c0e6aac94ecaa53cdeb5ef5aba156901c916fd
SIZE (B-Deobfuscate-0.10.tar.gz) = 12563
MD5 (B-Deobfuscate-0.13.tar.gz) = faea0785945461cd10c66103a49f0c43
SHA256 (B-Deobfuscate-0.13.tar.gz) = 8c1fccbea33b818a44d57fbd6c3af3b02e4e5adeb8eae671ccc4c0e95c414249
SIZE (B-Deobfuscate-0.13.tar.gz) = 14031