upgrade to 0.08

PR:		66922
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2004-06-03 03:39:08 +00:00
parent 09e99ceb4d
commit 11193cb532
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110722
2 changed files with 11 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= WordNet-Similarity
PORTVERSION= 0.07
PORTVERSION= 0.08
PORTREVISION= 0
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
@ -39,11 +39,17 @@ MAN3= WordNet::Similarity.3 WordNet::Similarity::jcn.3 \
post-patch:
@${REINPLACE_CMD} -e \
'/wnUnixPath/s|/usr/local/WordNet-1.7.1|${WNHOME}|; \
'/wnUnixPath/s|/usr/local/WordNet-2.0|${WNHOME}|; \
/wnUnixPath/s|."/dict"||' ${WRKSRC}/Makefile.PL
@${REINPLACE_CMD} -e \
"s|'dict|'|" ${WRKSRC}/utils/wnDepths.pl
@${FIND} ${WRKSRC}/utils -type f| ${XARGS} ${REINPLACE_CMD} -e \
's|/usr/local/bin/perl|${PERL}|'
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (WordNet-Similarity-0.07.tar.gz) = 5fab746745e99e796572d9d760d51c8c
SIZE (WordNet-Similarity-0.07.tar.gz) = 554501
MD5 (WordNet-Similarity-0.08.tar.gz) = 2b7fe9a1bdf141d37f15fd265a865135
SIZE (WordNet-Similarity-0.08.tar.gz) = 570469