diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-08-07 18:59:49 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-08-07 18:59:49 +0000 |
commit | 8ddbe16b885a4c0bd46bf1ed8811db0ee5ac7bc9 (patch) | |
tree | 4af4e0aac8acf28a915e824676be72d0d11949b2 | |
parent | 968dd5a275f394ca31a4adbce076d9967922221e (diff) | |
download | freebsd-ports-8ddbe16b885a4c0bd46bf1ed8811db0ee5ac7bc9.zip |
- Update to 2.0.3.
- Remove 'py-' from the PORTNAME and add PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}.
- Change DIST_SUBDIR to gnome2.
- Remove patch-configure and use libtool 15.
- Chase the current bsd.gnome.mk, pygtk2.
Reviewed by: marcus
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-configure | 10 |
3 files changed, 11 insertions, 21 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 17249b05bea8..d27cc2a39bc8 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -5,28 +5,28 @@ # $FreeBSD$ # -PORTNAME= py-gnome -PORTVERSION= 2.0.2 +PORTNAME= gnome +PORTVERSION= 2.0.3 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-python/2.0 +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= gnome-python-${PORTVERSION} -DIST_SUBDIR= gnome +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GNOME 2 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit2 +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit2 LATEST_LINK= py-gnome2 USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes -USE_GNOME= gnomehack libgnomeprintui libgtkhtml gnomepanel libzvt nautilus2 -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gnomehack libgnomeprintui libgtkhtml gnomepanel libzvt \ + nautilus2 pygtk2 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo index b8ba1a3d9d8e..6368e81273e5 100644 --- a/x11-toolkits/py-gnome2/distinfo +++ b/x11-toolkits/py-gnome2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome/gnome-python-2.0.2.tar.bz2) = 6a8108fce2e50afece82640707569dc7 -SIZE (gnome/gnome-python-2.0.2.tar.bz2) = 348277 +MD5 (gnome2/gnome-python-2.0.3.tar.bz2) = f248cc3a0791c6e1c7c2ba6a49429f48 +SIZE (gnome2/gnome-python-2.0.3.tar.bz2) = 348773 diff --git a/x11-toolkits/py-gnome2/files/patch-configure b/x11-toolkits/py-gnome2/files/patch-configure deleted file mode 100644 index 9cfc94a221e3..000000000000 --- a/x11-toolkits/py-gnome2/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Mar 24 00:00:55 2003 -+++ configure Mon Mar 24 00:02:13 2003 -@@ -7806,6 +7806,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |