Date: Sun, 3 Nov 2013 15:45:46 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332620 - head/sysutils/ataidle Message-ID: <201311031545.rA3FjkqP028837@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sun Nov 3 15:45:45 2013 New Revision: 332620 URL: http://svnweb.freebsd.org/changeset/ports/332620 Log: sysutils/ataidle: update to new WWW - Update new project URL [1] - Add LICENSE - Remove useless options include PR: ports/183617 Submitted by: Bruce Cran <bruce cran.org.uk> Modified: head/sysutils/ataidle/Makefile head/sysutils/ataidle/pkg-descr Modified: head/sysutils/ataidle/Makefile ============================================================================== --- head/sysutils/ataidle/Makefile Sun Nov 3 15:38:39 2013 (r332619) +++ head/sysutils/ataidle/Makefile Sun Nov 3 15:45:45 2013 (r332620) @@ -4,26 +4,24 @@ PORTNAME= ataidle PORTVERSION= 2.7.2 CATEGORIES= sysutils -MASTER_SITES= http://www.cran.org.uk/~brucec/software/ +MASTER_SITES= http://bluestop.org/ataidle/ MAINTAINER= wg@FreeBSD.org COMMENT= Utility to spin down ATA drives +LICENSE= BSD + USE_RC_SUBR= ${PORTNAME} -PORTDOCS= COPYING Changelog README +PORTDOCS= Changelog README PLIST_FILES= sbin/ataidle \ man/man8/ataidle.8.gz OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ataidle ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/ataidle.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> Modified: head/sysutils/ataidle/pkg-descr ============================================================================== --- head/sysutils/ataidle/pkg-descr Sun Nov 3 15:38:39 2013 (r332619) +++ head/sysutils/ataidle/pkg-descr Sun Nov 3 15:45:45 2013 (r332620) @@ -4,4 +4,4 @@ features of ATA hard drives. This inclu details about the installed devices. Author: Bruce Cran <bruce@cran.org.uk> -WWW: http://www.cran.org.uk/~brucec/software/ataidle/ +WWW: http://bluestop.org/ataidle/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311031545.rA3FjkqP028837>