diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-02 12:14:32 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-02 12:14:32 +0000 |
commit | 8b18dedea6c879a74eb8731b23d781f5f1d8e143 (patch) | |
tree | ecb509b30e3f4e82de34692a1132596bb91dc739 /x11-fm | |
parent | 3cb48f5ff16bdd8984677ea398191db2350f5ee3 (diff) | |
download | ports-8b18dedea6c879a74eb8731b23d781f5f1d8e143.tar.gz ports-8b18dedea6c879a74eb8731b23d781f5f1d8e143.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gentoo/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/gentoo/distinfo | 2 | ||||
-rw-r--r-- | x11-fm/gentoo/files/patch-src::gentoo.h | 11 | ||||
-rw-r--r-- | x11-fm/gentoo/pkg-plist | 1 |
4 files changed, 3 insertions, 13 deletions
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index 4f7a43a8247f..f1c90fdbb542 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gentoo -PORTVERSION= 0.11.32 +PORTVERSION= 0.11.33 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 072696578e9d..d6b54f3794d2 100644 --- a/x11-fm/gentoo/distinfo +++ b/x11-fm/gentoo/distinfo @@ -1 +1 @@ -MD5 (gentoo-0.11.32.tar.gz) = 642d0d93315c0a23f33ee57dfb37ac09 +MD5 (gentoo-0.11.33.tar.gz) = a60980b8519fa500acf7f5ca9237bb01 diff --git a/x11-fm/gentoo/files/patch-src::gentoo.h b/x11-fm/gentoo/files/patch-src::gentoo.h deleted file mode 100644 index 7dad11cbbd80..000000000000 --- a/x11-fm/gentoo/files/patch-src::gentoo.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 ff2da6a41a7c..636f517b3a4d 100644 --- a/x11-fm/gentoo/pkg-plist +++ b/x11-fm/gentoo/pkg-plist @@ -212,6 +212,7 @@ share/gentoo/icons/xbm2.xpm share/gentoo/icons/xcf.xpm share/gentoo/icons/xpm.xpm share/gentoo/icons/xpm2.xpm +share/locale/fr/LC_MESSAGES/gentoo.mo share/locale/pl/LC_MESSAGES/gentoo.mo share/locale/sv/LC_MESSAGES/gentoo.mo @dirrm share/gentoo/icons |