1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

upgrade to 0.94.13

PR:		42500
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2002-09-16 11:12:17 +00:00
parent a47f5f1605
commit 9f1474702d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66436
3 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= boa
PORTVERSION= 0.94.12
PORTVERSION= 0.94.13
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= http://www.boa.org/
@ -15,12 +15,13 @@ MAINTAINER= sysadmin@alexdupre.com
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
MAN8= boa.8
post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/defines.h \
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/defines.h \
${WRKSRC}/../boa.conf
post-build:

View File

@ -1 +1 @@
MD5 (boa-0.94.12.tar.gz) = 4db53f8c98c8f3f08a12df2f8b3a4ba7
MD5 (boa-0.94.13.tar.gz) = c8d6f46f9aa60909f171529068813fe0

View File

@ -7,7 +7,7 @@ fi
case "$1" in
start)
[ -x ${PREFIX}/sbin/boa ] && ${PREFIX}/sbin/boa & && echo -n ' boa'
[ -x ${PREFIX}/sbin/boa ] && ${PREFIX}/sbin/boa && echo -n ' boa'
;;
stop)
killall boa && echo -n ' boa'