diff options
author | pav <pav@FreeBSD.org> | 2005-07-29 20:41:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-29 20:41:57 +0800 |
commit | c05f505f40ac331194fdfff8b997a2be1bb8bab0 (patch) | |
tree | 769d27b5ef6f593ce39b0390e2567b26f0b71990 /x11-wm/ion-3 | |
parent | d4e73d4e3fd8725bc60c25343f2b35cb45db77b8 (diff) | |
download | freebsd-ports-gnome-c05f505f40ac331194fdfff8b997a2be1bb8bab0.tar.gz freebsd-ports-gnome-c05f505f40ac331194fdfff8b997a2be1bb8bab0.tar.zst freebsd-ports-gnome-c05f505f40ac331194fdfff8b997a2be1bb8bab0.zip |
- Update to 20050728
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
Diffstat (limited to 'x11-wm/ion-3')
-rw-r--r-- | x11-wm/ion-3/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ion-3/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/ion-3/files/patch-load | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/x11-wm/ion-3/Makefile b/x11-wm/ion-3/Makefile index 4c067f219e74..5682fa732b84 100644 --- a/x11-wm/ion-3/Makefile +++ b/x11-wm/ion-3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ion-3ds -PORTVERSION= 20050625 +PORTVERSION= 20050728 CATEGORIES= x11-wm MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ diff --git a/x11-wm/ion-3/distinfo b/x11-wm/ion-3/distinfo index 6a2108875a2b..a00ae972f05b 100644 --- a/x11-wm/ion-3/distinfo +++ b/x11-wm/ion-3/distinfo @@ -1,2 +1,2 @@ -MD5 (ion-3ds-20050625.tar.gz) = 5eba98afb32ce8448698a84ca9f2f960 -SIZE (ion-3ds-20050625.tar.gz) = 583363 +MD5 (ion-3ds-20050728.tar.gz) = f711bf16f7dc0e987b59b945d0f27125 +SIZE (ion-3ds-20050728.tar.gz) = 583653 diff --git a/x11-wm/ion-3/files/patch-load b/x11-wm/ion-3/files/patch-load deleted file mode 100644 index f9749d953565..000000000000 --- a/x11-wm/ion-3/files/patch-load +++ /dev/null @@ -1,11 +0,0 @@ ---- mod_statusbar/ion-statusd/statusd_load.lua.orig Sat Jun 25 17:13:32 2005 -+++ mod_statusbar/ion-statusd/statusd_load.lua Mon Jul 4 01:22:09 2005 -@@ -46,7 +46,7 @@ - end - local s=f:read('*l') - f:close() -- local st, en, load=string.find(s, 'load average:%s*(.*)') -+ local st, en, load=string.find(s, 'load averages?:%s*(.*)') - return (load or "") - end - |