1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 0.63

PR:		ports/102585
Submitted by:	Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by:	maintainer (rafan, implicit)
This commit is contained in:
Cheng-Lung Sung 2006-08-30 00:36:49 +00:00
parent b052584814
commit d5f501da8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171643
2 changed files with 8 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Module-ScanDeps
PORTVERSION= 0.62
PORTVERSION= 0.63
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
@ -20,15 +20,16 @@ PERL_CONFIGURE= yes
MAN1= scandeps.pl.1
MAN3= Module::ScanDeps.3 Module::ScanDeps::DataFeed.3
pre-install:
post-patch:
@${REINPLACE_CMD} -e \
's|/usr/bin/perl|${PERL}|' ${WRKSRC}/script/scandeps.pl
's|/usr/bin/perl|${PERL}|' ${WRKSRC}/script/scandeps.pl \
${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
# workaround
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or above to build and run
IGNORE= requires perl 5.6.0 or above. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (Module-ScanDeps-0.62.tar.gz) = 61bcd14f6fd1953c540feb00474b021a
SHA256 (Module-ScanDeps-0.62.tar.gz) = d8bb86d91b171a89ebec9f9501d25e5553bb02660325198978968a7fa268c8db
SIZE (Module-ScanDeps-0.62.tar.gz) = 29462
MD5 (Module-ScanDeps-0.63.tar.gz) = f20a1a0e3edd7a24463fcdd880979bc9
SHA256 (Module-ScanDeps-0.63.tar.gz) = 5ea9702af76fa46b58ab4ceda6ac95fd926ef08592fe433315a27b374c275a8c
SIZE (Module-ScanDeps-0.63.tar.gz) = 27940