Skip to content

Commit

Permalink
py*-sip: update to 4.19.1; remove integrated patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelld committed Feb 16, 2017
1 parent e0671be commit 25e7a9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 54 deletions.
12 changes: 5 additions & 7 deletions python/py-sip/Portfile
Expand Up @@ -20,7 +20,7 @@ long_description \

homepage http://www.riverbankcomputing.co.uk/software/sip/intro

version 4.19
version 4.19.1

# from siplib/sip.h.in:
#
Expand All @@ -31,7 +31,8 @@ version 4.19
# removed or the order changed then the major number must be
# incremented and the minor number set to 0.
#
# SIP 4.19[.0] provides SIP API 12.0
# SIP 4.19.1 provides SIP API 12.1
# SIP 4.19.0 provides SIP API 12.0
# SIP 4.18.[0-1] provides SIP API 11.3
# SIP 4.17.0 provides SIP API 11.2
# SIP 4.16.[8-9] provides SIP API 11.2
Expand All @@ -56,16 +57,13 @@ if {${name} ne ${subport}} {
distname sip-${version}
}

checksums rmd160 260c814e0ed4aa5ea90a8ac1f9100e7b9452ae21 \
sha256 014bf55f653e0d8bcc582705ef4fbd61e0859a36e959ab46d8fa060cdf0b5e27
checksums rmd160 007bd447c1baab2874999e2fc9783d7464425573 \
sha256 501852b8325349031b769d1c03d6eab04f7b9b97f790ec79f3d3d04bf065d83e

patchfiles patch-siputils.py.diff \
patch-specs_macx-g++.diff \
patch-configure.py.diff

# temporary patch to fix struct variable name generation
patchfiles-append patch-sipgen_gencode.c.diff

use_configure yes
pre-configure {
# Ensure correct compilers are used
Expand Down
47 changes: 0 additions & 47 deletions python/py-sip/files/patch-sipgen_gencode.c.diff

This file was deleted.

0 comments on commit 25e7a9d

Please sign in to comment.