[54239] trunk/dports/devel/qscintilla/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Jul 23 10:35:24 PDT 2009


Revision: 54239
          http://trac.macports.org/changeset/54239
Author:   macsforever2000 at macports.org
Date:     2009-07-23 10:35:24 -0700 (Thu, 23 Jul 2009)
Log Message:
-----------
Update to version 2.4. Add python bindings with python25 as the default.

Modified Paths:
--------------
    trunk/dports/devel/qscintilla/Portfile

Modified: trunk/dports/devel/qscintilla/Portfile
===================================================================
--- trunk/dports/devel/qscintilla/Portfile	2009-07-23 17:09:15 UTC (rev 54238)
+++ trunk/dports/devel/qscintilla/Portfile	2009-07-23 17:35:24 UTC (rev 54239)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                qscintilla
-version             2.3.2
-revision            1
+version             2.4
 categories          devel
 maintainers         ricci openmaintainer
 description         QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.
@@ -26,11 +25,12 @@
 distfiles           ${distname}.tar.gz
 master_sites        http://www.riverbankcomputing.com/static/Downloads/QScintilla2/
 
-checksums           md5     2e112d01988f2e044c43a1e7f5e1dd87 \
-                    sha1    d34ae9907e6221d221c5b5c1324e9b263553d2cb \
-                    rmd160  de7828d4b965156771034eb622ee9614b2aea9be
+checksums           md5     dd69520ec91f1acb97a4eb74ddde37c9 \
+                    sha1    17962bb64d2641f9e181b39fdca39228170488a3 \
+                    rmd160  19e5d5c331705c217c5192b1fcac5d298942db69
 
-depends_lib         port:qt4-mac
+depends_lib         port:qt4-mac \
+                    path:bin/python:python25
 
 worksrcdir          ${distname}
 
@@ -50,8 +50,10 @@
 		${worksrcpath}/Qt4/libqscintilla2.5.dylib"
 }
 
+post-activate {
+	system "cd ${worksrcpath}/Python;python configure.py;make;make install"
+}
 
-
 destroot.env        QTDIR=${qt_dir} INSTALL_ROOT=${destroot}
 
 ## post-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090723/c3949821/attachment.html>


More information about the macports-changes mailing list