diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-11-14 15:43:16 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-11-14 15:43:16 +0800 |
commit | 09f730105f92333f80dd9c48688450d774cce73d (patch) | |
tree | 0ed3099149eb2c1517df08c5d0b398cd8cc9960e /sysutils/ataidle | |
parent | 8c91ef3bcd21b1cf6f155941089ae77be689ddf9 (diff) | |
download | freebsd-ports-gnome-09f730105f92333f80dd9c48688450d774cce73d.tar.gz freebsd-ports-gnome-09f730105f92333f80dd9c48688450d774cce73d.tar.zst freebsd-ports-gnome-09f730105f92333f80dd9c48688450d774cce73d.zip |
- Update to 0.9 (now supporting FreeBSD 6 and 7)
- Unquote IGNORE
PR: ports/88977
Submitted by: Bruce Cran <bruce@cran.org.uk> (maintainer)
Diffstat (limited to 'sysutils/ataidle')
-rw-r--r-- | sysutils/ataidle/Makefile | 8 | ||||
-rw-r--r-- | sysutils/ataidle/distinfo | 5 |
2 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index 479851c6de44..b203e88773f2 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ataidle -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= sysutils MASTER_SITES= http://www.cran.org.uk/bruce/software/ @@ -28,11 +28,7 @@ do-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 501105 -IGNORE= "requires ATAng, available in 5.1-CURRENT or newer" -.endif - -.if ${OSVERSION} > 600028 -BROKEN= "Does not compile on FreeBSD >= 6.0" +IGNORE= requires ATAng, available in 5.1-CURRENT or newer .endif .include <bsd.port.post.mk> diff --git a/sysutils/ataidle/distinfo b/sysutils/ataidle/distinfo index 679db064dc35..229e86d0bbcc 100644 --- a/sysutils/ataidle/distinfo +++ b/sysutils/ataidle/distinfo @@ -1,2 +1,3 @@ -MD5 (ataidle-0.8.tar.gz) = c7486da942c4fcd47a3724270ac4012d -SIZE (ataidle-0.8.tar.gz) = 13618 +MD5 (ataidle-0.9.tar.gz) = 3e2e239112f5dc5bbb8705399fa9e931 +SHA256 (ataidle-0.9.tar.gz) = 68a78fac762db3ca4d1780fb1bfd10972782bd39e095ab4ce84908cb64995909 +SIZE (ataidle-0.9.tar.gz) = 14529 |