Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2008 04:19:52 GMT
From:      Bruce Cran <bruce@cran.org.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126964: [UPDATE] patch for sysutils/ataidle to bring it to version 2.4
Message-ID:  <200808300419.m7U4JqDu005177@www.freebsd.org>
Resent-Message-ID: <200808300420.m7U4K2i5052658@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126964
>Category:       ports
>Synopsis:       [UPDATE] patch for sysutils/ataidle to bring it to version 2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 30 04:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Bruce Cran
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD gluon.draftnet 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Aug  2 23:11:08 BST 2008     brucec@gluon.draftnet:/usr/obj/usr/src/sys/MYKERNEL  i386
>Description:
Update sysutils/ataidle to version 2.4.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -U3 -r /usr/ports/sysutils/ataidle/Makefile ./Makefile
--- /usr/ports/sysutils/ataidle/Makefile	2008-02-07 04:37:48.000000000 +0000
+++ ./Makefile	2008-08-30 04:54:25.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ataidle
-PORTVERSION=	2.3
+PORTVERSION=	2.4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.cran.org.uk/bruce/software/
 
diff -U3 -r /usr/ports/sysutils/ataidle/distinfo ./distinfo
--- /usr/ports/sysutils/ataidle/distinfo	2008-02-07 04:37:48.000000000 +0000
+++ ./distinfo	2008-08-30 05:14:13.000000000 +0100
@@ -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 -U3 -r /usr/ports/sysutils/ataidle/files/ataidle.in ./files/ataidle.in
--- /usr/ports/sysutils/ataidle/files/ataidle.in	2008-02-07 04:37:48.000000000 +0000
+++ ./files/ataidle.in	2008-08-30 04:57:58.000000000 +0100
@@ -37,18 +37,18 @@
 
 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_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_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"


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808300419.m7U4JqDu005177>