From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 20 19:40:04 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6214A16A46D for ; Sun, 20 May 2007 19:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3FCEC13C4AD for ; Sun, 20 May 2007 19:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4KJe4R9019673 for ; Sun, 20 May 2007 19:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4KJe4Ih019672; Sun, 20 May 2007 19:40:04 GMT (envelope-from gnats) Resent-Date: Sun, 20 May 2007 19:40:04 GMT Resent-Message-Id: <200705201940.l4KJe4Ih019672@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59C4E16A468 for ; Sun, 20 May 2007 19:34:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3123E13C484 for ; Sun, 20 May 2007 19:34:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4KJY2p2031610 for ; Sun, 20 May 2007 19:34:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4KJT0Pe030550; Sun, 20 May 2007 19:29:00 GMT (envelope-from nobody) Message-Id: <200705201929.l4KJT0Pe030550@www.freebsd.org> Date: Sun, 20 May 2007 19:29:00 GMT From: Bruce Cran To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/112817: [UPDATE] patch to sysutils/ataidle to bring it to version 1.0 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: Sun, 20 May 2007 19:40:04 -0000 >Number: 112817 >Category: ports >Synopsis: [UPDATE] patch to sysutils/ataidle to bring it to version 1.0 >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: Sun May 20 19:40:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Bruce Cran >Release: 7.0-CURRENT >Organization: >Environment: FreeBSD neutrino.draftnet 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun May 20 12:44:08 BST 2007 brucec@neutrino.draftnet/usr/obj/usr/src/sys/GENERIC i386 >Description: Update sysutils/ataidle to version 1.0. This adds a sleep command and a startup script. >How-To-Repeat: >Fix: --- Makefile.old Sun May 20 18:13:25 2007 +++ Makefile Sun May 20 18:16:50 2007 @@ -6,12 +6,12 @@ # PORTNAME= ataidle -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= sysutils -MASTER_SITES= http://www.cran.org.uk/bruce/software/ +MASTER_SITES= http://www.cran.org.uk/bruce/software/ataidle.php MAINTAINER= bruce@cran.org.uk -COMMENT= Utility to set spindown timeout for ATA drives +COMMENT= Utility to spin down ATA drives MAN8= ataidle.8 PORTDOCS= COPYING ChangeLog README @@ -28,7 +28,7 @@ .include .if ${OSVERSION} < 501105 -IGNORE= requires ATAng, available in 5.1-CURRENT or newer +IGNORE= requires FreeBSD 5.2 or newer .endif .include --- pkg-descr.old Sun May 20 18:13:32 2007 +++ pkg-descr Sun May 20 18:15:15 2007 @@ -1,7 +1,7 @@ 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 idle and standby timeouts, +APM and acoustic level settings. It can also show details about the installed devices. Author: Bruce Cran -WWW: http://www.cran.org.uk/bruce/software/ataidle/ +WWW: http://www.cran.org.uk/bruce/software/ataidle.php --- distinfo.old Sun May 20 18:13:29 2007 +++ distinfo Sun May 20 18:16:09 2007 @@ -1,3 +1,3 @@ -MD5 (ataidle-0.9.tar.gz) = 3e2e239112f5dc5bbb8705399fa9e931 -SHA256 (ataidle-0.9.tar.gz) = 68a78fac762db3ca4d1780fb1bfd10972782bd39e095ab4ce84908cb64995909 -SIZE (ataidle-0.9.tar.gz) = 14529 +MD5 (ataidle-1.0.tar.gz) = 2d5a49587f8b42042eff4408c2cb6f7d +SHA256 (ataidle-1.0.tar.gz) = 5b9a853e00c7d7a925f05ddacb555d1e21cfb875c0a0809e2609a0382c5683e5 +SIZE (ataidle-1.0.tar.gz) = 14182 >Release-Note: >Audit-Trail: >Unformatted: