From 3a6df2447420229c19d70bee92e0d272ded8b8ee Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Thu, 29 Aug 2002 13:21:31 +0000 Subject: Upgrade to 0.11.32. Approved by: dwcjr (mentor) --- x11-fm/gentoo/Makefile | 2 +- x11-fm/gentoo/distinfo | 2 +- x11-fm/gentoo/files/patch-src::gentoo.h | 11 +++++++++++ x11-fm/gentoo/pkg-plist | 3 +-- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 x11-fm/gentoo/files/patch-src::gentoo.h (limited to 'x11-fm') diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index 7dbb25da7241..67ec09985a61 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gentoo -PORTVERSION= 0.11.31 +PORTVERSION= 0.11.32 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-fm/gentoo/distinfo b/x11-fm/gentoo/distinfo index c959d729e426..072696578e9d 100644 --- a/x11-fm/gentoo/distinfo +++ b/x11-fm/gentoo/distinfo @@ -1 +1 @@ -MD5 (gentoo-0.11.31.tar.gz) = d716a90da18cdcd19e6c1c9be00a5fac +MD5 (gentoo-0.11.32.tar.gz) = 642d0d93315c0a23f33ee57dfb37ac09 diff --git a/x11-fm/gentoo/files/patch-src::gentoo.h b/x11-fm/gentoo/files/patch-src::gentoo.h new file mode 100644 index 000000000000..7dad11cbbd80 --- /dev/null +++ b/x11-fm/gentoo/files/patch-src::gentoo.h @@ -0,0 +1,11 @@ +--- src/gentoo.h.orig Thu Aug 29 14:36:02 2002 ++++ src/gentoo.h Thu Aug 29 14:36:33 2002 +@@ -443,7 +443,7 @@ + gboolean valid; /* Set if the structure's contents are valid. */ + #if defined HAVE_STRUCT_STATVFS + struct statvfs stat; /* Holds information about filesystem. */ +-#elif defined HAVE_STRUCT_STATFS ++#elif defined HAVE_STRUCT_STATFS || defined __FreeBSD__ + struct statfs stat; + #endif + } FsInfo; diff --git a/x11-fm/gentoo/pkg-plist b/x11-fm/gentoo/pkg-plist index 8a2a4d428f20..ff2da6a41a7c 100644 --- a/x11-fm/gentoo/pkg-plist +++ b/x11-fm/gentoo/pkg-plist @@ -1,7 +1,6 @@ bin/gentoo etc/gentoogtkrc etc/gentoorc -lib/charset.alias %%PORTDOCS%%share/doc/gentoo/BUGS %%PORTDOCS%%share/doc/gentoo/CONFIG-CHANGES %%PORTDOCS%%share/doc/gentoo/CREDITS @@ -213,7 +212,7 @@ share/gentoo/icons/xbm2.xpm share/gentoo/icons/xcf.xpm share/gentoo/icons/xpm.xpm share/gentoo/icons/xpm2.xpm -share/locale/locale.alias +share/locale/pl/LC_MESSAGES/gentoo.mo share/locale/sv/LC_MESSAGES/gentoo.mo @dirrm share/gentoo/icons @dirrm share/gentoo -- cgit v1.2.3