aboutsummaryrefslogtreecommitdiffstats
path: root/www/hiawatha
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-10-06 20:59:10 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-10-06 20:59:10 +0800
commitf3aac2bb1a52342cefc8b41d92735c712a35785b (patch)
tree66b239c9463de45808e1db60633f874fa9efb5fc /www/hiawatha
parent4a14cab18825c5cdf0d0f00d7e241091e719cead (diff)
downloadfreebsd-ports-gnome-f3aac2bb1a52342cefc8b41d92735c712a35785b.tar.gz
freebsd-ports-gnome-f3aac2bb1a52342cefc8b41d92735c712a35785b.tar.zst
freebsd-ports-gnome-f3aac2bb1a52342cefc8b41d92735c712a35785b.zip
- Update to 6.17
PR: 138385 Submitted by: Hugo Leisink <hugo@elesoft.xlshosting.net> (maintaine from another email)
Diffstat (limited to 'www/hiawatha')
-rw-r--r--www/hiawatha/Makefile4
-rw-r--r--www/hiawatha/distinfo6
-rw-r--r--www/hiawatha/pkg-plist7
3 files changed, 9 insertions, 8 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile
index a46a25a375eb..bde7cb8ae8f7 100644
--- a/www/hiawatha/Makefile
+++ b/www/hiawatha/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hiawatha
-PORTVERSION= 6.15
+PORTVERSION= 6.17
CATEGORIES= www
MASTER_SITES= http://www.hiawatha-webserver.org/files/
@@ -15,7 +15,7 @@ COMMENT= An advanced and secure webserver for Unix
DOCS= AUTHORS COPYING ChangeLog INSTALL
EXAMPLES= hiawatha mkcert newroot php-fcgi
-CONFIG_FILES= httpd.conf mimetype.conf cgi-wrapper.conf php-fcgi.conf
+CONFIG_FILES= hiawatha.conf mimetype.conf cgi-wrapper.conf php-fcgi.conf
MAN1= cgi-wrapper.1 hiawatha.1 newroot.1 php-fcgi.1 ssi-cgi.1 wigwam.1
MANCOMPRESSED= no
diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo
index 4598d772efa5..ebd04b750ff2 100644
--- a/www/hiawatha/distinfo
+++ b/www/hiawatha/distinfo
@@ -1,3 +1,3 @@
-MD5 (hiawatha-6.15.tar.gz) = d0864612a68ba3c0251a721f8ba911a5
-SHA256 (hiawatha-6.15.tar.gz) = 86b29f5a797029efde5fe89e0d8211b5db804aba1eba5505901c6242d80fa55f
-SIZE (hiawatha-6.15.tar.gz) = 255844
+MD5 (hiawatha-6.17.tar.gz) = 2cee05c6630a79367ed878e155e11ef3
+SHA256 (hiawatha-6.17.tar.gz) = c1fb48b8126c194cd8605d984d91f96c03f017aef7a1e6a9f75312baa0c66580
+SIZE (hiawatha-6.15.tar.gz) = 263551
diff --git a/www/hiawatha/pkg-plist b/www/hiawatha/pkg-plist
index 8b32c3cc60b4..9466a96715f6 100644
--- a/www/hiawatha/pkg-plist
+++ b/www/hiawatha/pkg-plist
@@ -4,12 +4,13 @@ sbin/hiawatha
sbin/newroot
sbin/php-fcgi
sbin/wigwam
+%%ETCDIR%%/index.xslt
@unexec if cmp -s %D/etc/hiawatha/cgi-wrapper.conf.sample %D/etc/hiawatha/cgi-wrapper.conf ; then rm -f %D/etc/hiawatha/cgi-wrapper.conf; fi
%%ETCDIR%%/cgi-wrapper.conf.sample
@exec if [ ! -f %D/etc/hiawatha/cgi-wrapper.conf ] ; then cp -p %D/%F %%ETCDIR%%/cgi-wrapper.conf; fi
-@unexec if cmp -s %D/etc/hiawatha/httpd.conf.sample %D/etc/hiawatha/httpd.conf ; then rm -f %D/etc/hiawatha/httpd.conf; fi
-%%ETCDIR%%/httpd.conf.sample
-@exec if [ ! -f %D/etc/hiawatha/httpd.conf ] ; then cp -p %D/%F %%ETCDIR%%/httpd.conf; fi
+@unexec if cmp -s %D/etc/hiawatha/hiawatha.conf.sample %D/etc/hiawatha/hiawatha.conf ; then rm -f %D/etc/hiawatha/hiawatha.conf; fi
+%%ETCDIR%%/hiawatha.conf.sample
+@exec if [ ! -f %D/etc/hiawatha/hiawatha.conf ] ; then cp -p %D/%F %%ETCDIR%%/hiawatha.conf; fi
@unexec if cmp -s %D/etc/hiawatha/mimetype.conf.sample %D/etc/hiawatha/mimetype.conf ; then rm -f %D/etc/hiawatha/mimetype.conf; fi
%%ETCDIR%%/mimetype.conf.sample
@exec if [ ! -f %D/etc/hiawatha/mimetype.conf ] ; then cp -p %D/%F %%ETCDIR%%/mimetype.conf; fi
<wblock@wonkity.com> * Add a patch to UMS supportkwm2011-03-272-0/+43 | | | | | | Thanks to jkim@ for pointing the patch out. Obtained from: xf86-video-ati git * - Update to 6.14.1miwi2011-03-254-59/+3 | * - Get Rid MD5 supportmiwi2011-03-1933-34/+0 | * Remove patch that is causing trouble for users of specific ATI cards.kwm2011-03-092-12/+1 | | | | | | Reported by: many! Discussed with: miwi@ With hat: x11 * Replace a custom ARCH check in Mk/bsd.xorg.mk for xf86-video-sunffb withkwm2011-03-012-1/+1 | | | | | | | | | ONLY_FOR_ARCHS=sparc64 in the port itself. axe md5 in distinfo. PR: ports/154393 Submitted by: Eitan Adler <lists@eitanadler.com> Approved by: x11 (miwi) * - Restore BROKEN does not buildmiwi2011-02-284-0/+8 | * - Fix fetchmiwi2011-02-272-1/+1 | | | | | | - Drop md5 support Reported by: few peoples via irc * Update distinfo to unbreak build.kwm2011-02-261-3/+2 | * - Add some missing patchesmiwi2011-02-263-0/+67 | * - Connect xf86-video-ati613 to the buildmiwi2011-02-261-0/+1 | * - Bump PORTREVISION after xorg updatemiwi2011-02-261-7/+2 | | | | - While here remove 6.X gruft * - Bump PORTREVISION after xorg updatemiwi2011-02-261-1/+0 | | | | - while here remove 6.X gruft and md5 support * - Please welcome Xorg 7.5.1miwi2011-02-26130