[54768] trunk/dports/python/py-nltk/Portfile

snc at macports.org snc at macports.org
Sat Aug 1 16:48:58 PDT 2009


Revision: 54768
          http://trac.macports.org/changeset/54768
Author:   snc at macports.org
Date:     2009-08-01 16:48:57 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
updated dependecies, version. ticket #20368

Modified Paths:
--------------
    trunk/dports/python/py-nltk/Portfile

Modified: trunk/dports/python/py-nltk/Portfile
===================================================================
--- trunk/dports/python/py-nltk/Portfile	2009-08-01 23:41:14 UTC (rev 54767)
+++ trunk/dports/python/py-nltk/Portfile	2009-08-01 23:48:57 UTC (rev 54768)
@@ -5,7 +5,7 @@
 PortGroup           python24 1.0
 
 name                py-nltk
-version             0.9.9
+version             2.0b5
 epoch               1
 categories          python textproc
 platforms           darwin
@@ -16,12 +16,13 @@
 master_sites        googlecode:nltk
 distname            nltk-${version}
 
-checksums           md5 648e25648f66e7e52db28983f39da50f \
-                    sha1 a46d991c781247181f1618df4215b9eeb52baf4e \
-                    rmd160 98fbc168315c495e1ddd13bad17412ab211b816a
+checksums           md5 a2af58d77942e3e484494783e3bd77f2 \
+                    sha1 32431c00e544fba9bc898dc3c94c0213d8360751 \
+                    rmd160 d572ef4bb098fd8ef032842aa9e667c664edd610
 
 depends_lib         port:py-numpy \
-                    port:py-matplotlib
+                    port:py-matplotlib \
+                    port:py-yaml
 
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}-${version}
@@ -29,5 +30,6 @@
     xinstall -m 644 -W ${worksrcpath} \
         LICENSE.txt \
         README.txt \
+        INSTALL.txt \
         ${docdir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090801/bbf6b83b/attachment.html>


More information about the macports-changes mailing list