diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-04 17:03:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-04 17:03:02 +0000 |
commit | 3dd18b95955931ea81198fc6d85aef0ce2e528a2 (patch) | |
tree | 148f267d6c49e067ab6a48884f404505444b7d03 /x11 | |
parent | 3b015fe9f1c916937a59c534dc19fc63467c438e (diff) | |
download | pkgsrc-3dd18b95955931ea81198fc6d85aef0ce2e528a2.tar.gz |
Update to 4.14.7:
v4.14.7 16th June 2013
- The internal API version is increased to 10.0 requiring the regeneration of
all modules.
- Added the /Sequence/ function annotation.
- %ConvertFromTypeCode can now be specified for classes.
- Added sipEnableAutoconversion() to the C API.
- Added sipSetDestroyOnExit() to the C API.
- Bug fixes.
Bump coming (for first point).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-sip/Makefile | 4 | ||||
-rw-r--r-- | x11/py-sip/buildlink3.mk | 4 | ||||
-rw-r--r-- | x11/py-sip/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index 8a3ba8bf2a9..3aac8bfe314 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2013/05/03 15:46:32 drochner Exp $ +# $NetBSD: Makefile,v 1.38 2013/07/04 17:03:02 wiz Exp $ -DISTNAME= sip-4.14.6 +DISTNAME= sip-4.14.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= x11 devel python #MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/sip4/ diff --git a/x11/py-sip/buildlink3.mk b/x11/py-sip/buildlink3.mk index 324247e85ac..74f57980738 100644 --- a/x11/py-sip/buildlink3.mk +++ b/x11/py-sip/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2012/10/10 16:52:17 drochner Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2013/07/04 17:03:02 wiz Exp $ BUILDLINK_TREE+= py-sip @@ -7,7 +7,7 @@ PY_SIP_BUILDLINK3_MK:= .include "../../lang/python/pyversion.mk" -BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.14 +BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.14.7 BUILDLINK_PKGSRCDIR.py-sip?= ../../x11/py-sip .endif # PY_SIP_BUILDLINK3_MK diff --git a/x11/py-sip/distinfo b/x11/py-sip/distinfo index 79395822fb7..e4c411127ab 100644 --- a/x11/py-sip/distinfo +++ b/x11/py-sip/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.30 2013/05/03 15:46:32 drochner Exp $ +$NetBSD: distinfo,v 1.31 2013/07/04 17:03:02 wiz Exp $ -SHA1 (sip-4.14.6.tar.gz) = e9dfe98ab1418914c78fd3ac457a4e724aac9821 -RMD160 (sip-4.14.6.tar.gz) = 4c50579cb99554ffc5b4868c5667289443ad79b1 -Size (sip-4.14.6.tar.gz) = 749965 bytes +SHA1 (sip-4.14.7.tar.gz) = ee048f6db7257d1eae2d9d2e407c1657c8888023 +RMD160 (sip-4.14.7.tar.gz) = 2148334fa22d0002ec92d3446d9c3536bb1e0c70 +Size (sip-4.14.7.tar.gz) = 754916 bytes SHA1 (patch-aa) = 353f3c08b4eb27a329221ecfeec6feb0dca4b287 SHA1 (patch-ab) = 044f78528dc67f7585c15b0fb3ec116ff11e31a6 |