diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-29 12:41:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-29 12:41:57 +0000 |
commit | 0c468c3040fd1dfc1268f7386cd7e80901fe9974 (patch) | |
tree | 05e9e5ba60943d8bebdc8f01806aa2e185a31a03 /x11-wm/ion-3 | |
parent | 9d762de6261bd386175f91f54dd55989f3491e59 (diff) | |
download | ports-0c468c3040fd1dfc1268f7386cd7e80901fe9974.tar.gz ports-0c468c3040fd1dfc1268f7386cd7e80901fe9974.zip |
Notes
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 - |