summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-11 14:07:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-11 14:07:51 +0800
commit0c16276e7e5ec626b18ae44e8353f332ca0a16e5 (patch)
tree64a2d2dab5cf602596adf5bbc75c195ece0a98a2
parentd37d433d2bf5436c8cbdf3f6a78ccd972afc9c6e (diff)
downloadmarcuscom-ports-0c16276e7e5ec626b18ae44e8353f332ca0a16e5.tar
marcuscom-ports-0c16276e7e5ec626b18ae44e8353f332ca0a16e5.tar.gz
marcuscom-ports-0c16276e7e5ec626b18ae44e8353f332ca0a16e5.tar.bz2
marcuscom-ports-0c16276e7e5ec626b18ae44e8353f332ca0a16e5.tar.lz
marcuscom-ports-0c16276e7e5ec626b18ae44e8353f332ca0a16e5.tar.xz
marcuscom-ports-0c16276e7e5ec626b18ae44e8353f332ca0a16e5.tar.zst
marcuscom-ports-0c16276e7e5ec626b18ae44e8353f332ca0a16e5.zip
Update to 2.15.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6546 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/py-gnome2/Makefile4
-rw-r--r--x11-toolkits/py-gnome2/distinfo6
-rw-r--r--x11-toolkits/py-gnome2/files/patch-configure18
3 files changed, 14 insertions, 14 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile
index a1052ecfd..e0531f214 100644
--- a/x11-toolkits/py-gnome2/Makefile
+++ b/x11-toolkits/py-gnome2/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.27 2006/05/28 12:08:27 mezz Exp $
+# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.28 2006/06/11 23:17:14 marcus Exp $
#
PORTNAME= gnome
-PORTVERSION= 2.15.2
+PORTVERSION= 2.15.3
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/..$//}
diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo
index 0e71dee08..e09266110 100644
--- a/x11-toolkits/py-gnome2/distinfo
+++ b/x11-toolkits/py-gnome2/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-python-2.15.2.tar.bz2) = d0ec52fafc7c307028f5208e06bda98e
-SHA256 (gnome2/gnome-python-2.15.2.tar.bz2) = 5dc4b2603c487eb065ebd45e73cd1109eb0b7e6f5086ee1075fc38eaed17525e
-SIZE (gnome2/gnome-python-2.15.2.tar.bz2) = 396096
+MD5 (gnome2/gnome-python-2.15.3.tar.bz2) = 8643f2bff50fef6fd2393783ef4c2c48
+SHA256 (gnome2/gnome-python-2.15.3.tar.bz2) = 6044e5b2e0d3477ce443548ec6af31bf286a30ef73eb230183f0d47444fd25c6
+SIZE (gnome2/gnome-python-2.15.3.tar.bz2) = 398672
diff --git a/x11-toolkits/py-gnome2/files/patch-configure b/x11-toolkits/py-gnome2/files/patch-configure
index af6b9c5e0..e54a06f1d 100644
--- a/x11-toolkits/py-gnome2/files/patch-configure
+++ b/x11-toolkits/py-gnome2/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig Tue Mar 14 08:23:11 2006
-+++ configure Tue Mar 14 08:24:01 2006
-@@ -21329,7 +21329,7 @@ if $build_pyvfsmodule; then
- echo "$as_me:$LINENO: checking for libraries required to embed python" >&5
- echo $ECHO_N "checking for libraries required to embed python... $ECHO_C" >&6
- py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
--PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
-+PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION} ${PTHREAD_LIBS}"
+--- configure.orig Tue Jul 11 01:57:24 2006
++++ configure Tue Jul 11 01:58:12 2006
+@@ -19021,7 +19021,7 @@ else
+ fi
save_LIBS="$LIBS"
- LIBS="$LIBS $PYTHON_LIBS"
+-PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ -lpython${PYTHON_VERSION}"
++PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ -lpython${PYTHON_VERSION} ${PTHREAD_LIBS}"
+ LIBS="$LIBS $PYTHON_EMBED_LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */