aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-04-02 15:56:00 +0800
committerclsung <clsung@FreeBSD.org>2007-04-02 15:56:00 +0800
commite1ba073adc927f0823f0764bf366ad7bb621e193 (patch)
tree864f36c39280381a1989213e459471b8edc52334 /textproc
parentb9a2373ead3346acfa71babd824d42708aab6084 (diff)
downloadfreebsd-ports-gnome-e1ba073adc927f0823f0764bf366ad7bb621e193.tar.gz
freebsd-ports-gnome-e1ba073adc927f0823f0764bf366ad7bb621e193.tar.zst
freebsd-ports-gnome-e1ba073adc927f0823f0764bf366ad7bb621e193.zip
- Update to 0.7.3
- use py-yaml in ports tree instead of bundle one.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/nltk_lite/Makefile2
-rw-r--r--textproc/nltk_lite/distinfo6
-rw-r--r--textproc/nltk_lite/files/patch-setup.py10
3 files changed, 14 insertions, 4 deletions
diff --git a/textproc/nltk_lite/Makefile b/textproc/nltk_lite/Makefile
index a3056a994529..2be38d055d4d 100644
--- a/textproc/nltk_lite/Makefile
+++ b/textproc/nltk_lite/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= nltk_lite
-PORTVERSION= 0.7.2
+PORTVERSION= 0.7.3
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:C/_.*//}
diff --git a/textproc/nltk_lite/distinfo b/textproc/nltk_lite/distinfo
index 3d0339969349..02d63e8e2cec 100644
--- a/textproc/nltk_lite/distinfo
+++ b/textproc/nltk_lite/distinfo
@@ -1,3 +1,3 @@
-MD5 (nltk_lite-0.7.2.tar.gz) = 26871f3aa9b45d3d1ff32f38076e17ba
-SHA256 (nltk_lite-0.7.2.tar.gz) = 428c1ba856ede2d76ccc496a9f77782cedf1267a3d568ff44bde0710b56e71ca
-SIZE (nltk_lite-0.7.2.tar.gz) = 501488
+MD5 (nltk_lite-0.7.3.tar.gz) = 73369404fd8ced4f39347aa5747cb3c4
+SHA256 (nltk_lite-0.7.3.tar.gz) = fc33bcabc42fec68875251f2aca349b6212be0e35a4c2133cf661b17b23058e3
+SIZE (nltk_lite-0.7.3.tar.gz) = 504299
diff --git a/textproc/nltk_lite/files/patch-setup.py b/textproc/nltk_lite/files/patch-setup.py
new file mode 100644
index 000000000000..00a4f489420f
--- /dev/null
+++ b/textproc/nltk_lite/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig Sun Jan 14 14:54:14 2007
++++ setup.py Sun Feb 25 03:03:35 2007
+@@ -36,6 +36,6 @@
+ 'nltk_lite.misc', 'nltk_lite.model', 'nltk_lite.cluster',
+ 'nltk_lite.semantics', 'nltk_lite.wordnet', 'nltk_lite.etree',
+ 'nltk_lite.contrib', 'nltk_lite.contrib.toolbox',
+- 'nltk_lite.contrib.fst', 'yaml'
++ 'nltk_lite.contrib.fst'
+ ],
+ )