aboutsummaryrefslogtreecommitdiff
path: root/www/hiawatha
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-02-11 20:28:35 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-02-11 20:28:35 +0000
commit4638c3a6f74e3482328d3985bfdfed783c80ce7e (patch)
tree11a672532a969269e32ea73b400092aa230fc6b1 /www/hiawatha
parent54072fd11b63f1d2c2dd092dd4f2b46022b68004 (diff)
downloadports-4638c3a6f74e3482328d3985bfdfed783c80ce7e.tar.gz
ports-4638c3a6f74e3482328d3985bfdfed783c80ce7e.zip
Notes
Diffstat (limited to 'www/hiawatha')
-rw-r--r--www/hiawatha/Makefile2
-rw-r--r--www/hiawatha/distinfo4
-rw-r--r--www/hiawatha/files/patch-CMakeLists.txt28
-rw-r--r--www/hiawatha/pkg-plist2
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