Summary: | [UPDATE] patch to sysutils/ataidle to bring it to version 1.0 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Rebecca Cran <bcran> | ||||||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | ||||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Rebecca Cran
![]() ![]() 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> Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. 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 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" State Changed From-To: feedback->closed Committed. Thanks! |