mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 1.4.7
Fix IPV6 OPTIONS Add SHA256 PR: 89319 Submitted by: delphij Approved by: maintainer
This commit is contained in:
parent
75b2935c25
commit
b1cbb3cca2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149135
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user