diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-04 01:39:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-04 01:39:22 +0800 |
commit | c0221c77981fcc9b1e2820ec0015d88262bbdcb3 (patch) | |
tree | cd3c78d3cb280bb93bc0e8f86636b0cccbdfec81 /x11-toolkits/py-gnome2 | |
parent | 70ed64e8ce72d6f6d64151f85f3ddac45eac66f8 (diff) | |
download | freebsd-ports-gnome-c0221c77981fcc9b1e2820ec0015d88262bbdcb3.tar.gz freebsd-ports-gnome-c0221c77981fcc9b1e2820ec0015d88262bbdcb3.tar.zst freebsd-ports-gnome-c0221c77981fcc9b1e2820ec0015d88262bbdcb3.zip |
Update to 1.4.1.
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/pkg-plist | 8 |
4 files changed, 31 insertions, 8 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index a52426f80f32..4714b548905a 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= py-gnome -PORTVERSION= 1.4.0 -PORTREVISION= 3 +PORTVERSION= 1.4.1 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-python @@ -15,22 +14,20 @@ DISTNAME= gnome-python-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= ${PYGTK_DEP} +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml -RUN_DEPENDS= ${PYGTK_DEP} +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= yes -USE_LIBTOOL= yes -LIBTOOLFILES= configure pygnome/configure pygtk/configure +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --with-gnome-config=${X11BASE}/bin/gnome-config \ --with-gtkhtml EG_SRC_DIR= ${WRKSRC}/pygnome/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gnome -PYGTK_DEP= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk .if !defined(NOPORTDOCS) post-install: diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo index 563b6e614aa0..321d29ecd05d 100644 --- a/x11-toolkits/py-gnome2/distinfo +++ b/x11-toolkits/py-gnome2/distinfo @@ -1 +1 @@ -MD5 (gnome-python-1.4.0.tar.gz) = bbb83517e6d042832c86c96c0451fdad +MD5 (gnome-python-1.4.1.tar.gz) = 52f8b5ef4cbdaba3c00c08e28702be69 diff --git a/x11-toolkits/py-gnome2/files/patch-ltmain.sh b/x11-toolkits/py-gnome2/files/patch-ltmain.sh new file mode 100644 index 000000000000..828513874fec --- /dev/null +++ b/x11-toolkits/py-gnome2/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/03 13:03:22 1.1 ++++ ltmain.sh 2001/07/03 13:03:38 +@@ -4136,10 +4136,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/x11-toolkits/py-gnome2/pkg-plist b/x11-toolkits/py-gnome2/pkg-plist index 3baada86534b..92f764fb8720 100644 --- a/x11-toolkits/py-gnome2/pkg-plist +++ b/x11-toolkits/py-gnome2/pkg-plist @@ -81,5 +81,13 @@ share/examples/py-gnome/stock_demo.py share/examples/py-gnome/ted_demo.py share/examples/py-gnome/uiinfo_demo.py share/examples/py-gnome/zterm.py +share/pygtk/1.2/defs/applet.defs +share/pygtk/1.2/defs/capplet.defs +share/pygtk/1.2/defs/gnome-enums.defs +share/pygtk/1.2/defs/gnome.defs +share/pygtk/1.2/defs/gnomeui.defs +share/pygtk/1.2/defs/gtkhtml.defs +share/pygtk/1.2/defs/xmhtml.defs +share/pygtk/1.2/defs/zvt.defs @dirrm share/examples/py-gnome @dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome |