Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2000 08:36:09 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/20748: Update port: www/boa to 0.94.8.2
Message-ID:  <20000821153609.0154937B423@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         20748
>Category:       ports
>Synopsis:       Update port: www/boa to 0.94.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 21 08:40:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.94.8.2

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/www/boa/Makefile www/boa/Makefile
--- /usr/ports/www/boa/Makefile	Mon May  1 21:53:04 2000
+++ www/boa/Makefile	Fri Aug 18 19:53:00 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	boa
-PORTVERSION= 	0.94.6
+PORTVERSION= 	0.94.8.2
 CATEGORIES=	www
 MASTER_SITES=	http://www.boa.org/
 
@@ -18,22 +18,21 @@
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
-BOA_DOCS=	boa-1.html boa-2.html boa-3.html boa-4.html boa.html \
-		boa.ps boa.txt boa_banner.png
+MAN8=		boa.8
 
 post-patch:
 	@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/defines.h
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/boa ${PREFIX}/sbin
+	${INSTALL_MAN} ${WRKSRC}/../docs/boa.8 ${PREFIX}/man/man8
 	${INSTALL_DATA} ${WRKSRC}/../boa.conf ${PREFIX}/etc/boa.conf.sample
 	@${MKDIR} ${PREFIX}/share/examples/boa
 	${INSTALL_DATA} ${WRKSRC}/../examples/* ${PREFIX}/share/examples/boa
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/boa
-.for file in ${BOA_DOCS}
-	${INSTALL_DATA} ${WRKSRC}/../docs/${file} ${PREFIX}/share/doc/boa
-.endfor
+	${INSTALL_DATA} ${WRKSRC}/../docs/boa.sgml ${PREFIX}/share/doc/boa
+	${INSTALL_DATA} ${WRKSRC}/../docs/boa_banner.png ${PREFIX}/share/doc/boa
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/www/boa/files/md5 www/boa/files/md5
--- /usr/ports/www/boa/files/md5	Mon May  1 21:53:05 2000
+++ www/boa/files/md5	Fri Aug 18 19:37:51 2000
@@ -1 +1 @@
-MD5 (boa-0.94.6.tar.gz) = abb44d3c2b9d6dba19c647ac7474d63f
+MD5 (boa-0.94.8.2.tar.gz) = d097724e91e0bc1603b195670ecb8bfd
diff -urN /usr/ports/www/boa/pkg/PLIST www/boa/pkg/PLIST
--- /usr/ports/www/boa/pkg/PLIST	Mon May  1 21:53:07 2000
+++ www/boa/pkg/PLIST	Fri Aug 18 19:49:26 2000
@@ -1,12 +1,6 @@
 etc/boa.conf.sample
 sbin/boa
-share/doc/boa/boa-1.html
-share/doc/boa/boa-2.html
-share/doc/boa/boa-3.html
-share/doc/boa/boa-4.html
-share/doc/boa/boa.html
-share/doc/boa/boa.ps
-share/doc/boa/boa.txt
+share/doc/boa/boa.sgml
 share/doc/boa/boa_banner.png
 share/examples/boa/cgi-test.cgi
 share/examples/boa/nph-test.cgi


>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?20000821153609.0154937B423>