From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 2 20:50:13 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BD761065673 for ; Tue, 2 Nov 2010 20:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E8F98FC19 for ; Tue, 2 Nov 2010 20:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA2KoDgE048990 for ; Tue, 2 Nov 2010 20:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA2KoC3I048989; Tue, 2 Nov 2010 20:50:12 GMT (envelope-from gnats) Resent-Date: Tue, 2 Nov 2010 20:50:12 GMT Resent-Message-Id: <201011022050.oA2KoC3I048989@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce Cran Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E03D1065679 for ; Tue, 2 Nov 2010 20:43:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7336E8FC1E for ; Tue, 2 Nov 2010 20:43:59 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id oA2KhxnP064194 for ; Tue, 2 Nov 2010 20:43:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id oA2Khxnk064193; Tue, 2 Nov 2010 20:43:59 GMT (envelope-from nobody) Message-Id: <201011022043.oA2Khxnk064193@www.freebsd.org> Date: Tue, 2 Nov 2010 20:43:59 GMT From: Bruce Cran To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/151902: sysutils/ataidle: update to 2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 20:50:13 -0000 >Number: 151902 >Category: ports >Synopsis: sysutils/ataidle: update to 2.5 >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: Tue Nov 02 20:50:12 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Bruce Cran >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD core.nessbank 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r214509: Fri Oct 29 13:26:38 BST 2010 brucec@core.nessbank:/usr/obj/usr/src/head/sys/CORE amd64 >Description: Update ataidle to 2.5. This release adds support for disks using ahci(4) and ATA_CAM. >How-To-Repeat: >Fix: Apply the patch. Please remove the files subdirectory and pkg-message. Patch attached with submission follows: diff -r -U3 /usr/ports/sysutils/ataidle/Makefile ataidle_2.5/Makefile --- /usr/ports/sysutils/ataidle/Makefile 2009-01-06 17:59:22.000000000 +0000 +++ ataidle_2.5/Makefile 2010-11-02 20:31:24.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= ataidle -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= sysutils MASTER_SITES= http://www.cran.org.uk/bruce/software/ @@ -26,7 +26,4 @@ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include diff -r -U3 /usr/ports/sysutils/ataidle/distinfo ataidle_2.5/distinfo --- /usr/ports/sysutils/ataidle/distinfo 2008-09-02 09:09:19.000000000 +0100 +++ ataidle_2.5/distinfo 2010-11-02 20:31:03.000000000 +0000 @@ -1,3 +1,2 @@ -MD5 (ataidle-2.4.tar.gz) = 3ee04fd939d134c8ab0e72b8848722d4 -SHA256 (ataidle-2.4.tar.gz) = 58c651eeea1fd9053fefcca5ebef53ddb4af7ad72f68873ca012d033e71fef48 -SIZE (ataidle-2.4.tar.gz) = 11863 +SHA256 (ataidle-2.5.tar.gz) = 7d1803687041a97b26f1a2a5724813e0dd238c2b2594f52be76623822bca447a +SIZE (ataidle-2.5.tar.gz) = 18985 Only in /usr/ports/sysutils/ataidle: files diff -r -U3 /usr/ports/sysutils/ataidle/pkg-descr ataidle_2.5/pkg-descr --- /usr/ports/sysutils/ataidle/pkg-descr 2005-01-13 22:25:08.000000000 +0000 +++ ataidle_2.5/pkg-descr 2010-11-02 20:29:42.000000000 +0000 @@ -1,6 +1,6 @@ ATAidle is a utility to set the power management features -of ata hard drives. This includes idle and standby timeouts, -APM and acoustic level settings, and it can show details about +of ata hard drives. This includes standby timeouts, power (APM) +and acoustic (AAM) level settings, and it can show details about the installed devices. Author: Bruce Cran Only in /usr/ports/sysutils/ataidle: pkg-message >Release-Note: >Audit-Trail: >Unformatted: