summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/boa/Makefile18
-rw-r--r--www/boa/distinfo4
-rw-r--r--www/boa/pkg-plist18
3 files changed, 18 insertions, 22 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile
index ee028da..76cfbe9 100644
--- a/www/boa/Makefile
+++ b/www/boa/Makefile
@@ -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 \
diff --git a/www/boa/distinfo b/www/boa/distinfo
index 8b008d7..f8d5ded 100644
--- a/www/boa/distinfo
+++ b/www/boa/distinfo
@@ -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
diff --git a/www/boa/pkg-plist b/www/boa/pkg-plist
index 43a4364..9a1f0ee 100644
--- a/www/boa/pkg-plist
+++ b/www/boa/pkg-plist
@@ -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%%
OpenPOWER on IntegriCloud