diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-13 08:55:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-13 08:55:17 +0800 |
commit | 5bc00558e842e5d91aa1f06b3de487f8b9061fcd (patch) | |
tree | 1806c983058c5bc4416bc53e748a30032dd60c95 | |
parent | dc10ed9dd648c9914ef913694081a03e0feeb001 (diff) | |
download | freebsd-ports-gnome-5bc00558e842e5d91aa1f06b3de487f8b9061fcd.tar.gz freebsd-ports-gnome-5bc00558e842e5d91aa1f06b3de487f8b9061fcd.tar.zst freebsd-ports-gnome-5bc00558e842e5d91aa1f06b3de487f8b9061fcd.zip |
Update to 2.2.3, and turn a patch into a REINPLACE.
-rw-r--r-- | devel/libbonobo/Makefile | 5 | ||||
-rw-r--r-- | devel/libbonobo/distinfo | 2 | ||||
-rw-r--r-- | devel/libbonobo/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | devel/libbonobo/pkg-plist | 1 |
4 files changed, 6 insertions, 13 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 096163f99cb9..bd6b2098a51c 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libbonobo -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 @@ -28,4 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale +post-patch: + @${REINPLACE_CMD} -e "/^SUBDIRS/s/tests//" ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo index bd5928eba29d..6f55c910fa4b 100644 --- a/devel/libbonobo/distinfo +++ b/devel/libbonobo/distinfo @@ -1 +1 @@ -MD5 (gnome2/libbonobo-2.2.2.tar.bz2) = 1fd7c140e54f3e079fc5d0b5ad8d5811 +MD5 (gnome2/libbonobo-2.2.3.tar.bz2) = 706e3f722dc5ece02ae27c14984d9810 diff --git a/devel/libbonobo/files/patch-Makefile.in b/devel/libbonobo/files/patch-Makefile.in deleted file mode 100644 index 2caca4eff655..000000000000 --- a/devel/libbonobo/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon May 19 19:57:56 2003 -+++ Makefile.in Mon May 19 19:58:21 2003 -@@ -132,7 +132,7 @@ - cxxflags_set = @cxxflags_set@ - gnomelocaledir = @gnomelocaledir@ - install_sh = @install_sh@ --SUBDIRS = idl bonobo monikers samples tests po doc -+SUBDIRS = idl bonobo monikers samples po doc - - libincludedir = $(includedir)/libbonobo-2.0 - libinclude_HEADERS = \ diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist index b8914e97df0a..f965241fed0d 100644 --- a/devel/libbonobo/pkg-plist +++ b/devel/libbonobo/pkg-plist @@ -65,6 +65,7 @@ share/locale/be/LC_MESSAGES/libbonobo-2.0.mo share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo +share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo share/locale/da/LC_MESSAGES/libbonobo-2.0.mo share/locale/de/LC_MESSAGES/libbonobo-2.0.mo share/locale/el/LC_MESSAGES/libbonobo-2.0.mo |