View | Details | Raw Unified | Return to bug 112817 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	ataidle
8
PORTNAME=	ataidle
9
PORTVERSION=	0.9
9
PORTVERSION=	1.0
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://www.cran.org.uk/bruce/software/
11
MASTER_SITES=	http://www.cran.org.uk/bruce/software/ataidle.php
12
12
13
MAINTAINER=	bruce@cran.org.uk
13
MAINTAINER=	bruce@cran.org.uk
14
COMMENT=	Utility to set spindown timeout for ATA drives
14
COMMENT=	Utility to spin down ATA drives
15
15
16
MAN8=		ataidle.8
16
MAN8=		ataidle.8
17
PORTDOCS=	COPYING ChangeLog README
17
PORTDOCS=	COPYING ChangeLog README
Lines 28-34 Link Here
28
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
29
29
30
.if ${OSVERSION} < 501105
30
.if ${OSVERSION} < 501105
31
IGNORE=		requires ATAng, available in 5.1-CURRENT or newer
31
IGNORE=		requires FreeBSD 5.2 or newer
32
.endif
32
.endif
33
33
34
.include <bsd.port.post.mk>
34
.include <bsd.port.post.mk>

Return to bug 112817