1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Update to 0.8

PR:		ports/76195
Submitted by:	Bruce Cran <bruce@cran.org.uk> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-01-13 22:25:08 +00:00
parent de36573403
commit 9dc9b2cbfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126362
4 changed files with 4 additions and 23 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ataidle
PORTVERSION= 0.7
PORTVERSION= 0.8
CATEGORIES= sysutils
MASTER_SITES= http://www.cran.org.uk/bruce/software/

View File

@ -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

View File

@ -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)

View File

@ -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/