Date: Sat, 7 Sep 2002 11:39:29 +0200 (CEST) From: Alex Dupre <sysadmin@alexdupre.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42500: [Maintainer Update Port] www/boa (to 0.94.13) Message-ID: <200209070939.g879dTbG001835@vaio.alexdupre.com>
next in thread | raw e-mail | index | archive | help
>Number: 42500 >Category: ports >Synopsis: [Maintainer Update Port] www/boa (to 0.94.13) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 07 02:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.5-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386 >Description: Update to 0.94.13. Remove Perl dependency. Fix for new parser.c. >How-To-Repeat: >Fix: --- boa.diff begins here --- diff -ruN boa.orig/Makefile boa/Makefile --- boa.orig/Makefile Sat Sep 7 11:28:51 2002 +++ boa/Makefile Sat Sep 7 11:31:32 2002 @@ -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 @@ 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: diff -ruN boa.orig/distinfo boa/distinfo --- boa.orig/distinfo Sat Sep 7 11:28:51 2002 +++ boa/distinfo Sat Sep 7 11:29:28 2002 @@ -1 +1 @@ -MD5 (boa-0.94.12.tar.gz) = 4db53f8c98c8f3f08a12df2f8b3a4ba7 +MD5 (boa-0.94.13.tar.gz) = c8d6f46f9aa60909f171529068813fe0 diff -ruN boa.orig/files/boa.sh.sample boa/files/boa.sh.sample --- boa.orig/files/boa.sh.sample Sat Sep 7 11:28:51 2002 +++ boa/files/boa.sh.sample Sat Sep 7 11:32:03 2002 @@ -7,7 +7,7 @@ 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' --- boa.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209070939.g879dTbG001835>