diff options
author | adamw <adamw@FreeBSD.org> | 2005-04-20 01:17:01 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-04-20 01:17:01 +0800 |
commit | d5794d852fb5360e96735a22c66f42640cae8be4 (patch) | |
tree | 1bbc2e4892f4caf92d7f3534e527be67108fdabb /x11-toolkits/libgail-gnome | |
parent | af04366239a122a56d5b20eaaf0b2e6b899dd9b8 (diff) | |
download | freebsd-ports-gnome-d5794d852fb5360e96735a22c66f42640cae8be4.tar.gz freebsd-ports-gnome-d5794d852fb5360e96735a22c66f42640cae8be4.tar.zst freebsd-ports-gnome-d5794d852fb5360e96735a22c66f42640cae8be4.zip |
Update to 1.1.1.
Diffstat (limited to 'x11-toolkits/libgail-gnome')
-rw-r--r-- | x11-toolkits/libgail-gnome/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/libgail-gnome/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile index c7c59ef8acbf..ba52e1d78bb0 100644 --- a/x11-toolkits/libgail-gnome/Makefile +++ b/x11-toolkits/libgail-gnome/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libgail-gnome -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 @@ -23,8 +22,13 @@ INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomepanel atspi +USE_REINPLACE= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/x11-toolkits/libgail-gnome/distinfo b/x11-toolkits/libgail-gnome/distinfo index 503dd995bbbf..70440fe478f3 100644 --- a/x11-toolkits/libgail-gnome/distinfo +++ b/x11-toolkits/libgail-gnome/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libgail-gnome-1.1.0.tar.bz2) = 61541d3f04741b8a9f42f89776ea1fac -SIZE (gnome2/libgail-gnome-1.1.0.tar.bz2) = 141395 +MD5 (gnome2/libgail-gnome-1.1.1.tar.bz2) = 03f0bc21808484b5f64baffbad47ab0a +SIZE (gnome2/libgail-gnome-1.1.1.tar.bz2) = 209174 |