- Update to 1.0
PR: 112817 Submitted by: Bruce Cran<bruce@cran.org.uk> (maintainer)
This commit is contained in:
parent
37c83cee00
commit
4de2b45971
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192121
2 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue