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 | |
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')
-rw-r--r-- | sysutils/ataidle/Makefile | 6 | ||||
-rw-r--r-- | sysutils/ataidle/distinfo | 6 |
2 files changed, 6 insertions, 6 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> diff --git a/sysutils/ataidle/distinfo b/sysutils/ataidle/distinfo index 229e86d0bbcc..ec11d759074c 100644 --- a/sysutils/ataidle/distinfo +++ b/sysutils/ataidle/distinfo @@ -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 |