diff --git a/python/py-sip/Portfile b/python/py-sip/Portfile
index 942a551efb..55e2f0cead 100644
a
|
b
|
long_description \ |
20 | 20 | |
21 | 21 | homepage https://www.riverbankcomputing.com/software/sip/intro |
22 | 22 | |
23 | | version 4.19.10 |
| 23 | version 4.19.8 |
| 24 | |
| 25 | # bumped the epoch to revert from 4.19.10 to 4.19.8. The former caused |
| 26 | # configuration errors in py*-qscitilla-qt5 and py*-pyqt4, and |
| 27 | # possibly others. See also: https://trac.macports.org/ticket/56746 . |
| 28 | epoch 1 |
24 | 29 | |
25 | 30 | # from siplib/sip.h.in: |
26 | 31 | # |
… |
… |
version 4.19.10 |
31 | 36 | # removed or the order changed then the major number must be |
32 | 37 | # incremented and the minor number set to 0. |
33 | 38 | # |
34 | | # SIP 4.19.[8-9] provides SIP API 12.4 |
| 39 | # SIP 4.19.[8-10] provides SIP API 12.4 |
35 | 40 | # SIP 4.19.[4-7] provides SIP API 12.3 |
36 | 41 | # SIP 4.19.3 provides SIP API 12.2 |
37 | 42 | # SIP 4.19.[1-2] provides SIP API 12.1 |
… |
… |
if {${name} ne ${subport}} { |
60 | 65 | distname sip-${version} |
61 | 66 | } |
62 | 67 | |
63 | | revision 1 |
64 | | checksums rmd160 2c028d9a8220a4365084836975a08921b1df7ebc \ |
65 | | sha256 31ac7d48be8fd2df5f3bdb712f66a7d9a858cc1f6cb35fc95d829e0a69c3dd48 \ |
66 | | size 1032653 |
| 68 | checksums rmd160 064948f2cd178191a00fd691f292a85b7360f2a5 \ |
| 69 | sha256 7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc \ |
| 70 | size 1024548 |
67 | 71 | |
68 | 72 | patchfiles patch-siputils.py.diff \ |
69 | 73 | patch-specs_macx-g++.diff \ |
70 | 74 | patch-configure.py.diff \ |
71 | | patch-add_ppc64.diff \ |
72 | | patch-siplib_siplib.c.diff |
| 75 | patch-add_ppc64.diff |
73 | 76 | |
74 | 77 | use_configure yes |
75 | 78 | pre-configure { |
… |
… |
if {${name} ne ${subport}} { |
94 | 97 | --bindir=${prefix}/bin \ |
95 | 98 | --destdir=${python.pkgd} \ |
96 | 99 | --incdir=${python.include} \ |
97 | | --sipdir=${prefix}/share/${subport} \ |
98 | | --no-dist-info |
| 100 | --sipdir=${prefix}/share/${subport} |
99 | 101 | |
100 | 102 | # always add some arch flags, since the user might have overridden |
101 | 103 | # the default arch build (e.g., ticket #44086). |