update to version 1.29

This commit is contained in:
Oliver Eikemeier 2004-06-28 23:33:27 +00:00
parent 63875b3201
commit 105acc5ad7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112508
2 changed files with 9 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= rc_subr
PORTVERSION= 1.26
PORTVERSION= 1.29
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= eik
@ -16,6 +16,7 @@ COMMENT= Common startup and shutdown subroutines used by scripts
USE_BZIP2= yes
NO_BUILD= yes
USE_REINPLACE= yes
MAN8= rc.subr.8
PLIST_FILES= etc/rc.subr \
@ -23,6 +24,11 @@ PLIST_FILES= etc/rc.subr \
${EXAMPLESDIR:S,^${PREFIX}/,,}/example.sh
PLIST_DIRS= ${EXAMPLESDIR:S,^${PREFIX}/,,}
post-patch:
@${REINPLACE_CMD} -E \
-e 's, (/etc(/rc.subr| )), ${PREFIX}\1,g' \
${WRKSRC}/rc.subr.8
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/rc.subr ${PREFIX}/etc
@${INSTALL_MAN} ${WRKSRC}/rc.subr.8 ${MAN8PREFIX}/man/man8

View File

@ -1,2 +1,2 @@
MD5 (rc_subr-1.26.tar.bz2) = edf9387db635624f00b7ea80b9792759
SIZE (rc_subr-1.26.tar.bz2) = 14423
MD5 (rc_subr-1.29.tar.bz2) = 2c6f5d04105a0b34b364e55a5b10b644
SIZE (rc_subr-1.29.tar.bz2) = 14443