ports/158618: www/lighttpd: updates to 1.4.29

Zhihao Yuan lichray at gmail.com
Sun Jul 3 20:20:05 UTC 2011


>Number:         158618
>Category:       ports
>Synopsis:       www/lighttpd: updates to 1.4.29
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 03 20:20:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Zhihao Yuan
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Northern Illinois University
>Environment:
System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #0 r223559: Sun Jun 26 05:34:00 CDT 2011 lichray at compaq.yuetime:/usr/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64


	
>Description:
	
	lighttpd is updated to 1.4.29. It's a bug-release version. Check http://www.lighttpd.net/2011/7/3/1-4-29 for details.
>How-To-Repeat:
	
>Fix:

	
	I tested most patches, and they work. Makes portlint happy by moving the LICENSE section.

--- lighttpd-1.4.29.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/lighttpd.orig/Makefile /usr/ports/www/lighttpd/Makefile
--- /usr/ports/www/lighttpd.orig/Makefile	2011-05-18 16:43:41.000000000 -0500
+++ /usr/ports/www/lighttpd/Makefile	2011-07-03 14:40:49.372820757 -0500
@@ -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 at 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 @@
 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 -ruN --exclude=CVS /usr/ports/www/lighttpd.orig/distinfo /usr/ports/www/lighttpd/distinfo
--- /usr/ports/www/lighttpd.orig/distinfo	2011-03-19 07:34:26.000000000 -0500
+++ /usr/ports/www/lighttpd/distinfo	2011-07-03 14:55:14.782742903 -0500
@@ -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
--- lighttpd-1.4.29.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list