Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2007 20:20:13 GMT
From:      Bruce Cran <bruce@cran.org.uk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/112817: [UPDATE] patch to sysutils/ataidle to bring it to version 1.0
Message-ID:  <200705202020.l4KKKDNK023399@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/112817; it has been noted by GNATS.

From: Bruce Cran <bruce@cran.org.uk>
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 <bsd.port.pre.mk>
  
  .if ${OSVERSION} < 501105
 -IGNORE=        requires ATAng, available in 5.1-CURRENT or newer
 +IGNORE=        requires FreeBSD 5.2 or newer
  .endif
  
  .include <bsd.port.post.mk>
 



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