1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Update to 1.4.8 [1]

- Fix detection of OpenSSL if world is build with NO_OPENSSL [2]

Submitted by:	delphij [1], Artis Caune <Artis.Caune@latnet.lv> [2]
PR:		ports/89709 [1], ports/89370 [2]
Approved by:	Hendrik Scholz <hscholz@raisdorf.net> (maintainer) [1, 2]
This commit is contained in:
Simon Barner 2005-11-29 10:40:14 +00:00
parent 8d8c003461
commit aa559f3bf8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149876
2 changed files with 7 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= lighttpd
PORTVERSION= 1.4.7
PORTVERSION= 1.4.8
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/ \
http://dl.fkb.wormulon.net/lighttpd/ \
@ -36,7 +36,9 @@ OPTIONS= OPENSSL "Enable SSL support" on \
.if !defined(WITHOUT_OPENSSL)
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
CONFIGURE_ARGS+= --with-openssl
CONFIGURE_ARGS+= --with-openssl \
--with-openssl-includes=${OPENSSLINC} \
--with-openssl-libs=${OPENSSLLIB}
.endif
.if defined(WITH_OPENLDAP)

View File

@ -1,3 +1,3 @@
MD5 (lighttpd-1.4.7.tar.gz) = 4d1b02e2008e5f35e4df7defee186fdd
SHA256 (lighttpd-1.4.7.tar.gz) = b1d2793d1dc15c6176b3b666e7617f841e06005528223d56d5171a99294df199
SIZE (lighttpd-1.4.7.tar.gz) = 778982
MD5 (lighttpd-1.4.8.tar.gz) = 7d7790ef95ff5755f73bfcda4f13696d
SHA256 (lighttpd-1.4.8.tar.gz) = f3115cb4b9f9805c9a9e7d6cdc97512adaaebde01a84122fcbd1c0ca16bc2d69
SIZE (lighttpd-1.4.8.tar.gz) = 769111