Wed Jun 17 07:08:35 2009 UTC ()
Update to 4.8.1. Changes since 4.8:

* Fixed the reference count handling of a module in the error paths when
  initialising it.
* Added support for (vaguely) defining private assignment operators to
  suppress the generation of PyQt4 assignment helpers.
* Fixed a regression in the creation of new exceptions.
* Various changes (including bumping the major version number of the C API)
  to accomodate the design of the API selection support. The implementation
  should not need any further data structure changes.
* Fixed a code generation bug when an /ArraySize/ argument was typedef'ed.
* Fixed sipResolveTypedef().


(hasso)
diff -r1.4 -r1.5 pkgsrc/x11/py-sip/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/py-sip/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/x11/py-sip/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/py-sip/Makefile 2009/06/09 13:51:57 1.4
+++ pkgsrc/x11/py-sip/Makefile 2009/06/17 07:08:35 1.5
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2009/06/09 13:51:57 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2009/06/17 07:08:35 hasso Exp $
2# 2#
3 3
4DISTNAME= sip-4.8 4DISTNAME= sip-4.8.1
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6CATEGORIES= x11 devel python 6CATEGORIES= x11 devel python
7MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/sip4/ 7MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/sip4/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.riverbankcomputing.com/software/sip/intro 10HOMEPAGE= http://www.riverbankcomputing.com/software/sip/intro
11COMMENT= Tool to create Python bindings for C++ libraries 11COMMENT= Tool to create Python bindings for C++ libraries
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-* ${PYPKGPREFIX}-qt3-sip-* 15CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-* ${PYPKGPREFIX}-qt3-sip-*
16 16
17PYTHON_VERSIONS_ACCEPTED= 26 25 24 23 17PYTHON_VERSIONS_ACCEPTED= 26 25 24 23

cvs diff -r1.3 -r1.4 pkgsrc/x11/py-sip/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/py-sip/distinfo 2009/06/09 13:51:57 1.3
+++ pkgsrc/x11/py-sip/distinfo 2009/06/17 07:08:35 1.4
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.3 2009/06/09 13:51:57 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2009/06/17 07:08:35 hasso Exp $
2 2
3SHA1 (sip-4.8.tar.gz) = ec2273eceb1a8cbcbc70983529ac440000aa22c7 3SHA1 (sip-4.8.1.tar.gz) = 7e1b0899994fc7a20e26f4aa861979de3ea85f70
4RMD160 (sip-4.8.tar.gz) = 90494e067e873911bcb6962357369ac8ccc93b2b 4RMD160 (sip-4.8.1.tar.gz) = 8639f793bcfe7d07ebd5c27bfd0a55a004ea7245
5Size (sip-4.8.tar.gz) = 613197 bytes 5Size (sip-4.8.1.tar.gz) = 614105 bytes
6SHA1 (patch-aa) = 67da3bbb531ee50ba47b0ce4ee7a6edf5d0ad139 6SHA1 (patch-aa) = 67da3bbb531ee50ba47b0ce4ee7a6edf5d0ad139
7SHA1 (patch-ab) = f5ba9704fc3867a1273dca534b145cdb14b070e7 7SHA1 (patch-ab) = f5ba9704fc3867a1273dca534b145cdb14b070e7