Modified: trunk/dports/python/py-tables/Portfile (95989 => 95990)
--- trunk/dports/python/py-tables/Portfile 2012-07-27 17:17:16 UTC (rev 95989)
+++ trunk/dports/python/py-tables/Portfile 2012-07-27 20:09:34 UTC (rev 95990)
@@ -5,8 +5,7 @@
set realname tables
name py-${realname}
-version 2.3.1
-revision 1
+version 2.4.0
python.versions 25 26 27
python.default_version 27
categories python science
@@ -20,9 +19,9 @@
homepage http://www.pytables.org/
master_sites http://sourceforge.net/projects/pytables/files/pytables/${version}
-checksums md5 97cf501c185226f5424e31cd74c1a001 \
- sha1 c8592ce71809120cf3e8ee8e7befcfaa54085b3c \
- rmd160 04934c0a411d35ec8658b1a0f56ea77f7600618b
+checksums md5 ec20938fca8b579020c5a4cc567caf7c \
+ sha1 3f96927a80f0bfb812206d5af0a08c988a733158 \
+ rmd160 659e02e3cd08068005e98bb2dc637724d6ea9808
distname ${realname}-${version}
if {$subport != $name} {
@@ -49,7 +48,7 @@
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} ANNOUNCE.txt LICENSE.txt README.txt \
- MIGRATING_TO_2.x.txt RELEASE_NOTES.txt THANKS VERSION \
+ RELEASE_NOTES.txt THANKS VERSION \
${destroot}${prefix}/share/doc/${name}
}
}