diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-22 12:49:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-22 12:49:42 +0800 |
commit | 4336137acfb7abb50aebbca10d2ae7602565967d (patch) | |
tree | de2ec511785701f12e2bd6815b27a0078f3788ab /x11-toolkits/py-gnome2 | |
parent | 09df6f6eddfaf2d7b7b79870589ce64c54753a49 (diff) | |
download | marcuscom-ports-4336137acfb7abb50aebbca10d2ae7602565967d.tar marcuscom-ports-4336137acfb7abb50aebbca10d2ae7602565967d.tar.gz marcuscom-ports-4336137acfb7abb50aebbca10d2ae7602565967d.tar.bz2 marcuscom-ports-4336137acfb7abb50aebbca10d2ae7602565967d.tar.lz marcuscom-ports-4336137acfb7abb50aebbca10d2ae7602565967d.tar.xz marcuscom-ports-4336137acfb7abb50aebbca10d2ae7602565967d.tar.zst marcuscom-ports-4336137acfb7abb50aebbca10d2ae7602565967d.zip |
Update to 2.15.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7122 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-configure | 14 |
3 files changed, 12 insertions, 13 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 80d2255d9..b4791eb2d 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.33 2006/07/25 02:29:03 ahze Exp $ +# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.34 2006/07/27 17:33:01 marcus Exp $ # PORTNAME= gnome -PORTVERSION= 2.15.90 -PORTREVISION= 1 +PORTVERSION= 2.15.91 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo index dd9ad2317..41dfda061 100644 --- a/x11-toolkits/py-gnome2/distinfo +++ b/x11-toolkits/py-gnome2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-python-2.15.90.tar.bz2) = 192e7bf570b76ca3749fad3778abefe7 -SHA256 (gnome2/gnome-python-2.15.90.tar.bz2) = 1d16717923ed5858957c362ef66aa9b7e9becfdcfdc4aa30e14b1aaa4c16f240 -SIZE (gnome2/gnome-python-2.15.90.tar.bz2) = 400646 +MD5 (gnome2/gnome-python-2.15.91.tar.bz2) = d06c1cc0d715d9819f30ce5546dc07df +SHA256 (gnome2/gnome-python-2.15.91.tar.bz2) = 61424e0091a6bfc01772fefc7e6cdd7413ffd011eba234163b849fcf578b962c +SIZE (gnome2/gnome-python-2.15.91.tar.bz2) = 401454 diff --git a/x11-toolkits/py-gnome2/files/patch-configure b/x11-toolkits/py-gnome2/files/patch-configure index 4ee9b7bd4..94ede93f4 100644 --- a/x11-toolkits/py-gnome2/files/patch-configure +++ b/x11-toolkits/py-gnome2/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Wed Jul 12 16:09:33 2006 -+++ configure Wed Jul 12 17:44:40 2006 -@@ -19021,7 +19021,7 @@ else - fi +--- configure.orig Tue Aug 22 00:47:05 2006 ++++ configure Tue Aug 22 00:47:29 2006 +@@ -19036,7 +19036,7 @@ PYTHON_LIB_DEPS=`$PYTHON -c "from distut save_LIBS="$LIBS" --PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ -lpython${PYTHON_VERSION}" -+PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ -lpython${PYTHON_VERSION} ${PTHREAD_LIBS}" + +-PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ ${PYTHON_LIB_DEPS} -lpython${PYTHON_VERSION}" ++PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ ${PYTHON_LIB_DEPS} -lpython${PYTHON_VERSION} ${PTHREAD_LIBS}" + LIBS="$LIBS $PYTHON_EMBED_LIBS" cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ |