diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-31 15:12:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-31 15:12:21 +0000 |
commit | 70f57a740d49384cb6c8c9248c10d131e80b3364 (patch) | |
tree | e9f45fa303d2e2715640e5ba7e20b5a9f5c4f39a /www | |
parent | - Update to 1.7.1 (diff) |
- Update to 6.7
PR: ports/124159
Submitted by: Hugo Leisink <hugo at leisink.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=214029
Diffstat (limited to 'www')
-rw-r--r-- | www/hiawatha/Makefile | 13 | ||||
-rw-r--r-- | www/hiawatha/distinfo | 6 |
2 files changed, 12 insertions, 7 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index e90ba6479325..7d1d27b3280b 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hiawatha -PORTVERSION= 6.3 +PORTVERSION= 6.7 CATEGORIES= www MASTER_SITES= http://hiawatha.leisink.org/files/ @@ -26,11 +26,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var webrootdir=${WWWDIR} CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -OPTIONS= SSL "Support for Secure Sockets Layer (SSL)" On \ +OPTIONS= COMMAND "Enable the Hiawatha CommandChannel" Off \ CACHE "Internal file caching support" On \ + IPV6 "Enable IPv6 Support" Off \ + SSL "Support for Secure Sockets Layer (SSL)" On \ REWRITE "Enable URL rewriting" On \ - COMMAND "Enable the Hiawatha CommandChannel" Off \ - IPV6 "Enable IPv6 Support" Off + XSLT "XSLT support" Off .include <bsd.port.pre.mk> @@ -54,6 +55,10 @@ CONFIGURE_ARGS+= --enable-command CONFIGURE_ARGS+= --disable-ipv6 .endif +.if defined(WITH_XSLT) +CONFIGURE_ARGS+= --enable-xslt +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${ETCDIR} diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index bf5052798e06..e0b47f8c270a 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -1,3 +1,3 @@ -MD5 (hiawatha-6.3.tar.gz) = 0547687b3618067864abc628407cf94e -SHA256 (hiawatha-6.3.tar.gz) = c5e713fa01e3ee92dee917f4d54306d71ebb9bdee7991e0113cfe79abbf14fcd -SIZE (hiawatha-6.3.tar.gz) = 231771 +MD5 (hiawatha-6.7.tar.gz) = 51385862bfed8454b5379e3579b70f48 +SHA256 (hiawatha-6.7.tar.gz) = f4f85d0cd019a6a4512d04469347183223d02201829800a6514308a0a0d4803f +SIZE (hiawatha-6.7.tar.gz) = 236804 |