diff options
author | markd <markd@pkgsrc.org> | 2010-07-18 12:56:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-07-18 12:56:12 +0000 |
commit | 3f35a0a3b9948b73afb057d58ffd774643ff121c (patch) | |
tree | 773542ba2a0b2e6ea493267fc00253e29c6c7d82 /x11/py-sip/Makefile | |
parent | d819c50c1b7671e662594f69b5abdd1f66676b4f (diff) | |
download | pkgsrc-3f35a0a3b9948b73afb057d58ffd774643ff121c.tar.gz |
Update sip to 4.10.5 (4.10.3 no longer available)
v4.10.5 16th July 2010
- A bug fix release for Python v3 and Python v2.7.
v4.10.4 15th July 2010
- Use capsules when being built for Python v2.7 to work around an apparent
bug in the support for PyCObject.
Diffstat (limited to 'x11/py-sip/Makefile')
-rw-r--r-- | x11/py-sip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index bec0e6c9fca..5e9c7d06eed 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2010/07/13 18:19:57 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2010/07/18 12:56:12 markd Exp $ # -DISTNAME= sip-4.10.3 +DISTNAME= sip-4.10.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= x11 devel python MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/sip4/ |