diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 12:37:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 12:37:29 +0000 |
commit | 035ba269ea1694932951753c544219c27ba9329e (patch) | |
tree | 71409671941105f86fb5409af9d210ef11a5ead9 /www/hiawatha | |
parent | c4f21466e4617577bc2ebca1e32b22758ff7b021 (diff) | |
download | ports-035ba269ea1694932951753c544219c27ba9329e.tar.gz ports-035ba269ea1694932951753c544219c27ba9329e.zip |
Update port: www/hiawatha
Update to 5.11
PR: ports/115316
Submitted by: Hugo Leisink <hugo@leisink.net>
Notes
Notes:
svn path=/head/; revision=199190
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 5 | ||||
-rw-r--r-- | www/hiawatha/distinfo | 6 | ||||
-rw-r--r-- | www/hiawatha/pkg-plist | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index a23a4e33de39..a38a2748c287 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hiawatha -PORTVERSION= 5.9 +PORTVERSION= 5.11 CATEGORIES= www MASTER_SITES= http://hiawatha.leisink.org/files/ @@ -21,12 +21,13 @@ SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var webrootdir=${PREFIX}/www/hiawatha +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= SSL "Support for Secure Sockets Layer (SSL)?" On OPTIONS+= CACHE "Internal file caching support?" On OPTIONS+= COMMAND "Enable the Hiawatha CommandChannel?" Off -CONFIG_FILES= httpd.conf mimetype.conf throttle.conf cgi-wrapper.conf php-fcgi.conf +CONFIG_FILES= httpd.conf mimetype.conf cgi-wrapper.conf php-fcgi.conf .include <bsd.port.pre.mk> diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index 699175563de2..2501392c723b 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -1,3 +1,3 @@ -MD5 (hiawatha-5.9.tar.gz) = b82fe099d8ac2f451876f3f819c3f619 -SHA256 (hiawatha-5.9.tar.gz) = 5a537f8aa7be433ef79a20939bdf9f798fda29514b3fb458559f72206eb1ee02 -SIZE (hiawatha-5.9.tar.gz) = 215213 +MD5 (hiawatha-5.11.tar.gz) = 876eb6a02eb554db7bd3e6aaeaa08e49 +SHA256 (hiawatha-5.11.tar.gz) = 2ab93c11dd000d183b8e14be3c85365e8116602848f31acbf2e0f5c7725a81f0 +SIZE (hiawatha-5.11.tar.gz) = 219750 diff --git a/www/hiawatha/pkg-plist b/www/hiawatha/pkg-plist index 6aa02bcb21ec..c7d03ee6190a 100644 --- a/www/hiawatha/pkg-plist +++ b/www/hiawatha/pkg-plist @@ -5,12 +5,10 @@ sbin/php-fcgi sbin/newroot @unexec if cmp -s %D/etc/hiawatha/httpd.conf %D/etc/hiawatha/httpd.conf.sample; then rm -f %D/etc/hiawatha/httpd.conf; fi @unexec if cmp -s %D/etc/hiawatha/mimetype.conf %D/etc/hiawatha/mimetype.conf.sample; then rm -f %D/etc/hiawatha/mimetype.conf; fi -@unexec if cmp -s %D/etc/hiawatha/throttle.conf %D/etc/hiawatha/throttle.conf.sample; then rm -f %D/etc/hiawatha/throttle.conf; fi @unexec if cmp -s %D/etc/hiawatha/cgi-wrapper.conf %D/etc/hiawatha/cgi-wrapper.conf.sample; then rm -f %D/etc/hiawatha/cgi-wrapper.conf; fi @unexec if cmp -s %D/etc/hiawatha/php-fcgi.conf %D/etc/hiawatha/php-fcgi.conf.sample; then rm -f %D/etc/hiawatha/php-fcgi.conf; fi etc/hiawatha/httpd.conf.sample etc/hiawatha/mimetype.conf.sample -etc/hiawatha/throttle.conf.sample etc/hiawatha/cgi-wrapper.conf.sample etc/hiawatha/php-fcgi.conf.sample @dirrm etc/hiawatha |