[122643] trunk/dports/python/py-sip/Portfile

michaelld at macports.org michaelld at macports.org
Fri Jul 25 10:02:34 PDT 2014


Revision: 122643
          https://trac.macports.org/changeset/122643
Author:   michaelld at macports.org
Date:     2014-07-25 10:02:34 -0700 (Fri, 25 Jul 2014)
Log Message:
-----------
py*-sip: update to 4.16.2, which provides the same SPI API as 4.16.1: 11.1; so no need to rev-bump dependent ports.

Modified Paths:
--------------
    trunk/dports/python/py-sip/Portfile

Modified: trunk/dports/python/py-sip/Portfile
===================================================================
--- trunk/dports/python/py-sip/Portfile	2014-07-25 17:02:01 UTC (rev 122642)
+++ trunk/dports/python/py-sip/Portfile	2014-07-25 17:02:34 UTC (rev 122643)
@@ -21,7 +21,7 @@
 
 homepage            http://www.riverbankcomputing.co.uk/software/sip/intro
 
-version             4.16.1
+version             4.16.2
 
 # from siplib/sip.h.in:
 #
@@ -31,11 +31,10 @@
 # the minor number incremented.  Whenever data structure elements are
 # removed or the order changed then the major number must be
 # incremented and the minor number set to 0.
-#
+# 
+# SIP 4.16.2 provides SIP API 11.1.
 # SIP 4.16.1 provides SIP API 11.1.
-#
-# SIP 4.15.5 provided SIP API 11.0, so SIP 4.16.1 is backward
-# compatible with 4.15.5 without a rev-bump.
+# SIP 4.15.5 provided SIP API 11.0.
 
 set branch          [join [lrange [split ${version} .] 0 1] .]
 set patch           [lindex [split ${version} .] 2]
@@ -53,8 +52,8 @@
         distname        sip-${version}
     }
 
-    checksums           rmd160 59cd159fdf0cc81a086b43ad66eddf8c9ea3836a \
-                        sha256 a49eabd36897ab0362c247f0e3cbb10387023e9936cd9898d7442419c3a176c2
+    checksums           rmd160 5bdc04a4c93deed92dc0838baf590b938ea333eb \
+                        sha256 a55a2324a46ab42e42ae57c52ef06583b17d25c987973fe2e7ff2e8a649294ce
 
     patchfiles          patch-siputils.py.diff \
                         patch-specs_macx-g++.diff \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140725/af42920d/attachment-0001.html>


More information about the macports-changes mailing list