diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-06 12:52:24 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-06 12:52:24 +0000 |
commit | 5ae77908566860d3f38f3a234ec6ce28e7e27664 (patch) | |
tree | 2167614fcbd37df4003b81e53b4f232309144d9e /www/lighttpd | |
parent | dc4a9cf0c6555914793f304704f5180a9f073686 (diff) | |
download | ports-5ae77908566860d3f38f3a234ec6ce28e7e27664.tar.gz ports-5ae77908566860d3f38f3a234ec6ce28e7e27664.zip |
Notes
Diffstat (limited to 'www/lighttpd')
-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 |