aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2008-09-02 16:09:19 +0800
committerjadawin <jadawin@FreeBSD.org>2008-09-02 16:09:19 +0800
commit7d87535ea99bc75573745eceebe044ec6f25f437 (patch)
tree386f532b16f549d6d8a478e46ea4b94acfcee7e3 /sysutils
parenta9297b2045a9d246e96da17c4e3d19cccda53b68 (diff)
downloadfreebsd-ports-gnome-7d87535ea99bc75573745eceebe044ec6f25f437.tar.gz
freebsd-ports-gnome-7d87535ea99bc75573745eceebe044ec6f25f437.tar.zst
freebsd-ports-gnome-7d87535ea99bc75573745eceebe044ec6f25f437.zip
- Update to 2.4
PR: ports/126964 Submitted by: Bruce Cran (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ataidle/Makefile2
-rw-r--r--sysutils/ataidle/distinfo6
-rw-r--r--sysutils/ataidle/files/ataidle.in24
3 files changed, 16 insertions, 16 deletions
diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile
index 3aa35d2e97e0..7ba816942c73 100644
--- a/sysutils/ataidle/Makefile
+++ b/sysutils/ataidle/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ataidle
-PORTVERSION= 2.3
+PORTVERSION= 2.4
CATEGORIES= sysutils
MASTER_SITES= http://www.cran.org.uk/bruce/software/
diff --git a/sysutils/ataidle/distinfo b/sysutils/ataidle/distinfo
index 7a189a1677bb..a8fd7c02e658 100644
--- a/sysutils/ataidle/distinfo
+++ b/sysutils/ataidle/distinfo
@@ -1,3 +1,3 @@
-MD5 (ataidle-2.3.tar.gz) = cce9d298fa83aeab7bda4c9db8372a97
-SHA256 (ataidle-2.3.tar.gz) = 2ddb3688e47b6a60855ac0ae60390d1f415357f478252953557c6948a0fb6e98
-SIZE (ataidle-2.3.tar.gz) = 12504
+MD5 (ataidle-2.4.tar.gz) = 3ee04fd939d134c8ab0e72b8848722d4
+SHA256 (ataidle-2.4.tar.gz) = 58c651eeea1fd9053fefcca5ebef53ddb4af7ad72f68873ca012d033e71fef48
+SIZE (ataidle-2.4.tar.gz) = 11863
diff --git a/sysutils/ataidle/files/ataidle.in b/sysutils/ataidle/files/ataidle.in
index dc3e72f1e8c4..4889da7ae39e 100644
--- a/sysutils/ataidle/files/ataidle.in
+++ b/sysutils/ataidle/files/ataidle.in
@@ -37,18 +37,18 @@ load_rc_config $name
ataidle_start()
{
- if [ -n "${ataidle_device}" -a -z "${ataidle_devices}" ]; then
- echo "warning: old ataidle rc settings found"
- ataidle_devices=${ataidle_device}
- fi
-
- if [ -n "${ataidle_devices}" ]; then
- for i in ${ataidle_devices}; do
- eval ataidle_args=\$ataidle_${i}
- echo "ATAidle: configuring device /dev/${i}"
- ${command} ${ataidle_args} /dev/${i}
- done
- fi
+ if [ -n "${ataidle_device}" -a -z "${ataidle_devices}" ]; then
+ echo "warning: old ataidle rc settings found"
+ ataidle_devices=${ataidle_device}
+ fi
+
+ if [ -n "${ataidle_devices}" ]; then
+ for i in ${ataidle_devices}; do
+ eval ataidle_args=\$ataidle_${i}
+ echo "ATAidle: configuring device /dev/${i}"
+ ${command} ${ataidle_args} /dev/${i}
+ done
+ fi
}
run_rc_command "$1"