Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2005 17:47:22 +0100 (CET)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Hendrik Scholz <hendrik@scholz.net>
Subject:   ports/76866: maintainer-update: www/lighttpd (1.3.7 to 1.3.8)
Message-ID:  <20050130164722.9BB7F4E1FE@mail.wormulon.net>
Resent-Message-ID: <200501301650.j0UGoMm1097124@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         76866
>Category:       ports
>Synopsis:       maintainer-update: www/lighttpd (1.3.7 to 1.3.8)
>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:   Sun Jan 30 16:50:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
Freenet Cityline GmbH
>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@h2012.ka.strato.de:/usr/src/sys/i386/compile/PLANT i386


	
>Description:

Changes:

	- update from 1.3.7 to 1.3.8
	- update pkg-plist
	- add note about MySQL module

The MySQL module is built no matter if there is MySQL installed on the system.
If it lacks the include files a stub module is build.
I'm in contact with the author and we will turn this into an OPTION in the
next release.
	
>How-To-Repeat:
	
>Fix:

	

--- lighttpd-1.3.7-to.1.3.8.diff begins here ---
diff -urP lighttpd-1.3.7/Makefile lighttpd/Makefile
--- lighttpd-1.3.7/Makefile	Sun Jan 30 17:09:22 2005
+++ lighttpd/Makefile	Sun Jan 30 17:41:23 2005
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	lighttpd
-PORTVERSION=	1.3.7
+PORTVERSION=	1.3.8
 CATEGORIES=	www
-MASTER_SITES=	http://jan.kneschke.de/projects/lighttpd/download/ \
+MASTER_SITES=	http://www.lighttpd.net/download/ \
 				http://dl.fkb.wormulon.net/lighttpd/ \
 				http://dl.kel.wormulon.net/lighttpd/
 
@@ -39,6 +39,9 @@
 	@${ECHO_MSG}
 	@${ECHO_MSG} "You can disable SSL support by defining WITHOUT_OPENSSL"
 .endif
+	@${ECHO_MSG}
+	@${ECHO_MSG} "If you want MySQL virtual host support install"
+	@${ECHO_MSG} "databases/mysql*-client/ prior to building lighttpd!"
 
 post-install:
 	@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
diff -urP lighttpd-1.3.7/distinfo lighttpd/distinfo
--- lighttpd-1.3.7/distinfo	Sun Jan 30 17:09:22 2005
+++ lighttpd/distinfo	Sun Jan 30 17:09:41 2005
@@ -1,2 +1,2 @@
-MD5 (lighttpd-1.3.7.tar.gz) = 40ac1d07d9efb0366720d081c3e02224
-SIZE (lighttpd-1.3.7.tar.gz) = 641104
+MD5 (lighttpd-1.3.8.tar.gz) = 4ac341879497064b334e776288ad5e0f
+SIZE (lighttpd-1.3.8.tar.gz) = 662271
diff -urP lighttpd-1.3.7/pkg-descr lighttpd/pkg-descr
--- lighttpd-1.3.7/pkg-descr	Sun Jan 30 17:09:22 2005
+++ lighttpd/pkg-descr	Sun Jan 30 17:11:25 2005
@@ -5,4 +5,4 @@
 URL-Rewriting and many more) make lighttpd the perfect webserver-software
 for every server that is suffering load problems.
 
-WWW: http://jan.kneschke.de/projects/lighttpd/
+WWW: http://www.lighttpd.net/
diff -urP lighttpd-1.3.7/pkg-plist lighttpd/pkg-plist
--- lighttpd-1.3.7/pkg-plist	Sun Jan 30 17:09:22 2005
+++ lighttpd/pkg-plist	Sun Jan 30 17:15:09 2005
@@ -10,11 +10,13 @@
 lib/lighttpd/mod_evhost.so
 lib/lighttpd/mod_expire.so
 lib/lighttpd/mod_fastcgi.so
+lib/lighttpd/mod_mysql_vhost.so
 lib/lighttpd/mod_proxy.so
 lib/lighttpd/mod_redirect.so
 lib/lighttpd/mod_rewrite.so
 lib/lighttpd/mod_rrdtool.so
 lib/lighttpd/mod_secdownload.so
+lib/lighttpd/mod_setenv.so
 lib/lighttpd/mod_simple_vhost.so
 lib/lighttpd/mod_ssi.so
 lib/lighttpd/mod_status.so
--- lighttpd-1.3.7-to.1.3.8.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050130164722.9BB7F4E1FE>