diff options
author | marcus <marcus@FreeBSD.org> | 2004-05-27 06:17:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-05-27 06:17:40 +0800 |
commit | 66daf3b5fa2af31b501fe088e2c5646a393c2afc (patch) | |
tree | 13f4264e3061295381720a4d0f9eacef3b123466 | |
parent | a062caf1f409992523dcb157ceb6be11ae7ba40d (diff) | |
download | freebsd-ports-gnome-66daf3b5fa2af31b501fe088e2c5646a393c2afc.tar.gz freebsd-ports-gnome-66daf3b5fa2af31b501fe088e2c5646a393c2afc.tar.zst freebsd-ports-gnome-66daf3b5fa2af31b501fe088e2c5646a393c2afc.zip |
Update to 2.6.1 which fixes, among other things, the bug where
bonobo-activation-server would not quit on logout.
-rw-r--r-- | devel/libbonobo/Makefile | 2 | ||||
-rw-r--r-- | devel/libbonobo/distinfo | 4 | ||||
-rw-r--r-- | devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-init.c | 18 | ||||
-rw-r--r-- | devel/libbonobo/pkg-plist | 5 |
4 files changed, 8 insertions, 21 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 8e7dbae1c125..b4cfeac24de7 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libbonobo -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo index 63bb6c5afbed..e56e96ad3c98 100644 --- a/devel/libbonobo/distinfo +++ b/devel/libbonobo/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libbonobo-2.6.0.tar.bz2) = 078942cb9c6a1a31f93958e993353f45 -SIZE (gnome2/libbonobo-2.6.0.tar.bz2) = 1059444 +MD5 (gnome2/libbonobo-2.6.1.tar.bz2) = 8463e824afe31a2dc7e3b663a8711dbe +SIZE (gnome2/libbonobo-2.6.1.tar.bz2) = 1055530 diff --git a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-init.c b/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-init.c deleted file mode 100644 index 52cfebcd945e..000000000000 --- a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-init.c +++ /dev/null @@ -1,18 +0,0 @@ ---- bonobo-activation/bonobo-activation-init.c.orig Sat Jun 14 02:09:52 2003 -+++ bonobo-activation/bonobo-activation-init.c Sat Jun 14 02:10:13 2003 -@@ -34,6 +34,7 @@ - #include "bonobo-activation-private.h" - #include "bonobo-activation-register.h" - #include "bonobo-activation-version.h" -+#include <sys/types.h> - #include <netinet/in.h> - #include <arpa/inet.h> - #include <fcntl.h> -@@ -44,7 +45,6 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/socket.h> --#include <sys/types.h> - #include <sys/wait.h> - #include <unistd.h> - diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist index dbaabad55b86..d3888990a606 100644 --- a/devel/libbonobo/pkg-plist +++ b/devel/libbonobo/pkg-plist @@ -100,13 +100,17 @@ 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 +share/locale/en_CA/LC_MESSAGES/libbonobo-2.0.mo +share/locale/en_GB/LC_MESSAGES/libbonobo-2.0.mo share/locale/eo/LC_MESSAGES/libbonobo-2.0.mo share/locale/es/LC_MESSAGES/libbonobo-2.0.mo +share/locale/eu/LC_MESSAGES/libbonobo-2.0.mo share/locale/fa/LC_MESSAGES/libbonobo-2.0.mo share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo share/locale/ga/LC_MESSAGES/libbonobo-2.0.mo share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo +share/locale/gu/LC_MESSAGES/libbonobo-2.0.mo share/locale/he/LC_MESSAGES/libbonobo-2.0.mo share/locale/hi/LC_MESSAGES/libbonobo-2.0.mo share/locale/hr/LC_MESSAGES/libbonobo-2.0.mo @@ -126,6 +130,7 @@ share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo share/locale/no/LC_MESSAGES/libbonobo-2.0.mo +share/locale/pa/LC_MESSAGES/libbonobo-2.0.mo share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo share/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo |