Modified: trunk/dports/python/py26-qscintilla/Portfile (70951 => 70952)
--- trunk/dports/python/py26-qscintilla/Portfile 2010-08-27 11:14:28 UTC (rev 70951)
+++ trunk/dports/python/py26-qscintilla/Portfile 2010-08-27 12:36:47 UTC (rev 70952)
@@ -7,8 +7,12 @@
# We do not use the 'PortGroup' sugar since this python module is built
# quite differently than standard python extension modules.
+# WARNING: The version of these python bindings must match the version
+# number of the installed qscintilla port, or configure/building
+# will fail with strange error messages.
+
name py26-qscintilla
-version 2.4.3
+version 2.4.4
categories python devel
maintainers adfernandes openmaintainer
description Python bindings for QScintilla
@@ -29,7 +33,9 @@
http://www.gtlib.gatech.edu/pub/gentoo/distfiles/ \
http://gentoo.osuosl.org/distfiles/
-checksums sha1 772bb3cfca8716e035f2cdc4536d5d8025b855a8
+checksums md5 db5f21723ea976ddd78c4c3662a21f9c \
+ sha1 4b6ecb8090a546b14fa4c0ce86ff2c7e97261005 \
+ rmd160 e56cc02f7b69316cd943705fba9159fa9272aa21
depends_lib port:qscintilla port:python26 port:py26-pyqt4