Update to 2.1.25.

This commit is contained in:
Hajimu UMEMOTO 2004-01-20 19:10:17 +00:00
parent f5ff203603
commit 0acd8f2da4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98666
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gkrellm
PORTVERSION= 2.1.24
PORTVERSION= 2.1.25
#PORTREVISION= 0
CATEGORIES= sysutils ipv6
MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \

View File

@ -1 +1 @@
MD5 (gkrellm-2.1.24.tar.bz2) = c05ada21f88e6c5fe1e031e353afacdf
MD5 (gkrellm-2.1.25.tar.bz2) = 1241d0a7c17650ded440f21463ce0403

View File

@ -21,9 +21,9 @@ prefix=%%PREFIX%%
#
# DO NOT CHANGE THESE DEFAULT VALUES HERE
#
[ -z "$gkrellmd_enable" ] && gkrellmd_enable="NO" # Enable gkrellmd
gkrellmd_enable=${gkrellmd_enable:-"NO"} # Enable gkrellmd
#gkrellmd_program="${prefix}/sbin/gkrellmd" # Location of gkrellmd
[ -z "$gkrellmd_flags" ] && gkrellmd_flags="-d" # Flags to gkrellmd program
gkrellmd_flags=${gkrellmd_flags:-"-d"} # Flags to gkrellmd
. %%RC_SUBR%%