Modified: trunk/dports/python/py-tweepy/Portfile (100229 => 100230)
--- trunk/dports/python/py-tweepy/Portfile 2012-12-04 13:26:30 UTC (rev 100229)
+++ trunk/dports/python/py-tweepy/Portfile 2012-12-04 13:34:10 UTC (rev 100230)
@@ -4,7 +4,7 @@
PortGroup python 1.0
set pymodname tweepy
name py-${pymodname}
-version 1.11
+version 1.12
revision 0
categories-append devel net
license MIT
@@ -20,9 +20,9 @@
master_sites http://pypi.python.org/packages/source/t/${pymodname}/
distname ${pymodname}-${version}
-checksums md5 6d8d760f41e2473e20077279e65e17a0 \
- sha1 6849bf2d854554e10ec679a3d0c1a8c5aca0a997 \
- rmd160 d4848eb5ef5223421d3a28669fe0ed0eadbc3749
+checksums md5 ff802f974e445ddc232a990324451179 \
+ sha1 1a67c9742fa72c8fa72d27a6d831852b539b7cfa \
+ rmd160 b834cc08a8abd1427407553271bc2b6ca588e687
python.versions 26 27
python.default_version 27
@@ -31,8 +31,7 @@
depends_build port:py${python.version}-distribute
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
- xinstall -m 644 -W ${worksrcpath} README \
- ${destroot}${prefix}/share/doc/${subport}
+ #xinstall -m 644 -W ${worksrcpath} README ${destroot}${prefix}/share/doc/${subport}
}
}