diff options
author | pawel <pawel@FreeBSD.org> | 2015-02-12 04:28:35 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-02-12 04:28:35 +0800 |
commit | a4c93c20c45a13872549788bf2d1f2a7cbb54be5 (patch) | |
tree | 11a672532a969269e32ea73b400092aa230fc6b1 /www/hiawatha | |
parent | 4ef6d86eb482ee78edbd5c0a297d7d1b4ed463e7 (diff) | |
download | freebsd-ports-gnome-a4c93c20c45a13872549788bf2d1f2a7cbb54be5.tar.gz freebsd-ports-gnome-a4c93c20c45a13872549788bf2d1f2a7cbb54be5.tar.zst freebsd-ports-gnome-a4c93c20c45a13872549788bf2d1f2a7cbb54be5.zip |
Update to version 9.11
Changelog:
Failure to use the external polarssl and lack of time has broguht me to
release hiawatha using the internal version of polarssl.
hiawatha (9.11) stable; urgency=low
ChallengeClient option added.
UrlToolkit options TotalConnections and OmitRequestLog added.
Improvements to UrlToolkit and reverse proxy swap.
UrlToolkit rules are also applied to PUT and DELETE.
Small improvements.
PR: 197205
Submitted by: chris@bsdjunk.com (maintainer)
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 2 | ||||
-rw-r--r-- | www/hiawatha/distinfo | 4 | ||||
-rw-r--r-- | www/hiawatha/files/patch-CMakeLists.txt | 28 | ||||
-rw-r--r-- | www/hiawatha/pkg-plist | 2 |
4 files changed, 4 insertions, 32 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 17ecaa5f4ddf..247ea9d8df29 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hiawatha -PORTVERSION= 9.8 +PORTVERSION= 9.11 CATEGORIES= www MASTER_SITES= SF/fbsdports/hiawatha/ diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index 8f7bd10eeb6d..443c9b83811d 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -1,2 +1,2 @@ -SHA256 (hiawatha-9.8.tar.gz) = 6fe9bd408361bc07b47fe6eeaf98d6b644e1cd258b3470da3e70aba510e83b64 -SIZE (hiawatha-9.8.tar.gz) = 888977 +SHA256 (hiawatha-9.11.tar.gz) = bf7f09dff86fe689e872e7adade91e13fd81106a97e5af02ab8afb3c77fccd9c +SIZE (hiawatha-9.11.tar.gz) = 897113 diff --git a/www/hiawatha/files/patch-CMakeLists.txt b/www/hiawatha/files/patch-CMakeLists.txt deleted file mode 100644 index dc2cea045c20..000000000000 --- a/www/hiawatha/files/patch-CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -Submitted upstream: https://github.com/hsleisink/hiawatha/pull/20 - -commit 4f61342f9f6ff46fbb8b4dc5646c9f0b15809bef -Author: Raphael Kubo da Costa <rakuco@FreeBSD.org> -Date: Wed Dec 31 19:31:22 2014 +0200 - - Make the INSTALL(DIRECTORY empty) calls work with CMake >= 3.1.0. - - Since CMake 3.1.0, ${LOG_DIR}, ${PID_DIR} and ${WORK_DIR} were no longer - being created because the regular expression does not match anything and - CMake's behavior changed in a way that those directories would not be - created before filtering the match list anymore. - - Instead, just call INSTALL(DIRECTORY) with an empty source, which works - with all CMake versions currently supported. - ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -172,6 +172,6 @@ endforeach() - install(FILES extra/index.html DESTINATION ${WEBROOT_DIR}) - - # Create directories --install(DIRECTORY empty DESTINATION ${LOG_DIR} PATTERN "empty" EXCLUDE) --install(DIRECTORY empty DESTINATION ${PID_DIR} PATTERN "empty" EXCLUDE) --install(DIRECTORY empty DESTINATION ${WORK_DIR} PATTERN "empty" EXCLUDE) -+install(DIRECTORY DESTINATION ${LOG_DIR}) -+install(DIRECTORY DESTINATION ${PID_DIR}) -+install(DIRECTORY DESTINATION ${WORK_DIR}) diff --git a/www/hiawatha/pkg-plist b/www/hiawatha/pkg-plist index caf749ecd773..d1e2752f20e8 100644 --- a/www/hiawatha/pkg-plist +++ b/www/hiawatha/pkg-plist @@ -9,7 +9,7 @@ sbin/cgi-wrapper sbin/hiawatha sbin/wigwam lib/hiawatha/libpolarssl.so -lib/hiawatha/libpolarssl.so.1.3.8 +lib/hiawatha/libpolarssl.so.1.3.9 lib/hiawatha/libpolarssl.so.7 man/man1/cgi-wrapper.1.gz man/man1/hiawatha.1.gz |