Revision: 133335 https://trac.macports.org/changeset/133335 Author: michaelld@macports.org Date: 2015-02-26 09:08:44 -0800 (Thu, 26 Feb 2015) Log Message: ----------- py*-sip: update to 4.16.6, which still provides SIP API 11.1 so no need to rev-bump ports dependent on SIP. Modified Paths: -------------- trunk/dports/python/py-sip/Portfile trunk/dports/python/py-sip/files/patch-configure.py.diff trunk/dports/python/py-sip/files/patch-siputils.py.diff Modified: trunk/dports/python/py-sip/Portfile =================================================================== --- trunk/dports/python/py-sip/Portfile 2015-02-26 16:58:27 UTC (rev 133334) +++ trunk/dports/python/py-sip/Portfile 2015-02-26 17:08:44 UTC (rev 133335) @@ -21,7 +21,7 @@ homepage http://www.riverbankcomputing.co.uk/software/sip/intro -version 4.16.5 +version 4.16.6 # from siplib/sip.h.in: # @@ -32,7 +32,7 @@ # removed or the order changed then the major number must be # incremented and the minor number set to 0. # -# SIP 4.16.[1-5] provides SIP API 11.1. +# SIP 4.16.[1-6] provides SIP API 11.1. # SIP 4.15.5 provided SIP API 11.0. set branch [join [lrange [split ${version} .] 0 1] .] @@ -51,8 +51,8 @@ distname sip-${version} } - checksums rmd160 a7ed8f728ad8cc50b1838be837e3967f69d9cd68 \ - sha256 a00ba34c30bedc0f61916eb10bd12867b4754910a766647e3e58f88bd00f1e87 + checksums rmd160 ed0fb35a8378d0f19f2554106673744d18a7859b \ + sha256 8c7db2baf52935ee7d8573c98d6ede0d90e4308b8b9e7739e59acf1650714552 patchfiles patch-siputils.py.diff \ patch-specs_macx-g++.diff \ Modified: trunk/dports/python/py-sip/files/patch-configure.py.diff =================================================================== --- trunk/dports/python/py-sip/files/patch-configure.py.diff 2015-02-26 16:58:27 UTC (rev 133334) +++ trunk/dports/python/py-sip/files/patch-configure.py.diff 2015-02-26 17:08:44 UTC (rev 133335) @@ -1,6 +1,6 @@ ---- configure.py.orig 2014-12-24 04:56:52.000000000 -0500 -+++ configure.py 2014-12-25 11:19:20.000000000 -0500 -@@ -890,7 +890,6 @@ +--- configure.py.orig 2015-02-25 13:03:17.000000000 -0500 ++++ configure.py 2015-02-25 21:58:10.000000000 -0500 +@@ -892,7 +892,6 @@ raise except: sys.stderr.write( Modified: trunk/dports/python/py-sip/files/patch-siputils.py.diff =================================================================== --- trunk/dports/python/py-sip/files/patch-siputils.py.diff 2015-02-26 16:58:27 UTC (rev 133334) +++ trunk/dports/python/py-sip/files/patch-siputils.py.diff 2015-02-26 17:08:44 UTC (rev 133335) @@ -1,5 +1,5 @@ ---- siputils.py.orig 2014-11-29 08:50:28.000000000 -0500 -+++ siputils.py 2014-12-25 11:19:20.000000000 -0500 +--- siputils.py.orig 2015-02-06 09:58:13.000000000 -0500 ++++ siputils.py 2015-02-25 21:58:10.000000000 -0500 @@ -297,7 +297,7 @@ # These require special handling as they are (potentially) a set of # space separated values rather than a single value that might @@ -53,7 +53,7 @@ else: prl_name = os.path.join(self.config.qt_lib_dir, "lib" + clib + ".prl") -@@ -2477,6 +2487,40 @@ +@@ -2506,6 +2516,40 @@ lhs = line[:assstart].strip() rhs = line[assend + 1:].strip()