mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.94.14.r20
- Utilize INFO and PORTDOCS PR: ports/73213 Submitted by: leeym
This commit is contained in:
parent
9cc41810c6
commit
0bb43f2e95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120343
3 changed files with 18 additions and 22 deletions
|
@ -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,8 +21,13 @@ USE_GMAKE= yes
|
|||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INFO= boa
|
||||
MAN8= boa.8
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= boa.texi boa.html boa.txt boa_banner.png
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
|
||||
${WRKSRC}/examples/boa.conf ${WRKSRC}/src/defines.h
|
||||
|
@ -38,13 +43,12 @@ do-install:
|
|||
@${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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%%
|
||||
|
|
Loading…
Add table
Reference in a new issue