Bug 112817 - [UPDATE] patch to sysutils/ataidle to bring it to version 1.0
Summary: [UPDATE] patch to sysutils/ataidle to bring it to version 1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-20 20:40 UTC by Rebecca Cran
Modified: 2007-05-27 21:00 UTC (History)
0 users

See Also:


Attachments
file.diff (700 bytes, patch)
2007-05-20 20:40 UTC, Rebecca Cran
no flags Details | Diff
file.diff (590 bytes, patch)
2007-05-20 20:40 UTC, Rebecca Cran
no flags Details | Diff
file.diff (479 bytes, patch)
2007-05-20 20:40 UTC, Rebecca Cran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rebecca Cran freebsd_committer freebsd_triage 2007-05-20 20:40:03 UTC
Update sysutils/ataidle to version 1.0.  This adds a sleep command and a startup script.
Comment 1 Rebecca Cran freebsd_committer freebsd_triage 2007-05-20 20:51:41 UTC
The change to MASTER_SITES in Makefile was wrong - it should not be changed.
The correct Makefile diff is:

--- Makefile.old    Sun May 20 18:13:25 2007
+++ Makefile    Sun May 20 18:16:50 2007
@@ -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 @@
 .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>
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-05-20 21:29:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-05-26 11:25:39 UTC
State Changed
From-To: open->feedback

File not fetchable could you fix this ? 

http://tb.miwibox.org/index.php?action=describe_port&id=649 

- Martin
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-05-27 20:54:23 UTC
miwi        2007-05-27 19:54:17 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/ataidle     Makefile distinfo 
  Log:
  - Update to 1.0
  
  PR:             112817
  Submitted by:   Bruce Cran<bruce@cran.org.uk> (maintainer)
  
  Revision  Changes    Path
  1.9       +3 -3      ports/sysutils/ataidle/Makefile
  1.7       +3 -3      ports/sysutils/ataidle/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2007-05-27 20:54:24 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!