diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-04 12:11:44 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-04 12:11:44 +0000 |
commit | bfb674769cf02087e5b44eb8227d8e64eb2ee09b (patch) | |
tree | ed6c5e5e89c27794c425285a5398cc7fd714e603 /sysutils/xfce4-fsguard-plugin | |
parent | 81e667346ddea26790ae9cdee7169acc14a73592 (diff) | |
download | ports-bfb674769cf02087e5b44eb8227d8e64eb2ee09b.tar.gz ports-bfb674769cf02087e5b44eb8227d8e64eb2ee09b.zip |
use the official 0.3.0 release, not the old prereleased version.
there is only a small change in panel-plugin/fsguard.c and some
documentation changes (Changelog, INSTALL and so on)
With this version there is also no gcc295 fix needed
PR: 108262
Approved by: maintainer timeout (13 days)
Notes
Notes:
svn path=/head/; revision=184124
Diffstat (limited to 'sysutils/xfce4-fsguard-plugin')
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/Makefile | 12 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/distinfo | 6 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/pkg-plist | 3 |
3 files changed, 6 insertions, 15 deletions
diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index 40afeb4984a9..c476e0d91037 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -7,22 +7,16 @@ PORTNAME= xfce4-fsguard-plugin PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce -MASTER_SITES= http://download.berlios.de/xfce-goodies/ \ - http://ftp.lug.udel.edu/pub/NetBSD/packages/distfiles/ \ - http://ftp.citkit.ru/pub/NetBSD/packages/distfiles/ \ - ${MASTER_SITES_NETBSD} +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 -PATCH_SITES= http://people.freebsd.org/~oliver/xfce/ -PATCHFILES= gcc295-xfce4-fsguard-plugin.patch MAINTAINER= jfb@minet.net COMMENT= XFce4 panel plugin to check a mountpoint for free disk space -BROKEN= Unfetchable - GNU_CONFIGURE= yes -INSTALLS_ICONS= yes +USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig diff --git a/sysutils/xfce4-fsguard-plugin/distinfo b/sysutils/xfce4-fsguard-plugin/distinfo index fcf2a086a53f..c8831225b930 100644 --- a/sysutils/xfce4-fsguard-plugin/distinfo +++ b/sysutils/xfce4-fsguard-plugin/distinfo @@ -1,6 +1,6 @@ -MD5 (xfce4/xfce4-fsguard-plugin-0.3.0.tar.gz) = 59a73ec4cdcfcc46aa6900ce15cfe725 -SHA256 (xfce4/xfce4-fsguard-plugin-0.3.0.tar.gz) = c11bb58e89a8f55fdb7557300a43233abd6131cc5cc9b3402fbc398e21300201 -SIZE (xfce4/xfce4-fsguard-plugin-0.3.0.tar.gz) = 158953 +MD5 (xfce4/xfce4-fsguard-plugin-0.3.0.tar.bz2) = 27770ad4c4b737bfb0f3fb2457b33729 +SHA256 (xfce4/xfce4-fsguard-plugin-0.3.0.tar.bz2) = 3d774ea45202afbc8f879d7f2fe9373168bcb53134855b16783b49fa5d71062e +SIZE (xfce4/xfce4-fsguard-plugin-0.3.0.tar.bz2) = 113601 MD5 (xfce4/gcc295-xfce4-fsguard-plugin.patch) = 5e4c5b1cc472a2e68297b6f1de61d165 SHA256 (xfce4/gcc295-xfce4-fsguard-plugin.patch) = 670c5f72b21cc75316b0bda981767a24a291e6246c7b9ac88a03c774d1915f43 SIZE (xfce4/gcc295-xfce4-fsguard-plugin.patch) = 491 diff --git a/sysutils/xfce4-fsguard-plugin/pkg-plist b/sysutils/xfce4-fsguard-plugin/pkg-plist index 8587585879e2..73a0331bb19e 100644 --- a/sysutils/xfce4-fsguard-plugin/pkg-plist +++ b/sysutils/xfce4-fsguard-plugin/pkg-plist @@ -1,9 +1,6 @@ @comment $FreeBSD$ libexec/xfce4/panel-plugins/xfce4-fsguard-plugin -share/icons/hicolor/48x48/apps/xfce-fsguard.png share/locale/de/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/fr/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/hu/LC_MESSAGES/xfce4-fsguard-plugin.mo share/locale/lt/LC_MESSAGES/xfce4-fsguard-plugin.mo share/locale/ko/LC_MESSAGES/xfce4-fsguard-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-fsguard-plugin.mo |