diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-13 22:25:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-13 22:25:08 +0000 |
commit | 9dc9b2cbfa627a5c2a298facb3fc7d8c47b1fa2e (patch) | |
tree | d5b9e41197c84f9c4c81b9d8bcbe77e98514cf10 /sysutils/ataidle | |
parent | de36573403f0d40c011db5b55baf0865ce612fd0 (diff) | |
download | ports-9dc9b2cbfa627a5c2a298facb3fc7d8c47b1fa2e.tar.gz ports-9dc9b2cbfa627a5c2a298facb3fc7d8c47b1fa2e.zip |
Notes
Diffstat (limited to 'sysutils/ataidle')
-rw-r--r-- | sysutils/ataidle/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ataidle/distinfo | 4 | ||||
-rw-r--r-- | sysutils/ataidle/files/patch-types | 19 | ||||
-rw-r--r-- | sysutils/ataidle/pkg-descr | 2 |
4 files changed, 4 insertions, 23 deletions
diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index 0ef508cb8672..56c49d28fb3c 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ataidle -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= sysutils MASTER_SITES= http://www.cran.org.uk/bruce/software/ diff --git a/sysutils/ataidle/distinfo b/sysutils/ataidle/distinfo index 4cdd0508a8fc..679db064dc35 100644 --- a/sysutils/ataidle/distinfo +++ b/sysutils/ataidle/distinfo @@ -1,2 +1,2 @@ -MD5 (ataidle-0.7.tar.gz) = 887e63241c7732a316d2200f4ea97dcb -SIZE (ataidle-0.7.tar.gz) = 13283 +MD5 (ataidle-0.8.tar.gz) = c7486da942c4fcd47a3724270ac4012d +SIZE (ataidle-0.8.tar.gz) = 13618 diff --git a/sysutils/ataidle/files/patch-types b/sysutils/ataidle/files/patch-types deleted file mode 100644 index aa6f6da5aff9..000000000000 --- a/sysutils/ataidle/files/patch-types +++ /dev/null @@ -1,19 +0,0 @@ ---- main.c Tue Jul 20 19:02:11 2004 -+++ main.c Mon Nov 8 19:53:28 2004 -@@ -67,7 +67,7 @@ - { - int rc = 0; -- int ch, chan, dev = -1; -+ int ch, dev = -1; - struct ATA *ata = (struct ATA*) malloc(sizeof(struct ATA)); -- long opt_val; -+ long opt_val, chan; - uint32_t maxchan = 0; - bool needchandev; -@@ -85,5 +85,5 @@ - - if(!rc && needchandev) -- rc = ata_strtolong(argv[argc-2], (long*) &chan); -+ rc = ata_strtolong(argv[argc-2], &chan); - - if(!rc) diff --git a/sysutils/ataidle/pkg-descr b/sysutils/ataidle/pkg-descr index 1734147758a1..bbce4814dbc9 100644 --- a/sysutils/ataidle/pkg-descr +++ b/sysutils/ataidle/pkg-descr @@ -4,4 +4,4 @@ APM and acoustic level settings, and it can show details about the installed devices. Author: Bruce Cran <bruce@cran.org.uk> -WWW: http://www.cran.org.uk/bruce/software.php +WWW: http://www.cran.org.uk/bruce/software/ataidle/ |