svn commit: r402841 - branches/2015Q4/www/hiawatha
Jason Unovitch
junovitch at FreeBSD.org
Wed Dec 2 18:14:51 UTC 2015
Author: junovitch
Date: Wed Dec 2 18:14:49 2015
New Revision: 402841
URL: https://svnweb.freebsd.org/changeset/ports/402841
Log:
MFH: r399650, r399808, r399956, r402639
r399650
www/hiawatha: Reset MAINTAINER
Reset MAINTAINER at current maintainers request.
PR: 203862
Requested by: Chris Petrik <chris bsdjunk com> (maintainer)
r399808
www/hiawatha: Update to 9.15
* Update PORTVERSION and distinfo (9.15)
* Update pkg-plist (new shared library versions)
* Add LICENSE_FILE
Changes:
https://www.hiawatha-webserver.org/changelog
Approved by: unmaintained
r399956
- Switch to options helpers
r402639
www/hiawatha: Fix fetch due to upstream subdirectory change
PR: 204861
Submitted by: Mats Klingberg <maklingberg at gmail.com>
Approved by: ports-secteam (delphij)
Modified:
branches/2015Q4/www/hiawatha/Makefile
branches/2015Q4/www/hiawatha/distinfo
branches/2015Q4/www/hiawatha/pkg-plist
Directory Properties:
branches/2015Q4/ (props changed)
Modified: branches/2015Q4/www/hiawatha/Makefile
==============================================================================
--- branches/2015Q4/www/hiawatha/Makefile Wed Dec 2 17:49:30 2015 (r402840)
+++ branches/2015Q4/www/hiawatha/Makefile Wed Dec 2 18:14:49 2015 (r402841)
@@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= hiawatha
-PORTVERSION= 9.14
+PORTVERSION= 9.15
CATEGORIES= www
-MASTER_SITES= https://www.hiawatha-webserver.org/files/
+MASTER_SITES= https://www.hiawatha-webserver.org/files/hiawatha-9/
-MAINTAINER= chris at bsdjunk.com
+MAINTAINER= ports at FreeBSD.org
COMMENT= Advanced and secure webserver for Unix
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
PORTDOCS= ChangeLog README.md
CONFIG_FILES= hiawatha.conf mimetype.conf cgi-wrapper.conf toolkit.conf \
@@ -69,9 +70,6 @@ post-patch:
${WRKSRC}/man/hiawatha.1.in ${WRKSRC}/man/cgi-wrapper.1.in
post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
-
.for FILE in ${CONFIG_FILES}
${INSTALL_DATA} ${WRKSRC}/config/${FILE} ${STAGEDIR}${PREFIX}/etc/hiawatha/${FILE}.sample
.endfor
@@ -79,4 +77,8 @@ post-install:
@${MKDIR} ${STAGEDIR}${WWWDIR} ; \
${INSTALL_DATA} ${WRKSRC}/extra/index.html ${STAGEDIR}${WWWDIR}/index.html.sample
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
+
.include <bsd.port.mk>
Modified: branches/2015Q4/www/hiawatha/distinfo
==============================================================================
--- branches/2015Q4/www/hiawatha/distinfo Wed Dec 2 17:49:30 2015 (r402840)
+++ branches/2015Q4/www/hiawatha/distinfo Wed Dec 2 18:14:49 2015 (r402841)
@@ -1,2 +1,2 @@
-SHA256 (hiawatha-9.14.tar.gz) = 79c92587cd86a0461d952c99036f5615dacdcaccabe0a9a29359e6044d809bfa
-SIZE (hiawatha-9.14.tar.gz) = 891930
+SHA256 (hiawatha-9.15.tar.gz) = e9252133a1114095d1a9a89144b88828ee3b9754f435bd88270f7bf444dd9421
+SIZE (hiawatha-9.15.tar.gz) = 869922
Modified: branches/2015Q4/www/hiawatha/pkg-plist
==============================================================================
--- branches/2015Q4/www/hiawatha/pkg-plist Wed Dec 2 17:49:30 2015 (r402840)
+++ branches/2015Q4/www/hiawatha/pkg-plist Wed Dec 2 18:14:49 2015 (r402841)
@@ -11,12 +11,12 @@ sbin/wigwam
lib/hiawatha/libmbedtls.so
lib/hiawatha/libmbedcrypto.so
lib/hiawatha/libmbedcrypto.so.0
-lib/hiawatha/libmbedcrypto.so.2.0.0
+lib/hiawatha/libmbedcrypto.so.2.1.2
lib/hiawatha/libmbedtls.so.10
-lib/hiawatha/libmbedtls.so.2.0.0
+lib/hiawatha/libmbedtls.so.2.1.2
lib/hiawatha/libmbedx509.so
lib/hiawatha/libmbedx509.so.0
-lib/hiawatha/libmbedx509.so.2.0.0
+lib/hiawatha/libmbedx509.so.2.1.2
man/man1/cgi-wrapper.1.gz
man/man1/hiawatha.1.gz
man/man1/ssi-cgi.1.gz
More information about the svn-ports-all
mailing list