- update to 1.39
- library depends from wn.2 to WN.2 (reflect textproc/wordnet 2.1)
This commit is contained in:
parent
d6091a9a22
commit
3c099fe66b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153622
2 changed files with 7 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= WordNet-QueryData
|
||||
PORTVERSION= 1.38
|
||||
PORTVERSION= 1.39
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
|
@ -16,9 +16,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Perl interface to the WordNet database files
|
||||
|
||||
LIB_DEPENDS= wn2:${PORTSDIR}/textproc/wordnet
|
||||
LIB_DEPENDS= WN.2:${PORTSDIR}/textproc/wordnet
|
||||
|
||||
WNHOME?= ${LOCALBASE}/share/WordNet-2.0
|
||||
WNHOME?= ${LOCALBASE}/share/WordNet
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ENV= WNHOME=${WNHOME}
|
||||
|
@ -28,7 +28,7 @@ MAN3= WordNet::QueryData.3
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/wnHomeUnix/s|/usr/local/WordNet-2.0|${WNHOME}|; \
|
||||
'/wnHomeUnix/s|/usr/local/WordNet-2.1|${WNHOME}|; \
|
||||
/wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (WordNet-QueryData-1.38.tar.gz) = 9e007c650be4e5853c0c094af29da1dd
|
||||
SIZE (WordNet-QueryData-1.38.tar.gz) = 17298
|
||||
MD5 (WordNet-QueryData-1.39.tar.gz) = 592231e073b32512a8734528951bf32e
|
||||
SHA256 (WordNet-QueryData-1.39.tar.gz) = b6c7bc4390c011b37979df566680054114462d111d95baf21ec9e694279d02b6
|
||||
SIZE (WordNet-QueryData-1.39.tar.gz) = 16836
|
||||
|
|
Loading…
Reference in a new issue