diff options
author | barner <barner@FreeBSD.org> | 2005-11-29 18:40:14 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-11-29 18:40:14 +0800 |
commit | e45d075225b5915f2641114372d0acfce951ef83 (patch) | |
tree | c4923e7123e710513a2fc62eb6fbdc83fafd0061 /www/lighttpd | |
parent | 79381835c587132163012504d74dc94abd2fde6c (diff) | |
download | freebsd-ports-gnome-e45d075225b5915f2641114372d0acfce951ef83.tar.gz freebsd-ports-gnome-e45d075225b5915f2641114372d0acfce951ef83.tar.zst freebsd-ports-gnome-e45d075225b5915f2641114372d0acfce951ef83.zip |
- 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]
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 6 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 19075fc1aff9..f7512fd5a26d 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -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) diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 5f022e68b14f..6883c58ad676 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -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 |