diff options
author | miwi <miwi@FreeBSD.org> | 2007-05-28 03:54:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-05-28 03:54:17 +0800 |
commit | e5976a13745cb41b93402575983d435924f339d9 (patch) | |
tree | 30790e950054fff2170b3f54a25a1ad209d85738 /sysutils/ataidle/Makefile | |
parent | 472fc9aa0c3d2c90b8d61a00c2f7c3d7998f2066 (diff) | |
download | freebsd-ports-gnome-e5976a13745cb41b93402575983d435924f339d9.tar.gz freebsd-ports-gnome-e5976a13745cb41b93402575983d435924f339d9.tar.zst freebsd-ports-gnome-e5976a13745cb41b93402575983d435924f339d9.zip |
- Update to 1.0
PR: 112817
Submitted by: Bruce Cran<bruce@cran.org.uk> (maintainer)
Diffstat (limited to 'sysutils/ataidle/Makefile')
-rw-r--r-- | sysutils/ataidle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index b203e88773f2..bb968fe16c9e 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -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 @@ do-install: .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> |