svn commit: r369653 - head/sysutils/timelimit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 30 18:32:22 UTC 2014


Author: sunpoet
Date: Tue Sep 30 18:32:21 2014
New Revision: 369653
URL: http://svnweb.freebsd.org/changeset/ports/369653
QAT: https://qat.redports.org/buildarchive/r369653/

Log:
  - Use CONFLICTS_INSTALL instead of CONFLICTS
  - Reformat pkg-descr
  - Remove Author line
  - Take maintainership

Modified:
  head/sysutils/timelimit/Makefile
  head/sysutils/timelimit/pkg-descr

Modified: head/sysutils/timelimit/Makefile
==============================================================================
--- head/sysutils/timelimit/Makefile	Tue Sep 30 18:32:16 2014	(r369652)
+++ head/sysutils/timelimit/Makefile	Tue Sep 30 18:32:21 2014	(r369653)
@@ -7,18 +7,19 @@ PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://devel.ringlet.net/sysutils/timelimit/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Limit the absolute execution time of a process
 
 LICENSE=	BSD2CLAUSE
 
-CONFLICTS=	netpipes-[0-9]*
+CONFLICTS_INSTALL=	netpipes-[0-9]*
 
-PLIST_FILES=	bin/timelimit man/man1/timelimit.1.gz
 NO_ARCH=	yes
 
+PLIST_FILES=	bin/timelimit man/man1/timelimit.1.gz
+
 do-install:
-		${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin
-		${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+	${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
 
 .include <bsd.port.mk>

Modified: head/sysutils/timelimit/pkg-descr
==============================================================================
--- head/sysutils/timelimit/pkg-descr	Tue Sep 30 18:32:16 2014	(r369652)
+++ head/sysutils/timelimit/pkg-descr	Tue Sep 30 18:32:21 2014	(r369653)
@@ -1,7 +1,5 @@
-timelimit executes a command and terminates the spawned process
-after a given time with a given signal.  A 'warning' signal
-is sent first, then, after a timeout, a 'kill' signal, similar
-to the way init(8) operates on shutdown.
+timelimit executes a command and terminates the spawned process after a given
+time with a given signal.  A 'warning' signal is sent first, then, after a
+timeout, a 'kill' signal, similar to the way init(8) operates on shutdown.
 
-Author: Peter Pentchev <roam at ringlet.net>
 WWW: http://devel.ringlet.net/sysutils/timelimit/


More information about the svn-ports-head mailing list