diff options
author | mi <mi@FreeBSD.org> | 2004-02-19 03:30:28 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-02-19 03:30:28 +0800 |
commit | dfdd04541701efc2b07fe148f4833171c99a3c28 (patch) | |
tree | 663d818404961ff1d5f1a7be2001e1c819d2cb42 /textproc | |
parent | fb6b4ad0a7f81bb76860912e4942bd72dfa9846f (diff) | |
download | freebsd-ports-gnome-dfdd04541701efc2b07fe148f4833171c99a3c28.tar.gz freebsd-ports-gnome-dfdd04541701efc2b07fe148f4833171c99a3c28.tar.zst freebsd-ports-gnome-dfdd04541701efc2b07fe148f4833171c99a3c28.zip |
Bump PORTREVISION and otherwise adjust things depending on WordNet, which was
upgraded to 2.0 yesterday.
Insisted upon by: clement
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-WordNet-QueryData/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-WordNet-Similarity/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-wordnet/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-wordnet/Makefile | 3 |
4 files changed, 9 insertions, 6 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile index ed6227303339..16b91d8760b8 100644 --- a/textproc/p5-WordNet-QueryData/Makefile +++ b/textproc/p5-WordNet-QueryData/Makefile @@ -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} diff --git a/textproc/p5-WordNet-Similarity/Makefile b/textproc/p5-WordNet-Similarity/Makefile index 43e0bf746b18..ef63f23f39c7 100644 --- a/textproc/p5-WordNet-Similarity/Makefile +++ b/textproc/p5-WordNet-Similarity/Makefile @@ -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} diff --git a/textproc/py-wordnet/Makefile b/textproc/py-wordnet/Makefile index d7ae27181600..2df3947fad5c 100644 --- a/textproc/py-wordnet/Makefile +++ b/textproc/py-wordnet/Makefile @@ -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' \ diff --git a/textproc/ruby-wordnet/Makefile b/textproc/ruby-wordnet/Makefile index f8c8a2ac6f5a..6780521fbc06 100644 --- a/textproc/ruby-wordnet/Makefile +++ b/textproc/ruby-wordnet/Makefile @@ -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 |