Modified: trunk/dports/python/py27-qscintilla/Portfile (72706 => 72708)
--- trunk/dports/python/py26-qscintilla/Portfile 2010-10-24 22:13:10 UTC (rev 72706)
+++ trunk/dports/python/py27-qscintilla/Portfile 2010-10-24 23:31:51 UTC (rev 72708)
@@ -12,9 +12,8 @@
# number of the installed qscintilla port, or configure/building
# will fail with strange error messages.
-name py26-qscintilla
+name py27-qscintilla
version 2.4.5
-revision 1
categories python devel
maintainers adfernandes openmaintainer
description Python bindings for QScintilla
@@ -29,6 +28,7 @@
# since it contains the 'main' software distribution!
#
+dist_subdir qscintilla
distname QScintilla-gpl-${version}
master_sites http://www.riverbankcomputing.com/static/Downloads/QScintilla2/ \
http://gentoo.mirrors.easynews.com/linux/gentoo/distfiles/ \
@@ -39,12 +39,12 @@
sha1 2401c2214ba0377ad61855c0fac6f6c7c95801d6 \
rmd160 d96cf05c879f314ee828ec6a1609bd1864692bd6
-depends_lib port:qscintilla port:python26 port:py26-pyqt4
+depends_lib port:qscintilla port:python27 port:py27-pyqt4
universal_variant no
configure.dir ${worksrcpath}/Python
-configure.cmd "${prefix}/bin/python2.6 configure.py; echo"
+configure.cmd "${prefix}/bin/python2.7 configure.py; echo"
build.dir ${worksrcpath}/Python
build.cmd ${build.cmd}