diff options
author | brucec <brucec@FreeBSD.org> | 2011-11-13 02:36:11 +0800 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2011-11-13 02:36:11 +0800 |
commit | f973c32f41cc709a195e8ad42c8d506dc7a23f0d (patch) | |
tree | 28f125b70148121b1409e1e5de1408bb159cc24e /sysutils/ataidle | |
parent | 31204c5da9f28f5c941b273fe1aeb6816a3ed7e6 (diff) | |
download | freebsd-ports-gnome-f973c32f41cc709a195e8ad42c8d506dc7a23f0d.tar.gz freebsd-ports-gnome-f973c32f41cc709a195e8ad42c8d506dc7a23f0d.tar.zst freebsd-ports-gnome-f973c32f41cc709a195e8ad42c8d506dc7a23f0d.zip |
Update to version 2.7.
This fixes a problem with accessing devices through a symlink.
Feature safe: yes
Diffstat (limited to 'sysutils/ataidle')
-rw-r--r-- | sysutils/ataidle/Makefile | 4 | ||||
-rw-r--r-- | sysutils/ataidle/distinfo | 4 | ||||
-rw-r--r-- | sysutils/ataidle/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index a970bb735c1e..c97404bbd96c 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -6,9 +6,9 @@ # PORTNAME= ataidle -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= sysutils -MASTER_SITES= http://www.cran.org.uk/bruce/software/ +MASTER_SITES= http://www.cran.org.uk/~brucec/software/ MAINTAINER= bruce@cran.org.uk COMMENT= Utility to spin down ATA drives diff --git a/sysutils/ataidle/distinfo b/sysutils/ataidle/distinfo index 94aae3046d03..3718c647771f 100644 --- a/sysutils/ataidle/distinfo +++ b/sysutils/ataidle/distinfo @@ -1,2 +1,2 @@ -SHA256 (ataidle-2.6.tar.gz) = 3cb0179e9ec2e449e87788deeae42b8f006433b829fadf257f90ccb419a3b81e -SIZE (ataidle-2.6.tar.gz) = 20493 +SHA256 (ataidle-2.7.tar.gz) = 860174825c1cd2958043089b7851da67eb7fa7ac77c7cfcf0c2ea1a871f41a20 +SIZE (ataidle-2.7.tar.gz) = 12147 diff --git a/sysutils/ataidle/pkg-descr b/sysutils/ataidle/pkg-descr index c9077ed151f4..65b828e4e6ab 100644 --- a/sysutils/ataidle/pkg-descr +++ b/sysutils/ataidle/pkg-descr @@ -4,4 +4,4 @@ features of ATA hard drives. This includes standby timeouts, power details about the installed devices. Author: Bruce Cran <bruce@cran.org.uk> -WWW: http://www.cran.org.uk/bruce/software/ataidle/ +WWW: http://www.cran.org.uk/~brucec/software/ataidle/ |