ports/82288: maintainer-update: www/lighttpd (1.3.13 to 1.3.14)

Hendrik Scholz hendrik at scholz.net
Wed Jun 15 19:50:19 UTC 2005


>Number:         82288
>Category:       ports
>Synopsis:       maintainer-update: www/lighttpd (1.3.13 to 1.3.14)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 15 19:50:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD plant.wormulon.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 13 11:32:22 CEST 2004 hscholz at h2012.ka.strato.de:/usr/src/sys/i386/compile/PLANT i386


	
>Description:
Maintainer update of lighttpd. Changes:

- update to 1.3.14
- add new lighttpd module
- make portlint happy by moving WITH_OPENSSL

>How-To-Repeat:
	
>Fix:

	

--- lighttpd-1.3.14.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.19
diff -u -u -r1.19 Makefile
--- Makefile	12 Apr 2005 03:26:43 -0000	1.19
+++ Makefile	15 Jun 2005 19:42:03 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	lighttpd
-PORTVERSION=	1.3.13
-PORTREVISION=	1
+PORTVERSION=	1.3.14
 CATEGORIES=	www
 MASTER_SITES=	http://www.lighttpd.net/download/ \
 		http://dl.fkb.wormulon.net/lighttpd/ \
@@ -36,10 +35,13 @@
 		MYSQL		"Enable MYSQL support"	off \
 		IPV6		"Disable IPV6 support"	off
 
+.if defined(WITH_OPENSSL)
+USE_OPENSSL=	yes
+.endif
+
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_OPENSSL)
-USE_OPENSSL=	yes
 CONFIGURE_ARGS+=	--with-openssl
 .endif
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/lighttpd/distinfo,v
retrieving revision 1.13
diff -u -u -r1.13 distinfo
--- distinfo	11 Mar 2005 06:00:23 -0000	1.13
+++ distinfo	15 Jun 2005 19:42:03 -0000
@@ -1,2 +1,2 @@
-MD5 (lighttpd-1.3.13.tar.gz) = 2f017b936be376ad6f6c2ee26db93467
-SIZE (lighttpd-1.3.13.tar.gz) = 680068
+MD5 (lighttpd-1.3.14.tar.gz) = 16d9f8c40bcb5638ee452fa23b21e346
+SIZE (lighttpd-1.3.14.tar.gz) = 691059
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/lighttpd/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	30 Jan 2005 18:52:21 -0000	1.6
+++ pkg-plist	15 Jun 2005 19:42:03 -0000
@@ -15,6 +15,7 @@
 lib/lighttpd/mod_redirect.so
 lib/lighttpd/mod_rewrite.so
 lib/lighttpd/mod_rrdtool.so
+lib/lighttpd/mod_scgi.so
 lib/lighttpd/mod_secdownload.so
 lib/lighttpd/mod_setenv.so
 lib/lighttpd/mod_simple_vhost.so
--- lighttpd-1.3.14.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list