diff options
author | mm <mm@FreeBSD.org> | 2011-07-06 20:52:24 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-06 20:52:24 +0800 |
commit | 6fe4b973f3d4c2867f1b4c0dbf9265b47039ea73 (patch) | |
tree | 310e51b54990d2a29f124e3a488fdca7b1bc942d /www | |
parent | bd1841afe82d4279195f966231f075f396730a49 (diff) | |
download | freebsd-ports-gnome-6fe4b973f3d4c2867f1b4c0dbf9265b47039ea73.tar.gz freebsd-ports-gnome-6fe4b973f3d4c2867f1b4c0dbf9265b47039ea73.tar.zst freebsd-ports-gnome-6fe4b973f3d4c2867f1b4c0dbf9265b47039ea73.zip |
Update to 1.4.29
PR: ports/158618
Submitted by: Zhihao Yuan <lichray@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/lighttpd/Makefile | 10 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index bb874ea14037..53377ea5f666 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,14 +6,18 @@ # PORTNAME?= lighttpd -PORTVERSION= 1.4.28 -PORTREVISION= 4 +PORTVERSION= 1.4.29 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ MAINTAINER?= mm@FreeBSD.org COMMENT?= A secure, fast, compliant, and very flexible Web Server +.if !defined(_BUILDING_LIGHTTPD_MODULE) +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING +.endif + BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre @@ -22,8 +26,6 @@ GNU_CONFIGURE= yes USE_GNOME= lthack .if !defined(_BUILDING_LIGHTTPD_MODULE) -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool .else USE_AUTOTOOLS= autoconf autoheader aclocal automake libtool diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 5b38666f6880..cc41415b333a 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,5 +1,5 @@ -SHA256 (lighttpd-1.4.28.tar.bz2) = 7e55747a4feb74545d80a1f2d85b5866b8600705eac946e4402e3364b0666ed2 -SIZE (lighttpd-1.4.28.tar.bz2) = 641702 +SHA256 (lighttpd-1.4.29.tar.bz2) = afd8af213e65afb48b397d004696c6620a7ae7f3d4f162ec46a04b9b9dbfd599 +SIZE (lighttpd-1.4.29.tar.bz2) = 659974 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695 SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7 |