summaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-23 01:43:54 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-23 01:43:54 +0000
commitb1cbb3cca2acd7af919d9729e4d6b6f40714231a (patch)
tree98d81ee9f7613ea0679a2676301629136ee00f71 /www/lighttpd
parent- Update to 0.5 [1] (diff)
Update to 1.4.7
Fix IPV6 OPTIONS Add SHA256 PR: 89319 Submitted by: delphij Approved by: maintainer
Notes
Notes: svn path=/head/; revision=149135
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile6
-rw-r--r--www/lighttpd/distinfo5
2 files changed, 6 insertions, 5 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 2ec371642ff0..19075fc1aff9 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lighttpd
-PORTVERSION= 1.4.6
+PORTVERSION= 1.4.7
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/ \
http://dl.fkb.wormulon.net/lighttpd/ \
@@ -29,7 +29,7 @@ MAN1= lighttpd.1 spawn-fcgi.1
OPTIONS= OPENSSL "Enable SSL support" on \
OPENLDAP "Enable LDAP support" off \
MYSQL "Enable MYSQL support" off \
- IPV6 "Disable IPV6 support" off \
+ IPV6 "Enable IPV6 support" on \
CML "Enable Cache Meta Language support" off
.include <bsd.port.pre.mk>
@@ -49,7 +49,7 @@ USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql
.endif
-.if defined(WITH_IPV6)
+.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --disable-ipv6
.endif
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index c9bc0f51ab5e..5f022e68b14f 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,2 +1,3 @@
-MD5 (lighttpd-1.4.6.tar.gz) = dec3ff6ff004868303407165d218bcdf
-SIZE (lighttpd-1.4.6.tar.gz) = 774879
+MD5 (lighttpd-1.4.7.tar.gz) = 4d1b02e2008e5f35e4df7defee186fdd
+SHA256 (lighttpd-1.4.7.tar.gz) = b1d2793d1dc15c6176b3b666e7617f841e06005528223d56d5171a99294df199
+SIZE (lighttpd-1.4.7.tar.gz) = 778982