aboutsummaryrefslogtreecommitdiffstats
path: root/www/lighttpd
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-11-23 09:43:54 +0800
committermnag <mnag@FreeBSD.org>2005-11-23 09:43:54 +0800
commit881b0c82cabb7dac596f155212bd79b793262285 (patch)
tree2dec61f44c23cc4bf8799fb1bc238fffea8bc5ec /www/lighttpd
parentff764e898196e8b413da1262cc4435fd1d9e127a (diff)
downloadfreebsd-ports-gnome-881b0c82cabb7dac596f155212bd79b793262285.tar.gz
freebsd-ports-gnome-881b0c82cabb7dac596f155212bd79b793262285.tar.zst
freebsd-ports-gnome-881b0c82cabb7dac596f155212bd79b793262285.zip
Update to 1.4.7
Fix IPV6 OPTIONS Add SHA256 PR: 89319 Submitted by: delphij Approved by: maintainer
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