mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update to version 0.94.8.2
PR: 20748 Submitted by: Ports Fury
This commit is contained in:
parent
f2f4a63af1
commit
34e2e47f67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31890
@ -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 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (boa-0.94.6.tar.gz) = abb44d3c2b9d6dba19c647ac7474d63f
|
||||
MD5 (boa-0.94.8.2.tar.gz) = d097724e91e0bc1603b195670ecb8bfd
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user