diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-11 02:01:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-11 02:01:36 +0800 |
commit | 4065cd53ed559a1e157b72e79012093788e7e75b (patch) | |
tree | d3628ae5156791c69e48a49443bdc806154ddb7b /x11/gnomeapplets2 | |
parent | b1a9e3d4c42ece0f94ed0c5d63989e683ffa15b2 (diff) | |
download | marcuscom-ports-4065cd53ed559a1e157b72e79012093788e7e75b.tar marcuscom-ports-4065cd53ed559a1e157b72e79012093788e7e75b.tar.gz marcuscom-ports-4065cd53ed559a1e157b72e79012093788e7e75b.tar.bz2 marcuscom-ports-4065cd53ed559a1e157b72e79012093788e7e75b.tar.lz marcuscom-ports-4065cd53ed559a1e157b72e79012093788e7e75b.tar.xz marcuscom-ports-4065cd53ed559a1e157b72e79012093788e7e75b.tar.zst marcuscom-ports-4065cd53ed559a1e157b72e79012093788e7e75b.zip |
Update to 2.4.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1173 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomeapplets2')
-rw-r--r-- | x11/gnomeapplets2/Makefile | 4 | ||||
-rw-r--r-- | x11/gnomeapplets2/distinfo | 2 | ||||
-rw-r--r-- | x11/gnomeapplets2/files/patch-charpick_charpick.c | 11 | ||||
-rw-r--r-- | x11/gnomeapplets2/pkg-plist | 1 |
4 files changed, 15 insertions, 3 deletions
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index c7179e016..4aad079cb 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnomeapplets2 -PORTVERSION= 2.3.90 +PORTVERSION= 2.4.0 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-applets/2.3 +MASTER_SITE_SUBDIR= sources/gnome-applets/2.4 DISTNAME= gnome-applets-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/x11/gnomeapplets2/distinfo b/x11/gnomeapplets2/distinfo index 4998cc348..52d4f73ac 100644 --- a/x11/gnomeapplets2/distinfo +++ b/x11/gnomeapplets2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnome-applets-2.3.90.tar.bz2) = 266df97b218e1553f32e99dbb927f685 +MD5 (gnome2/gnome-applets-2.4.0.tar.bz2) = c17dba203ea379af5da056862672026c diff --git a/x11/gnomeapplets2/files/patch-charpick_charpick.c b/x11/gnomeapplets2/files/patch-charpick_charpick.c new file mode 100644 index 000000000..7d0ee91eb --- /dev/null +++ b/x11/gnomeapplets2/files/patch-charpick_charpick.c @@ -0,0 +1,11 @@ +--- charpick/charpick.c.orig Wed Sep 10 13:33:00 2003 ++++ charpick/charpick.c Wed Sep 10 13:33:19 2003 +@@ -3,7 +3,7 @@ + */ + + #include <config.h> +-#ifndef sun ++#if !defined(sun) && !defined(__FreeBSD__) + #include <tgmath.h> + #endif + #include <panel-applet.h> diff --git a/x11/gnomeapplets2/pkg-plist b/x11/gnomeapplets2/pkg-plist index 0973a959b..73b9b72d7 100644 --- a/x11/gnomeapplets2/pkg-plist +++ b/x11/gnomeapplets2/pkg-plist @@ -1152,6 +1152,7 @@ share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo +share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo |