From 881b0c82cabb7dac596f155212bd79b793262285 Mon Sep 17 00:00:00 2001 From: mnag Date: Wed, 23 Nov 2005 01:43:54 +0000 Subject: Update to 1.4.7 Fix IPV6 OPTIONS Add SHA256 PR: 89319 Submitted by: delphij Approved by: maintainer --- www/lighttpd/Makefile | 6 +++--- www/lighttpd/distinfo | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'www/lighttpd') 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 @@ -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 -- cgit