Date: Wed, 4 Aug 2004 01:18:55 +0800 (CST) From: Cheng-Lung Sung <clsung@freebsd.csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perky@FreeBSD.org Subject: ports/69959: [PATCH] textproc/wordnet: update to 2.0.1 Message-ID: <20040803171855.CE07A106C15@FreeBSD.csie.NCTU.edu.tw> Resent-Message-ID: <200408031720.i73HKC7N082953@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69959 >Category: ports >Synopsis: [PATCH] textproc/wordnet: update to 2.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 03 17:20:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004 >Description: - Update to 2.0.1 - added new py files (pkg-plist) - post-patch sec. modified. (replace 1.6 with WORDNET_VERSION) Port maintainer (perky@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- py23-wordnet-2.0.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/py-wordnet/Makefile /home/clsung/py-wordnet/Makefile --- /usr/ports/textproc/py-wordnet/Makefile Fri Feb 20 05:35:33 2004 +++ /home/clsung/py-wordnet/Makefile Wed Aug 4 00:34:19 2004 @@ -6,8 +6,8 @@ # PORTNAME= wordnet -PORTVERSION= 1.4 -PORTREVISION= 2 +PORTVERSION= 2.0.1 +PORTREVISION= 0 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pywordnet @@ -25,7 +25,7 @@ WORDNET_VERSION?= 2.0 post-patch: - @${SED} -e 's|/usr/local/wordnet1.6|${WORDNETBASE}|g' \ + @${SED} -e 's|/usr/local/wordnet${WORDNET_VERSION}|${WORDNETBASE}|g' \ -e 's|os.path.join(WNHOME.*))|WNHOME)|g' ${WRKSRC}/wordnet.py \ > ${WRKSRC}/wordnet.py.tmp && ${CAT} ${WRKSRC}/wordnet.py.tmp \ > ${WRKSRC}/wordnet.py diff -ruN --exclude=CVS /usr/ports/textproc/py-wordnet/distinfo /home/clsung/py-wordnet/distinfo --- /usr/ports/textproc/py-wordnet/distinfo Fri Mar 19 05:34:39 2004 +++ /home/clsung/py-wordnet/distinfo Wed Aug 4 00:29:46 2004 @@ -1,2 +1,2 @@ -MD5 (pywordnet-1.4.tar.gz) = 791c796699d4c2cd6bd37ec32a232561 -SIZE (pywordnet-1.4.tar.gz) = 21961 +MD5 (pywordnet-2.0.1.tar.gz) = 0e6a86f03715a534ed36279d8f797ca5 +SIZE (pywordnet-2.0.1.tar.gz) = 38052 diff -ruN --exclude=CVS /usr/ports/textproc/py-wordnet/pkg-plist /home/clsung/py-wordnet/pkg-plist --- /usr/ports/textproc/py-wordnet/pkg-plist Tue Mar 26 15:04:38 2002 +++ /home/clsung/py-wordnet/pkg-plist Wed Aug 4 00:32:41 2004 @@ -1,3 +1,6 @@ +lib/%%PYTHON_VERSION%%/site-packages/concordance.py +lib/%%PYTHON_VERSION%%/site-packages/concordance.pyc +lib/%%PYTHON_VERSION%%/site-packages/concordance.pyo lib/%%PYTHON_VERSION%%/site-packages/wordnet.py lib/%%PYTHON_VERSION%%/site-packages/wordnet.pyc lib/%%PYTHON_VERSION%%/site-packages/wordnet.pyo --- py23-wordnet-2.0.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040803171855.CE07A106C15>