svn commit: r332620 - head/sysutils/ataidle

William Grzybowski wg at FreeBSD.org
Sun Nov 3 15:45:46 UTC 2013


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 at 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 at cran.org.uk>
-WWW:   http://www.cran.org.uk/~brucec/software/ataidle/
+WWW: http://bluestop.org/ataidle/


More information about the svn-ports-all mailing list