mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- Update to 1.3.14
- Fix OPTIONS PR: ports/82288 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
This commit is contained in:
parent
8aef8486ec
commit
b4971706d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137508
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lighttpd
|
||||
PORTVERSION= 1.3.13
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3.14
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.lighttpd.net/download/ \
|
||||
http://dl.fkb.wormulon.net/lighttpd/ \
|
||||
@ -36,24 +35,27 @@ OPTIONS= OPENSSL "Enable SSL support" on \
|
||||
MYSQL "Enable MYSQL support" off \
|
||||
IPV6 "Disable IPV6 support" off
|
||||
|
||||
.if !defined(WITHOUT_OPENSSL)
|
||||
USE_OPENSSL= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_OPENSSL)
|
||||
USE_OPENSSL= yes
|
||||
.if !defined(WITHOUT_OPENSSL)
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_OPENLDAP)
|
||||
.if defined(WITH_OPENLDAP)
|
||||
USE_OPENLDAP= yes
|
||||
CONFIGURE_ARGS+= --with-ldap
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_MYSQL)
|
||||
.if defined(WITH_MYSQL)
|
||||
USE_MYSQL= yes
|
||||
CONFIGURE_ARGS+= --with-mysql
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_IPV6)
|
||||
.if defined(WITH_IPV6)
|
||||
CONFIGURE_ARGS+= --disable-ipv6
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (lighttpd-1.3.13.tar.gz) = 2f017b936be376ad6f6c2ee26db93467
|
||||
SIZE (lighttpd-1.3.13.tar.gz) = 680068
|
||||
MD5 (lighttpd-1.3.14.tar.gz) = 16d9f8c40bcb5638ee452fa23b21e346
|
||||
SIZE (lighttpd-1.3.14.tar.gz) = 691059
|
||||
|
@ -15,6 +15,7 @@ lib/lighttpd/mod_proxy.so
|
||||
lib/lighttpd/mod_redirect.so
|
||||
lib/lighttpd/mod_rewrite.so
|
||||
lib/lighttpd/mod_rrdtool.so
|
||||
lib/lighttpd/mod_scgi.so
|
||||
lib/lighttpd/mod_secdownload.so
|
||||
lib/lighttpd/mod_setenv.so
|
||||
lib/lighttpd/mod_simple_vhost.so
|
||||
|
Loading…
Reference in New Issue
Block a user