Revision: 76543 http://trac.macports.org/changeset/76543 Author: blb@macports.org Date: 2011-02-27 12:39:23 -0800 (Sun, 27 Feb 2011) Log Message: ----------- python/py*-bitstring - update to 2.1.1 Modified Paths: -------------- trunk/dports/python/py26-bitstring/Portfile trunk/dports/python/py27-bitstring/Portfile trunk/dports/python/py31-bitstring/Portfile Modified: trunk/dports/python/py26-bitstring/Portfile =================================================================== --- trunk/dports/python/py26-bitstring/Portfile 2011-02-27 20:33:33 UTC (rev 76542) +++ trunk/dports/python/py26-bitstring/Portfile 2011-02-27 20:39:23 UTC (rev 76543) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup python26 1.0 name py26-bitstring -version 2.1.0 +version 2.1.1 categories-append devel maintainers blb openmaintainer description Module to simplify handling of binary data @@ -18,9 +18,9 @@ distname bitstring-${version} use_zip yes -checksums md5 79cce5bc7c2a4b553c93e72d40e818a0 \ - sha1 c350ba465e280af0b5958b54d13fa160a0ce2235 \ - rmd160 7cd72f8fc239afe846955f7fa9bfa1bf7ee91332 +checksums md5 00257aea3e5bcb8a87dd870f692c2460 \ + sha1 6415f8b5206954ef76867d8350eceab82b629a4f \ + rmd160 e5834c017595b4282bf10d4f7a450a2e15843874 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} Modified: trunk/dports/python/py27-bitstring/Portfile =================================================================== --- trunk/dports/python/py27-bitstring/Portfile 2011-02-27 20:33:33 UTC (rev 76542) +++ trunk/dports/python/py27-bitstring/Portfile 2011-02-27 20:39:23 UTC (rev 76543) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup python27 1.0 name py27-bitstring -version 2.1.0 +version 2.1.1 categories-append devel maintainers blb openmaintainer description Module to simplify handling of binary data @@ -18,9 +18,9 @@ distname bitstring-${version} use_zip yes -checksums md5 79cce5bc7c2a4b553c93e72d40e818a0 \ - sha1 c350ba465e280af0b5958b54d13fa160a0ce2235 \ - rmd160 7cd72f8fc239afe846955f7fa9bfa1bf7ee91332 +checksums md5 00257aea3e5bcb8a87dd870f692c2460 \ + sha1 6415f8b5206954ef76867d8350eceab82b629a4f \ + rmd160 e5834c017595b4282bf10d4f7a450a2e15843874 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} Modified: trunk/dports/python/py31-bitstring/Portfile =================================================================== --- trunk/dports/python/py31-bitstring/Portfile 2011-02-27 20:33:33 UTC (rev 76542) +++ trunk/dports/python/py31-bitstring/Portfile 2011-02-27 20:39:23 UTC (rev 76543) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup python31 1.0 name py31-bitstring -version 2.1.0 +version 2.1.1 categories-append devel maintainers blb openmaintainer description Module to simplify handling of binary data @@ -18,9 +18,9 @@ distname bitstring-${version} use_zip yes -checksums md5 79cce5bc7c2a4b553c93e72d40e818a0 \ - sha1 c350ba465e280af0b5958b54d13fa160a0ce2235 \ - rmd160 7cd72f8fc239afe846955f7fa9bfa1bf7ee91332 +checksums md5 00257aea3e5bcb8a87dd870f692c2460 \ + sha1 6415f8b5206954ef76867d8350eceab82b629a4f \ + rmd160 e5834c017595b4282bf10d4f7a450a2e15843874 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
participants (1)
-
blb@macports.org