[147853] trunk/dports
michaelld at macports.org
michaelld at macports.org
Mon Apr 18 08:18:24 PDT 2016
Revision: 147853
https://trac.macports.org/changeset/147853
Author: michaelld at macports.org
Date: 2016-04-18 08:18:24 -0700 (Mon, 18 Apr 2016)
Log Message:
-----------
[py*-]qscintilla: update to 2.9.2.
Modified Paths:
--------------
trunk/dports/devel/qscintilla/Portfile
trunk/dports/devel/qscintilla/files/patch-add_debug.diff
trunk/dports/python/py-qscintilla/Portfile
Modified: trunk/dports/devel/qscintilla/Portfile
===================================================================
--- trunk/dports/devel/qscintilla/Portfile 2016-04-18 15:03:27 UTC (rev 147852)
+++ trunk/dports/devel/qscintilla/Portfile 2016-04-18 15:18:24 UTC (rev 147853)
@@ -9,9 +9,9 @@
# NOTE: The version of this port must be kept in sync with the
# 'py*-qscintilla' port(s), since they contain the python bindings!
-version 2.9.1
-checksums rmd160 690f8384de9aea15bb0a89455c0303d6a2890710 \
- sha256 79e9c39d51549061d3d489387bcee86ff20c1f746d1b25ac173d5165426eabaf
+version 2.9.2
+checksums rmd160 68d6bd8c4903dcf21efb75339627a767b953729d \
+ sha256 f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a
categories devel
license {GPL-2 GPL-3 OpenSSLException}
@@ -31,7 +31,7 @@
bold and italics, multiple foreground and background colours and \
multiple fonts. See the py*-qscintilla port to install python bindings.
-distname QScintilla-gpl-${version}
+distname QScintilla_gpl-${version}
master_sites sourceforge:pyqt
# fix up QMake .pro files for +debug, if selected; also fixed up the
@@ -91,4 +91,4 @@
livecheck.type regex
livecheck.url ${homepage}download
-livecheck.regex >QScintilla-gpl-\(\[0-9.\]+\)${extract.suffix}<
+livecheck.regex >QScintilla\[_-\]gpl-\(\[0-9.\]+\)${extract.suffix}<
Modified: trunk/dports/devel/qscintilla/files/patch-add_debug.diff
===================================================================
--- trunk/dports/devel/qscintilla/files/patch-add_debug.diff 2016-04-18 15:03:27 UTC (rev 147852)
+++ trunk/dports/devel/qscintilla/files/patch-add_debug.diff 2016-04-18 15:18:24 UTC (rev 147853)
@@ -31,9 +31,9 @@
TEMPLATE = lib
TARGET = qscintilla2
--CONFIG += qt warn_off release thread exceptions
+-CONFIG += qt warn_off release thread exceptions hide_symbols
-INCLUDEPATH += . ../include ../lexlib ../src
-+CONFIG += qt warn_off thread exceptions @ARCHES@ @BUILD_TYPE@
++CONFIG += qt warn_off thread exceptions hide_symbols @ARCHES@ @BUILD_TYPE@
+INCLUDEPATH += . .. ../include ../lexlib ../src
+
+!debug_and_release|build_pass {
Modified: trunk/dports/python/py-qscintilla/Portfile
===================================================================
--- trunk/dports/python/py-qscintilla/Portfile 2016-04-18 15:03:27 UTC (rev 147852)
+++ trunk/dports/python/py-qscintilla/Portfile 2016-04-18 15:18:24 UTC (rev 147853)
@@ -11,9 +11,9 @@
# installed devel/qscintilla port, or configure/building will fail
# with strange error messages.
-version 2.9.1
-checksums rmd160 690f8384de9aea15bb0a89455c0303d6a2890710 \
- sha256 79e9c39d51549061d3d489387bcee86ff20c1f746d1b25ac173d5165426eabaf
+version 2.9.2
+checksums rmd160 68d6bd8c4903dcf21efb75339627a767b953729d \
+ sha256 f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a
categories python devel
license {GPL-2 GPL-3}
@@ -26,7 +26,7 @@
a port to Qt of Neil Hodgson's Scintilla C++ editor control.
dist_subdir qscintilla
-distname QScintilla-gpl-${version}
+distname QScintilla_gpl-${version}
master_sites sourceforge:pyqt
python.versions 27 34 35
@@ -78,4 +78,4 @@
livecheck.type regex
livecheck.url ${homepage}download
-livecheck.regex >QScintilla-gpl-\(\[0-9.\]+\)${extract.suffix}<
+livecheck.regex >QScintilla-gpl\[_-\]\(\[0-9.\]+\)${extract.suffix}<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160418/70f83c7b/attachment.html>
More information about the macports-changes
mailing list