Revision: 75285 http://trac.macports.org/changeset/75285 Author: adfernandes@macports.org Date: 2011-01-19 13:36:01 -0800 (Wed, 19 Jan 2011) Log Message: ----------- py2[67]-qscintilla; version bump; fixes #28044 Modified Paths: -------------- trunk/dports/python/py26-qscintilla/Portfile trunk/dports/python/py27-qscintilla/Portfile Modified: trunk/dports/python/py26-qscintilla/Portfile =================================================================== --- trunk/dports/python/py26-qscintilla/Portfile 2011-01-19 21:35:30 UTC (rev 75284) +++ trunk/dports/python/py26-qscintilla/Portfile 2011-01-19 21:36:01 UTC (rev 75285) @@ -13,8 +13,7 @@ # will fail with strange error messages. name py26-qscintilla -version 2.4.5 -revision 1 +version 2.4.6 categories python devel maintainers adfernandes openmaintainer description Python bindings for QScintilla @@ -36,9 +35,9 @@ http://www.gtlib.gatech.edu/pub/gentoo/distfiles/ \ http://gentoo.osuosl.org/distfiles/ -checksums md5 8063f8f933513959432c27c5ffecf56b \ - sha1 2401c2214ba0377ad61855c0fac6f6c7c95801d6 \ - rmd160 d96cf05c879f314ee828ec6a1609bd1864692bd6 +checksums md5 424a89736b900e6ca5bc6d929cdafaf8 \ + sha1 0527feedf74186a02ca0757d71be0c790149f674 \ + rmd160 b48880e3e0fa0d285f04bf7ceb509f509d684929 depends_lib port:qscintilla port:python26 port:py26-pyqt4 Modified: trunk/dports/python/py27-qscintilla/Portfile =================================================================== --- trunk/dports/python/py27-qscintilla/Portfile 2011-01-19 21:35:30 UTC (rev 75284) +++ trunk/dports/python/py27-qscintilla/Portfile 2011-01-19 21:36:01 UTC (rev 75285) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup qt4 1.0 # -# PortGroup python26 1.0 +# PortGroup python27 1.0 # # We do not use the 'PortGroup' sugar since this python module is built # quite differently than standard python extension modules. @@ -13,7 +13,7 @@ # will fail with strange error messages. name py27-qscintilla -version 2.4.5 +version 2.4.6 categories python devel maintainers adfernandes openmaintainer description Python bindings for QScintilla @@ -35,9 +35,9 @@ http://www.gtlib.gatech.edu/pub/gentoo/distfiles/ \ http://gentoo.osuosl.org/distfiles/ -checksums md5 8063f8f933513959432c27c5ffecf56b \ - sha1 2401c2214ba0377ad61855c0fac6f6c7c95801d6 \ - rmd160 d96cf05c879f314ee828ec6a1609bd1864692bd6 +checksums md5 424a89736b900e6ca5bc6d929cdafaf8 \ + sha1 0527feedf74186a02ca0757d71be0c790149f674 \ + rmd160 b48880e3e0fa0d285f04bf7ceb509f509d684929 depends_lib port:qscintilla port:python27 port:py27-pyqt4