[135261] trunk/dports/python/py-qscintilla

michaelld at macports.org michaelld at macports.org
Mon Apr 20 09:16:29 PDT 2015


Revision: 135261
          https://trac.macports.org/changeset/135261
Author:   michaelld at macports.org
Date:     2015-04-20 09:16:28 -0700 (Mon, 20 Apr 2015)
Log Message:
-----------
py*-qscintilla: update to 2.9(.0).

Modified Paths:
--------------
    trunk/dports/python/py-qscintilla/Portfile
    trunk/dports/python/py-qscintilla/files/patch-Python-configure.py.diff

Modified: trunk/dports/python/py-qscintilla/Portfile
===================================================================
--- trunk/dports/python/py-qscintilla/Portfile	2015-04-20 16:16:05 UTC (rev 135260)
+++ trunk/dports/python/py-qscintilla/Portfile	2015-04-20 16:16:28 UTC (rev 135261)
@@ -11,9 +11,9 @@
 #          number of the installed qscintilla port, or configure/building
 #          will fail with strange error messages.
 
-version             2.8.4
-checksums           rmd160 dfe4b96f1bfd549290aeae24a18f2fe99de8e75a \
-                    sha256 9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f
+version             2.9
+checksums           rmd160 3b3682a578a988466ef35aeab757466ea908934f \
+                    sha256 d7c32e32582f93779de861006d87467b38b9ebc06e3d0b32e981cb24369fa417
 
 categories          python devel
 license             {GPL-2 GPL-3}

Modified: trunk/dports/python/py-qscintilla/files/patch-Python-configure.py.diff
===================================================================
--- trunk/dports/python/py-qscintilla/files/patch-Python-configure.py.diff	2015-04-20 16:16:05 UTC (rev 135260)
+++ trunk/dports/python/py-qscintilla/files/patch-Python-configure.py.diff	2015-04-20 16:16:28 UTC (rev 135261)
@@ -1,6 +1,6 @@
 --- Python/configure.py.orig	2014-07-03 06:15:50.000000000 -0400
 +++ Python/configure.py	2014-07-25 13:43:38.000000000 -0400
-@@ -1162,6 +1162,13 @@
+@@ -1157,6 +1157,13 @@
              action='store_true',
              help="suppress timestamps in the header comments of generated "
                      "code [default: include timestamps]")
@@ -14,7 +14,7 @@
  
      module_config.init_optparser(p, target_config)
  
-@@ -1320,6 +1327,11 @@
+@@ -1315,6 +1315,11 @@
      pro.write('CONFIG += %s\n' % ('debug' if opts.debug else 'release'))
      pro.write('CONFIG += %s\n' % ('staticlib' if opts.static else 'plugin'))
  
@@ -26,7 +26,7 @@
      config = qmake_config.get('CONFIG')
      if config:
          pro.write('CONFIG += %s\n' % config)
-@@ -1434,9 +1446,7 @@
+@@ -1432,9 +1444,7 @@
  
  macx {
      QMAKE_LFLAGS += "-undefined dynamic_lookup"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150420/ed4d529f/attachment.html>


More information about the macports-changes mailing list