Date: Thu, 28 Oct 2004 02:02:51 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ale@FreeBSD.org Subject: ports/73213: [PATCH] www/boa: update to 0.94.14.r20 Message-ID: <20041027180251.DF1153EAE4E@utopia.leeym.com> Resent-Message-ID: <200410271810.i9RIASe4095277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73213 >Category: ports >Synopsis: [PATCH] www/boa: update to 0.94.14.r20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 18:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Oct 25 01:17:22 CST 2004 >Description: - Update to 0.94.14.r20 - Utilize INFO and PORTDOCS Port maintainer (ale@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- boa-0.94.14.r20,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/boa/Makefile,v retrieving revision 1.22 diff -u -u -r1.22 Makefile --- Makefile 4 Feb 2004 05:09:24 -0000 1.22 +++ Makefile 27 Oct 2004 17:59:44 -0000 @@ -6,8 +6,8 @@ # PORTNAME= boa -PORTVERSION= 0.94.14.r17 -PORTREVISION= 1 +PORTVERSION= 0.94.14.r20 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.boa.org/ @@ -21,6 +21,8 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes +PORTDOCS= boa.texi boa.html boa.txt boa_banner.png +INFO= boa MAN8= boa.8 post-patch: @@ -38,13 +40,12 @@ @${INSTALL_DATA} ${WRKSRC}/examples/resolver.pl ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/boa.texi ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/boa.html ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/boa.txt ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/boa_banner.png ${DOCSDIR} +.for f in ${PORTDOCS} + @${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} +.endfor +.endif @${INSTALL_DATA} ${WRKSRC}/docs/boa.info ${PREFIX}/info @install-info ${PREFIX}/info/boa.info ${PREFIX}/info/dir -.endif post-install: @if [ ! -f ${PREFIX}/etc/rc.d/boa.sh ]; then \ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/boa/distinfo,v retrieving revision 1.14 diff -u -u -r1.14 distinfo --- distinfo 18 Mar 2004 18:01:03 -0000 1.14 +++ distinfo 27 Oct 2004 17:59:44 -0000 @@ -1,2 +1,2 @@ -MD5 (boa-0.94.14rc17.tar.bz2) = 11e76d89e146d0985df1466919875a3c -SIZE (boa-0.94.14rc17.tar.bz2) = 145438 +MD5 (boa-0.94.14rc20.tar.bz2) = d804cba12f996e95028fa10109731495 +SIZE (boa-0.94.14rc20.tar.bz2) = 166433 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/boa/pkg-plist,v retrieving revision 1.7 diff -u -u -r1.7 pkg-plist --- pkg-plist 31 Jan 2003 13:13:41 -0000 1.7 +++ pkg-plist 27 Oct 2004 17:59:44 -0000 @@ -1,16 +1,8 @@ etc/rc.d/boa.sh.sample -%%PORTDOCS%%@unexec install-info --delete %D/info/boa.info %D/info/dir -%%PORTDOCS%%info/boa.info -%%PORTDOCS%%@exec install-info %D/info/boa.info %D/info/dir sbin/boa sbin/boa_indexer -%%PORTDOCS%%share/doc/boa/boa.texi -%%PORTDOCS%%share/doc/boa/boa.html -%%PORTDOCS%%share/doc/boa/boa.txt -%%PORTDOCS%%share/doc/boa/boa_banner.png -share/examples/boa/boa.conf -share/examples/boa/cgi-test.cgi -share/examples/boa/nph-test.cgi -share/examples/boa/resolver.pl -@dirrm share/examples/boa -%%PORTDOCS%%@dirrm share/doc/boa +%%EXAMPLESDIR%%/boa.conf +%%EXAMPLESDIR%%/cgi-test.cgi +%%EXAMPLESDIR%%/nph-test.cgi +%%EXAMPLESDIR%%/resolver.pl +@dirrm %%EXAMPLESDIR%% --- boa-0.94.14.r20,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041027180251.DF1153EAE4E>