diff options
author | marcus <marcus@FreeBSD.org> | 2005-02-22 05:52:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-02-22 05:52:48 +0800 |
commit | 3caf4b0e1f49656467112161cc22d45a560506b0 (patch) | |
tree | ab555543b6bc7acf600e802c7bbf026c89dadb7f /x11/libgnome | |
parent | 90630a5d2b588a4be268b3af97cc3922a8e10e15 (diff) | |
download | freebsd-ports-graphics-3caf4b0e1f49656467112161cc22d45a560506b0.tar.gz freebsd-ports-graphics-3caf4b0e1f49656467112161cc22d45a560506b0.tar.zst freebsd-ports-graphics-3caf4b0e1f49656467112161cc22d45a560506b0.zip |
Update to 2.8.1.
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 7 | ||||
-rw-r--r-- | x11/libgnome/distinfo | 4 | ||||
-rw-r--r-- | x11/libgnome/files/extra-patch-libgnome_gnome-program.c | 12 | ||||
-rw-r--r-- | x11/libgnome/pkg-plist | 1 |
4 files changed, 3 insertions, 21 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 50f44aff4ce..e3ffc9118ca 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libgnome -PORTVERSION= 2.8.0 -PORTREVISION= 2 +PORTVERSION= 2.8.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8 @@ -50,10 +49,6 @@ GCONF_SCHEMAS= desktop_gnome_accessibility_keyboard.schemas \ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libgnome_gnome-program.c -.endif - post-patch: @${SED} -e 's|%%X11BASE%%|${X11BASE}|g' \ < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo index 0ce1fe74779..f102c8bb260 100644 --- a/x11/libgnome/distinfo +++ b/x11/libgnome/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libgnome-2.8.0.tar.bz2) = dab4ecbfa7ec1a2f22d2a48b6b83e937 -SIZE (gnome2/libgnome-2.8.0.tar.bz2) = 1164177 +MD5 (gnome2/libgnome-2.8.1.tar.bz2) = 17577198f5086c48f69c361be2f4806c +SIZE (gnome2/libgnome-2.8.1.tar.bz2) = 1178438 diff --git a/x11/libgnome/files/extra-patch-libgnome_gnome-program.c b/x11/libgnome/files/extra-patch-libgnome_gnome-program.c deleted file mode 100644 index ab12ba7f0b4..00000000000 --- a/x11/libgnome/files/extra-patch-libgnome_gnome-program.c +++ /dev/null @@ -1,12 +0,0 @@ ---- libgnome/gnome-program.c.orig Fri Jan 14 01:38:31 2005 -+++ libgnome/gnome-program.c Fri Jan 14 01:39:01 2005 -@@ -1928,6 +1928,8 @@ - int argc, char **argv, - guint nparams, GParameter *params) - { -+ va_list args; -+ - return gnome_program_init_common (type, app_id, app_version, module_info, -- argc, argv, NULL, 0, nparams, params); -+ argc, argv, NULL, args, nparams, params); - } diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist index c4423ffe156..a79ee22d3ec 100644 --- a/x11/libgnome/pkg-plist +++ b/x11/libgnome/pkg-plist @@ -46,7 +46,6 @@ share/doc/libgnome/libgnome-libgnometypebuiltins.html share/doc/libgnome/libgnome.devhelp share/doc/libgnome/libgnome.html share/doc/libgnome/right.png -share/doc/libgnome/style.css share/doc/libgnome/up.png share/locale/am/LC_MESSAGES/libgnome-2.0.mo share/locale/ar/LC_MESSAGES/libgnome-2.0.mo |