diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-01 12:05:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-01 12:05:54 +0000 |
commit | 59507cbe9ca4ee83b0a6216315f55ca7f23bd9c6 (patch) | |
tree | de77be68e37771b8f20b0630db3a5f402b879a11 /www/lighttpd | |
parent | 40344b8c58a2b75edee9fb3975c36ca303892854 (diff) | |
download | ports-59507cbe9ca4ee83b0a6216315f55ca7f23bd9c6.tar.gz ports-59507cbe9ca4ee83b0a6216315f55ca7f23bd9c6.zip |
Upgrade to 1.2.4.
Approved by: maintainer.
Notes
Notes:
svn path=/head/; revision=115200
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 4 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 4 | ||||
-rw-r--r-- | www/lighttpd/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 5c50080a603f..f68bf2e73ed5 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.4 CATEGORIES= www MASTER_SITES= http://jan.kneschke.de/projects/lighttpd/download/ @@ -17,7 +17,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_REINPLACE= yes USE_RC_SUBR= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 15 USE_GNOME= lthack CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LIBS=-L${PREFIX}/lib diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 0a7e27ba0621..52bc4658d023 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,2 +1,2 @@ -MD5 (lighttpd-1.2.1.tar.gz) = 0ff694a06a5fb7ed8964e01b5033b35b -SIZE (lighttpd-1.2.1.tar.gz) = 554487 +MD5 (lighttpd-1.2.4.tar.gz) = 60bc80f20e0f319c5387d56e98ffe1e8 +SIZE (lighttpd-1.2.4.tar.gz) = 580444 diff --git a/www/lighttpd/pkg-plist b/www/lighttpd/pkg-plist index 7491adad2396..b3e486dd876e 100644 --- a/www/lighttpd/pkg-plist +++ b/www/lighttpd/pkg-plist @@ -10,10 +10,12 @@ lib/lighttpd/mod_expire.so lib/lighttpd/mod_fastcgi.so lib/lighttpd/mod_httptls.so lib/lighttpd/mod_maps.so +lib/lighttpd/mod_proxy.so lib/lighttpd/mod_redirect.so lib/lighttpd/mod_rewrite.so lib/lighttpd/mod_secdownload.so lib/lighttpd/mod_simple_vhost.so +lib/lighttpd/mod_ssi.so lib/lighttpd/mod_status.so lib/lighttpd/mod_usertrack.so sbin/lighttpd |