- Update to 0.4. This version adds several features and fixes a few bugs: [1]

* added uid, gid options for setting effective UID, GID
   * added colourization of debug messages
   * added filter, filterargs options for report pre-processing
   * added [pager:]<mail_to> syntax for sending pager friendly reports
   * added mailtimeout option
   * fixed tail, tailargs incorrectly being treated as dynamic options
- Use USE_RC_SUBR=script and remove 2 lines pkg-plist [2]

PR:		ports/95332 [1]
Submitted by:	maintainer [1], garga [2]
Approved by:	maintainer [2]
This commit is contained in:
Renato Botelho 2006-04-05 19:37:00 +00:00
parent f15877a546
commit 8c2d01e97b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158889
4 changed files with 7 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tenshi
PORTVERSION= 0.3.4
PORTVERSION= 0.4
CATEGORIES= sysutils
MASTER_SITES= http://dev.gentoo.org/~lcars/%SUBDIR%/
MASTER_SITE_SUBDIR= tenshi
@ -20,11 +20,10 @@ MAN8= tenshi.8
USE_PERL5= yes
NO_BUILD= yes
USE_RC_SUBR= yes
USE_RC_SUBR= tenshi.sh
SUB_LIST= PERL=${PERL}
SED_SCRIPT= -e 's,%%RC_SUBR%%,${RC_SUBR},g' \
-e 's,%%PREFIX%%,${PREFIX},g' \
-e 's,%%PERL%%,${PERL},g'
PLIST_FILES= bin/tenshi etc/tenshi.conf.sample
PORTDOCS= README Changelog
@ -56,8 +55,4 @@ do-install:
done
.endif
post-install:
@${SED} ${SED_SCRIPT} ${FILESDIR}/tenshi.sh >${WRKDIR}/tenshi.sh
@${INSTALL_SCRIPT} ${WRKDIR}/tenshi.sh ${PREFIX}/etc/rc.d
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (tenshi-0.3.4.tar.gz) = f3e875540833a85c43052d96c5698463
SHA256 (tenshi-0.3.4.tar.gz) = 3b3b3706a8066f701b2e2a17d8a3e0fd0096a28389ae67df0414a5a3cf875215
SIZE (tenshi-0.3.4.tar.gz) = 22737
MD5 (tenshi-0.4.tar.gz) = 3b614e5eed200d93c205cf46d17f3a2d
SHA256 (tenshi-0.4.tar.gz) = 2df0bd4a7f9ae0815a3ca28b808da02c73269e918925e3b1fc136e2e884ad8f5
SIZE (tenshi-0.4.tar.gz) = 24541

View File

@ -1,3 +0,0 @@
bin/tenshi
etc/rc.d/tenshi.sh
etc/tenshi.conf.sample