diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-11-26 03:14:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-11-26 03:14:30 +0000 |
commit | 9b26ba0ac30fb1a99f2c6967be0e64539aee8b83 (patch) | |
tree | fa0a42702a2c43da95190ab6ea98f1a137104303 /www/lighttpd/Makefile | |
parent | abd2d07e15e256e1f4509e27325d270923820cf8 (diff) |
1: upgrade to 1.3.6
2: SSL fix
3: change maintainer to submitter.
4: sync lighttpd.conf
PR: ports/74196
Submitted by: Hendrik Scholz <hendrik(at)scholz.net>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=122474
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r-- | www/lighttpd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index e406ea61fdbd..18c79d1739f7 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,15 +6,16 @@ # PORTNAME= lighttpd -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= www MASTER_SITES= http://jan.kneschke.de/projects/lighttpd/download/ -MAINTAINER= k@123.org +MAINTAINER= hendrik@scholz.net COMMENT= A secure, fast, compliant, and very flexible Web Server LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +USE_AUTOCONF_VER= 259 USE_REINPLACE= yes USE_RC_SUBR= yes USE_LIBTOOL_VER= 15 @@ -31,5 +32,6 @@ post-install: ${FILESDIR}/lighttpd.sh.tmpl > ${STARTUP_FILE} @${CHMOD} 755 ${STARTUP_FILE} @${INSTALL_DATA} ${FILESDIR}/lighttpd.conf.sample ${PREFIX}/etc/ + @${LIBTOOL} --finish ${PREFIX}/lib .include <bsd.port.mk> |