1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to 20050728

Submitted by:	Ed Schouten <ed@fxq.nl> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-07-29 12:41:57 +00:00
parent 9d762de626
commit 0c468c3040
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140396
6 changed files with 6 additions and 28 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ion-3ds
PORTVERSION= 20050625
PORTVERSION= 20050728
CATEGORIES= x11-wm
MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/

View File

@ -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

View File

@ -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

View File

@ -6,7 +6,7 @@
#
PORTNAME= ion-3ds
PORTVERSION= 20050625
PORTVERSION= 20050728
CATEGORIES= x11-wm
MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/

View File

@ -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

View File

@ -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