summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner>2013-08-23 11:25:38 +0000
committerdrochner <drochner>2013-08-23 11:25:38 +0000
commitdf1f2f4edfba649a8199119cfc9660b852028c61 (patch)
treed3abfbb17a0b6ed41520dd43d5770afd774b5660 /x11
parente027b5baff49586eb134bc534e41e9d84eea9235 (diff)
downloadpkgsrc-df1f2f4edfba649a8199119cfc9660b852028c61.tar.gz
update to 4.15
Adds features required by PyQt v5.0.1 and PyQt v4.10.3
Diffstat (limited to 'x11')
-rw-r--r--x11/py-sip/Makefile4
-rw-r--r--x11/py-sip/distinfo10
-rw-r--r--x11/py-sip/patches/patch-aa12
3 files changed, 13 insertions, 13 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile
index 3aac8bfe314..611784acc25 100644
--- a/x11/py-sip/Makefile
+++ b/x11/py-sip/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2013/07/04 17:03:02 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2013/08/23 11:25:38 drochner Exp $
-DISTNAME= sip-4.14.7
+DISTNAME= sip-4.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= x11 devel python
#MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/sip4/
diff --git a/x11/py-sip/distinfo b/x11/py-sip/distinfo
index e4c411127ab..873e0346f4c 100644
--- a/x11/py-sip/distinfo
+++ b/x11/py-sip/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2013/07/04 17:03:02 wiz Exp $
+$NetBSD: distinfo,v 1.32 2013/08/23 11:25:38 drochner Exp $
-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 (sip-4.15.tar.gz) = 211b8f5ecc3d99b72b88b2e3a45a57808452879c
+RMD160 (sip-4.15.tar.gz) = f43990bfd188c51f368a169fd6d3f080f9e94520
+Size (sip-4.15.tar.gz) = 772479 bytes
+SHA1 (patch-aa) = 5a94ed24d3ea0a960abfeea7aaaaf6b542d6ad64
SHA1 (patch-ab) = 044f78528dc67f7585c15b0fb3ec116ff11e31a6
diff --git a/x11/py-sip/patches/patch-aa b/x11/py-sip/patches/patch-aa
index 514dd74291c..3e5a7d27ce6 100644
--- a/x11/py-sip/patches/patch-aa
+++ b/x11/py-sip/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.6 2012/05/23 13:26:49 obache Exp $
+$NetBSD: patch-aa,v 1.7 2013/08/23 11:25:38 drochner Exp $
---- configure.py.orig 2012-02-10 10:03:04.000000000 +0000
+--- configure.py.orig 2013-08-21 05:25:44.000000000 +0000
+++ configure.py
@@ -19,6 +19,7 @@ import sys
import os
@@ -9,8 +9,8 @@ $NetBSD: patch-aa,v 1.6 2012/05/23 13:26:49 obache Exp $
+import imp
from distutils import sysconfig
- import siputils
-@@ -211,7 +212,7 @@ def set_platform_directories():
+ try:
+@@ -218,7 +219,7 @@ def set_platform_directories():
plat_py_lib_dir = lib_dir + "/config"
plat_bin_dir = sys.exec_prefix + "/bin"
@@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.6 2012/05/23 13:26:49 obache Exp $
def patch_files():
-@@ -264,7 +265,7 @@ def create_config(module, template, macr
+@@ -271,7 +272,7 @@ def create_config(module, template, macr
"sip_version": sip_version,
"sip_version_str": sip_version_str,
"platform": opts.platform,
@@ -28,7 +28,7 @@ $NetBSD: patch-aa,v 1.6 2012/05/23 13:26:49 obache Exp $
"sip_inc_dir": opts.sipincdir,
"sip_mod_dir": opts.sipmoddir,
"default_bin_dir": plat_bin_dir,
-@@ -297,11 +298,19 @@ def create_makefiles(macros):
+@@ -305,11 +306,19 @@ def create_makefiles(macros):
sipconfig.inform("Creating top level Makefile...")