[54769] trunk/dports/python/py25-nltk/Portfile

snc at macports.org snc at macports.org
Sat Aug 1 16:50:08 PDT 2009


Revision: 54769
          http://trac.macports.org/changeset/54769
Author:   snc at macports.org
Date:     2009-08-01 16:50:07 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
updated dependencies, version. ticket #20368

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

Modified: trunk/dports/python/py25-nltk/Portfile
===================================================================
--- trunk/dports/python/py25-nltk/Portfile	2009-08-01 23:48:57 UTC (rev 54768)
+++ trunk/dports/python/py25-nltk/Portfile	2009-08-01 23:50:07 UTC (rev 54769)
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-nltk
-version             0.9.9
+version             2.0b5
 categories          python textproc
 platforms           darwin
 maintainers         gmail.com:stevenbird1
@@ -15,12 +15,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:py25-numpy \
-                    port:py25-matplotlib
+                    port:py25-matplotlib \
+                    port:py25-yaml
 
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}-${version}
@@ -28,5 +29,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/9053717d/attachment.html>


More information about the macports-changes mailing list