From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 20 20:20:13 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 ADA2A16A400 for ; Sun, 20 May 2007 20:20:13 +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 5773713C448 for ; Sun, 20 May 2007 20:20:13 +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 l4KKKDPF023400 for ; Sun, 20 May 2007 20:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4KKKDNK023399; Sun, 20 May 2007 20:20:13 GMT (envelope-from gnats) Date: Sun, 20 May 2007 20:20:13 GMT Message-Id: <200705202020.l4KKKDNK023399@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Bruce Cran Cc: Subject: Re: 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 Reply-To: Bruce Cran List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 20:20:13 -0000 The following reply was made to PR ports/112817; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/112817: [UPDATE] patch to sysutils/ataidle to bring it to version 1.0 Date: Sun, 20 May 2007 20:51:41 +0100 The change to MASTER_SITES in Makefile was wrong - it should not be changed. The correct Makefile diff is: --- 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/ 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