diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-12-13 01:16:56 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-12-13 01:16:56 +0800 |
commit | a1c8b8e6b48ef90af4e5c376007cefa73c020798 (patch) | |
tree | 69fbab39056a7ab3b94019c30a451a3d3d7b2e17 /www/lighttpd | |
parent | 0a3b89742c523a9fc8c676e951990b1cbd6bd667 (diff) | |
download | freebsd-ports-gnome-a1c8b8e6b48ef90af4e5c376007cefa73c020798.tar.gz freebsd-ports-gnome-a1c8b8e6b48ef90af4e5c376007cefa73c020798.tar.zst freebsd-ports-gnome-a1c8b8e6b48ef90af4e5c376007cefa73c020798.zip |
Upgrade to 1.3.7.
PR: ports/74958
Submitted by: gslin at gslin_dot_org
Approved by: maintainer.
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 3 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 4 | ||||
-rw-r--r-- | www/lighttpd/files/patch-configure.in | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index d4eec11202c5..c1951f8a89f8 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.3.6 -PORTREVISION= 1 +PORTVERSION= 1.3.7 CATEGORIES= www MASTER_SITES= http://jan.kneschke.de/projects/lighttpd/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 336cbc12aede..ba4dea8a5ad7 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,2 +1,2 @@ -MD5 (lighttpd-1.3.6.tar.gz) = a8690596891be9119d9bf007088e0c8c -SIZE (lighttpd-1.3.6.tar.gz) = 632670 +MD5 (lighttpd-1.3.7.tar.gz) = 40ac1d07d9efb0366720d081c3e02224 +SIZE (lighttpd-1.3.7.tar.gz) = 641104 diff --git a/www/lighttpd/files/patch-configure.in b/www/lighttpd/files/patch-configure.in deleted file mode 100644 index 6822df02b3f2..000000000000 --- a/www/lighttpd/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig Tue Nov 2 17:11:09 2004 -+++ configure.in Fri Nov 26 10:57:33 2004 -@@ -230,7 +230,7 @@ - AC_CHECK_HEADERS([openssl/ssl.h]) - OLDLIBS="$LIBS" - AC_CHECK_LIB(crypto, BIO_f_base64, [ -- AC_CHECK_LIB(ssl, SSL_new, [ SSL_LIB="-lcrypto -lssl" ], [], [ -lcrypto ]) -+ AC_CHECK_LIB(ssl, SSL_new, [ SSL_LIB="-lcrypto -lssl" AC_DEFINE(HAVE_LIBSSL, [], [Have libssl]) ], [], [ -lcrypto ]) - ], [], []) - LIBS="$OLDLIBS" - AC_SUBST(SSL_LIB) |