From 5bc00558e842e5d91aa1f06b3de487f8b9061fcd Mon Sep 17 00:00:00 2001 From: adamw Date: Fri, 13 Jun 2003 00:55:17 +0000 Subject: Update to 2.2.3, and turn a patch into a REINPLACE. --- devel/libbonobo/Makefile | 5 ++++- devel/libbonobo/distinfo | 2 +- devel/libbonobo/files/patch-Makefile.in | 11 ----------- devel/libbonobo/pkg-plist | 1 + 4 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 devel/libbonobo/files/patch-Makefile.in 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 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 -- cgit