mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Bump PORTREVISION and otherwise adjust things depending on WordNet, which was
upgraded to 2.0 yesterday. Insisted upon by: clement
This commit is contained in:
parent
f271413995
commit
498d5c10eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101340
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= WordNet-QueryData
|
||||
PORTVERSION= 1.31
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WordNet
|
||||
@ -15,9 +16,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= clsung@dragon2.net
|
||||
COMMENT= Perl interface to the WordNet database files
|
||||
|
||||
LIB_DEPENDS= wn1.7:${PORTSDIR}/textproc/wordnet
|
||||
LIB_DEPENDS= wn2:${PORTSDIR}/textproc/wordnet
|
||||
|
||||
WNHOME?= ${LOCALBASE}/share/WordNet-1.7.1
|
||||
WNHOME?= ${LOCALBASE}/share/WordNet-2.0
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ENV= WNHOME=${WNHOME}
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= WordNet-Similarity
|
||||
PORTVERSION= 0.06
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WordNet
|
||||
@ -19,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/WordNet/QueryData.pm:${PORTSDIR}/textproc/p5-WordNet
|
||||
${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WNHOME?= ${LOCALBASE}/share/WordNet-1.7.1
|
||||
WNHOME?= ${LOCALBASE}/share/WordNet-2.0
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ENV= WNHOME=${WNHOME}
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= wordnet
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pywordnet
|
||||
@ -22,7 +22,7 @@ RUN_DEPENDS= ${WORDNETBASE}/lexnames:${PORTSDIR}/textproc/wordnet
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
WORDNETBASE?= ${LOCALBASE}/share/WordNet-${WORDNET_VERSION}
|
||||
WORDNET_VERSION?= 1.7.1
|
||||
WORDNET_VERSION?= 2.0
|
||||
|
||||
post-patch:
|
||||
@${SED} -e 's|/usr/local/wordnet1.6|${WORDNETBASE}|g' \
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= wordnet
|
||||
PORTVERSION= 0.02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= http://www.devEiate.org/code/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -20,7 +21,7 @@ BUILD_DEPENDS= ${WORDNET_DIR}/adj.exc:${PORTSDIR}/textproc/wordnet \
|
||||
${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
|
||||
|
||||
WORDNET_DIR= ${LOCALBASE}/share/WordNet-1.7.1
|
||||
WORDNET_DIR= ${LOCALBASE}/share/WordNet-2.0
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
|
Loading…
Reference in New Issue
Block a user