From a26180ae4ba99bf666cbd51a8eaa20b829ed1007 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 18:32:21 +0000 Subject: [PATCH] - Use CONFLICTS_INSTALL instead of CONFLICTS - Reformat pkg-descr - Remove Author line - Take maintainership --- sysutils/timelimit/Makefile | 11 ++++++----- sysutils/timelimit/pkg-descr | 8 +++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile index f7ff60df7684..46677a52ca88 100644 --- a/sysutils/timelimit/Makefile +++ b/sysutils/timelimit/Makefile @@ -7,18 +7,19 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/timelimit/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@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 diff --git a/sysutils/timelimit/pkg-descr b/sysutils/timelimit/pkg-descr index 5e0a5149a6ab..1264d2ed1ea2 100644 --- a/sysutils/timelimit/pkg-descr +++ b/sysutils/timelimit/pkg-descr @@ -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 WWW: http://devel.ringlet.net/sysutils/timelimit/