Changes between Initial Version and Version 1 of Ticket #55329, comment 5


Ignore:
Timestamp:
Nov 25, 2017, 3:07:32 PM (6 years ago)
Author:
ccorn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55329, comment 5

    initial v1  
    1 This seems to have been [https://www.riverbankcomputing.com/hg/sip due to SIP] (commit [https://www.riverbankcomputing.com/hg/sip/rev/dd017d3e1454 dd017d3e1454]). Upgrading port {{{py-sip}}} to 4.19.6 has fixed this issue for me.
    2 {{{
    3 --- a/python/py-sip/Portfile
    4 +++ b/python/py-sip/Portfile
    5 @@ -20,7 +20,7 @@ long_description \
    6  
    7  homepage            http://www.riverbankcomputing.co.uk/software/sip/intro
    8  
    9 -version             4.19.5
    10 +version             4.19.6
    11  
    12  # from siplib/sip.h.in:
    13  #
    14 @@ -59,8 +59,8 @@ if {${name} ne ${subport}} {
    15          distname        sip-${version}
    16      }
    17  
    18 -    checksums           rmd160 d7b2b3bfd8f350c6be1d6bfe9d3761ad1cb73320 \
    19 -                        sha256 391b7bf08f1cd12d8a25ed5608ca36ee9b759eee1690d8156e35d92f9a74b456
    20 +    checksums           rmd160 8cff31053f90efb30633e78e6beadb6dd351300a \
    21 +                        sha256 9dda27ae181bea782ebc8768d29f22f85ab6e5128ee3ab21f491febad707925a
    22  
    23      patchfiles          patch-siputils.py.diff \
    24                          patch-specs_macx-g++.diff \
    25 }}}
     1This seems to have been [https://www.riverbankcomputing.com/hg/sip due to SIP] (commit [https://www.riverbankcomputing.com/hg/sip/rev/dd017d3e1454 dd017d3e1454]). Upgrading port {{{py-sip}}} to 4.19.6 has fixed this issue for me. **Edit:** [https://github.com/macports/macports-ports/commit/bda419c71dfc437e7bd00b04a7a9325fac0c73ec Already done.]