diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-20 20:13:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-20 20:13:17 +0800 |
commit | 4b1f51525147cc753cd5c1e2005f594269c64932 (patch) | |
tree | 669f5e5ebffaf286dbe56e170b8a233c90cd6fce | |
parent | c1de404f3d0d233227f3332195a2f68d0f4dd1f2 (diff) | |
download | marcuscom-ports-4b1f51525147cc753cd5c1e2005f594269c64932.tar marcuscom-ports-4b1f51525147cc753cd5c1e2005f594269c64932.tar.gz marcuscom-ports-4b1f51525147cc753cd5c1e2005f594269c64932.tar.bz2 marcuscom-ports-4b1f51525147cc753cd5c1e2005f594269c64932.tar.lz marcuscom-ports-4b1f51525147cc753cd5c1e2005f594269c64932.tar.xz marcuscom-ports-4b1f51525147cc753cd5c1e2005f594269c64932.tar.zst marcuscom-ports-4b1f51525147cc753cd5c1e2005f594269c64932.zip |
Update to 3.2.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16768 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/py-gobject3/Makefile | 4 | ||||
-rw-r--r-- | devel/py-gobject3/distinfo | 4 | ||||
-rw-r--r-- | devel/py-gobject3/files/patch-configure | 24 | ||||
-rw-r--r-- | devel/py-gobject3/pkg-plist | 3 |
4 files changed, 7 insertions, 28 deletions
diff --git a/devel/py-gobject3/Makefile b/devel/py-gobject3/Makefile index 299b6b252..c81b5970e 100644 --- a/devel/py-gobject3/Makefile +++ b/devel/py-gobject3/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/py-gobject3/Makefile,v 1.8 2012/02/09 17:09:14 kwm Exp $ +# $MCom: ports/devel/py-gobject3/Makefile,v 1.9 2012/05/01 11:41:22 kwm Exp $ # PORTNAME= gobject -PORTVERSION= 3.0.4 +PORTVERSION= 3.2.2 CATEGORIES= devel python MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/devel/py-gobject3/distinfo b/devel/py-gobject3/distinfo index 82e336c12..14f833abf 100644 --- a/devel/py-gobject3/distinfo +++ b/devel/py-gobject3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/pygobject-3.0.4.tar.xz) = f457b1d7f6b8bfa727593c3696d2b405da66b4a8d34cd7d3362ebda1221f0661 -SIZE (gnome3/pygobject-3.0.4.tar.xz) = 547180 +SHA256 (gnome3/pygobject-3.2.2.tar.xz) = 4653790baaff0176fd814b88cfb5378c45906a120b25d01be2554f423b726eb0 +SIZE (gnome3/pygobject-3.2.2.tar.xz) = 564712 diff --git a/devel/py-gobject3/files/patch-configure b/devel/py-gobject3/files/patch-configure deleted file mode 100644 index 280b02ca4..000000000 --- a/devel/py-gobject3/files/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig 2011-09-19 17:19:31.000000000 +0200 -+++ configure 2011-09-19 17:19:16.000000000 +0200 -@@ -14913,7 +14913,7 @@ - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for headers required to compile python extensions" >&5 - $as_echo_n "checking for headers required to compile python extensions... " >&6; } --if test "x$PYTHON_INCLUDES" == x; then -+if test "x$PYTHON_INCLUDES" = x; then - PYTHON_CONFIG=`which $PYTHON`-config - if test -x "$PYTHON_CONFIG"; then - PYTHON_INCLUDES=`$PYTHON_CONFIG --includes 2>/dev/null` -@@ -14950,10 +14950,10 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries required to embed python" >&5 - $as_echo_n "checking for libraries required to embed python... " >&6; } - py_exec_prefix=`$PYTHON -c "import sys; print(sys.exec_prefix)"` --if test "x$PYTHON_LIBS" == x; then -+if test "x$PYTHON_LIBS" = x; then - PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}" - fi --if test "x$PYTHON_LIB_LOC" == x; then -+if test "x$PYTHON_LIB_LOC" = x; then - PYTHON_LIB_LOC="${py_prefix}/lib" - fi - diff --git a/devel/py-gobject3/pkg-plist b/devel/py-gobject3/pkg-plist index f098a2001..8ccd8110c 100644 --- a/devel/py-gobject3/pkg-plist +++ b/devel/py-gobject3/pkg-plist @@ -58,6 +58,9 @@ lib/libpyglib-gi-2.0-python2.7.so.0 %%PYTHON_SITELIBDIR%%/gi/overrides/keysyms.py %%PYTHON_SITELIBDIR%%/gi/overrides/keysyms.pyc %%PYTHON_SITELIBDIR%%/gi/overrides/keysyms.pyo +%%PYTHON_SITELIBDIR%%/gi/pygtkcompat.py +%%PYTHON_SITELIBDIR%%/gi/pygtkcompat.pyc +%%PYTHON_SITELIBDIR%%/gi/pygtkcompat.pyo %%PYTHON_SITELIBDIR%%/gi/repository/__init__.py %%PYTHON_SITELIBDIR%%/gi/repository/__init__.pyc %%PYTHON_SITELIBDIR%%/gi/repository/__init__.pyo |