aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorvg <vg@FreeBSD.org>2015-08-01 18:19:24 +0800
committervg <vg@FreeBSD.org>2015-08-01 18:19:24 +0800
commit869a5405f4b1169a0432dca2362e17414877613e (patch)
tree594ee54bdd65f7a960cd80b333485cd034880665 /www
parent26b1764416de52575b58e5b81488c8c8cacb00d5 (diff)
downloadfreebsd-ports-gnome-869a5405f4b1169a0432dca2362e17414877613e.tar.gz
freebsd-ports-gnome-869a5405f4b1169a0432dca2362e17414877613e.tar.zst
freebsd-ports-gnome-869a5405f4b1169a0432dca2362e17414877613e.zip
- Update to 9.14
- New maintainer PR: ports/202019 Submitted by: chris@bsdjunk.com
Diffstat (limited to 'www')
-rw-r--r--www/hiawatha/Makefile4
-rw-r--r--www/hiawatha/distinfo4
-rw-r--r--www/hiawatha/pkg-plist10
3 files changed, 12 insertions, 6 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile
index 5af18c32b887..0dd79557054a 100644
--- a/www/hiawatha/Makefile
+++ b/www/hiawatha/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= hiawatha
-PORTVERSION= 9.13
+PORTVERSION= 9.14
CATEGORIES= www
MASTER_SITES= https://www.hiawatha-webserver.org/files/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= chris@bsdjunk.com
COMMENT= Advanced and secure webserver for Unix
LICENSE= GPLv2
diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo
index 5ae6e167a700..28a2c3ea4a4e 100644
--- a/www/hiawatha/distinfo
+++ b/www/hiawatha/distinfo
@@ -1,2 +1,2 @@
-SHA256 (hiawatha-9.13.tar.gz) = 6ae204199849340f8ec5a1becbc3f3d80f8d5280f1feff8a12a25f8bc40dc225
-SIZE (hiawatha-9.13.tar.gz) = 840319
+SHA256 (hiawatha-9.14.tar.gz) = 79c92587cd86a0461d952c99036f5615dacdcaccabe0a9a29359e6044d809bfa
+SIZE (hiawatha-9.14.tar.gz) = 891930
diff --git a/www/hiawatha/pkg-plist b/www/hiawatha/pkg-plist
index e95dbe56a431..81b573692bf6 100644
--- a/www/hiawatha/pkg-plist
+++ b/www/hiawatha/pkg-plist
@@ -9,8 +9,14 @@ sbin/cgi-wrapper
sbin/hiawatha
sbin/wigwam
lib/hiawatha/libmbedtls.so
-lib/hiawatha/libmbedtls.so.1.3.10
-lib/hiawatha/libmbedtls.so.8
+lib/hiawatha/libmbedcrypto.so
+lib/hiawatha/libmbedcrypto.so.0
+lib/hiawatha/libmbedcrypto.so.2.0.0
+lib/hiawatha/libmbedtls.so.10
+lib/hiawatha/libmbedtls.so.2.0.0
+lib/hiawatha/libmbedx509.so
+lib/hiawatha/libmbedx509.so.0
+lib/hiawatha/libmbedx509.so.2.0.0
man/man1/cgi-wrapper.1.gz
man/man1/hiawatha.1.gz
man/man1/ssi-cgi.1.gz
cl/timeline?from=f590914719&to=f1c99ff14c&sbs=1 * lang/tcl87: update to fossil checkin f590914719gahr2017-04-263-10/+11 | | | | http://core.tcl.tk/tcl/timeline?from=c63d2eba50&to=f590914719 * lang/tcl87: update to fossil checkin c63d2eba50gahr2017-02-023-94/+98 | | | | http://core.tcl.tk/tcl/timeline?from=24d90770030948ca&to=c63d2eba50 * The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-2/+1 | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) * Remove OPTIONS_EXCLUDE_FreeBSD_9sunpoet2017-01-041-1/+0 | | | | Approved by: portmgr (blanket) * Remove emulation of OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}, it is a thingmat2016-12-211-3/+2 | | | | | | now. Sponsored by: Absolight * lang/tcl87: enable DTRACE option by default where possibleswills2016-12-012-0/+22 | | | | | PR: 214794 Approved by: gahr * lang/tcl87: update to fossil checkin 24d90770030948cagahr2016-11-054-9/+9 | | | | http://core.tcl.tk/tcl/timeline?from=699a33324b663e80&to=24d90770030948ca * lang/tcl87: update to fossil checkin 699a33324b663e80gahr2016-10-172-5/+5 | | | | http://core.tcl.tk/tcl/timeline?from=faa78e6080f9033f&to=699a33324b663e80 * lang/tcl87: update to fossil checkin faa78e6080f9033fgahr2016-10-073-5/+6 | | | | http://core.tcl.tk/tcl/timeline?from=20c19f9d5593455a&to=faa78e6080f9033f * lang/tcl8*: remove use of fpsetroundgahr2016-09-092-5/+5 | | | | | | | Pushed upstream: http://core.tcl.tk/tcl/info/20c19f9d5593455a PR: 212512 Submitted by: emaste * lang/tcl87: update to fossil checkin b98ee5637696606egahr2016-09-082-5/+5 | | | | http://core.tcl.tk/tcl/timeline?from=4589a9d17c9575e7&to=b98ee5637696606e * lang/tcl87: update to fossil checkin 4589a9d17c9575e7gahr2016-07-082-7/+7 | | | | http://core.tcl.tk/tcl/timeline?from=c52fadac62&to=4589a9d17c9575e7 * lang/tcl87: update to fossil checkin c52fadac62gahr2016-07-042-5/+5 | | | | http://core.tcl.tk/tcl/timeline?from=726413c61a&to=c52fadac62 * lang/tcl87: update to fossil checkin 726413c61agahr2016-07-012-5/+5 | | | | http://core.tcl.tk/tcl/timeline?from=a633d16fae&to=726413c61a * lang/tcl87: update to fossil checkin a633d16fae65fb3agahr2016-06-232-6/+7 | | | | http://core.tcl.tk/tcl/timeline?from=942948a1ea829133&to=a633d16fae65fb3a * lang/tcl87: two minor fixes after the versioning scheme changegahr2016-06-061-2/+2 | * lang/tcl87: switch to a versioning scheme including the update dategahr2016-06-061-2/+1 | | | | Suggested by: mat * lang/tcl87: update to fossil checkin 942948a1eagahr2016-06-064-8/+9 | * lang/tcl87: pet portlint, remove trailing spaces from pkg-plistgahr2016-06-022-16/+16 |