From gslin@netnews.NCTU.edu.tw  Mon Sep 25 13:04:36 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3440D16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Sep 2006 13:04:36 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A3BEF43D67
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Sep 2006 13:04:35 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 4B6E1250; Mon, 25 Sep 2006 21:04:30 +0800 (CST)
Message-Id: <20060925130430.4B6E1250@netnews.NCTU.edu.tw>
Date: Mon, 25 Sep 2006 21:04:30 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: hendrik@scholz.net, gslin@gslin.org
Subject: [PATCH] www/lighttpd: update to 1.4.12
X-Send-Pr-Version: 3.113
X-GNATS-Notify: hendrik@scholz.net

>Number:         103618
>Category:       ports
>Synopsis:       [PATCH] www/lighttpd: update to 1.4.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 25 13:10:32 GMT 2006
>Closed-Date:    Tue Sep 26 09:07:36 GMT 2006
>Last-Modified:  Tue Sep 26 09:10:23 GMT 2006
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 1.4.12
- Add mirror sites listed on the official page
- Now FastCGI PHP is /usr/local/bin/php-cgi

Port maintainer (hendrik@scholz.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lighttpd-1.4.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/Makefile /home/staff/gslin/work/ports/lighttpd/Makefile
--- /usr/ports/www/lighttpd/Makefile	Sat Sep 16 03:18:11 2006
+++ /home/staff/gslin/work/ports/lighttpd/Makefile	Mon Sep 25 20:55:27 2006
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	lighttpd
-PORTVERSION=	1.4.11
-PORTREVISION=	1
+PORTVERSION=	1.4.12
 CATEGORIES=	www
-MASTER_SITES=	http://www.lighttpd.net/download/
+MASTER_SITES=	http://www.lighttpd.net/download/ \
+		http://mirrors.cat.pdx.edu/lighttpd/
 
 MAINTAINER=	hendrik@scholz.net
 COMMENT=	A secure, fast, compliant, and very flexible Web Server
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/distinfo /home/staff/gslin/work/ports/lighttpd/distinfo
--- /usr/ports/www/lighttpd/distinfo	Wed Mar 15 22:58:35 2006
+++ /home/staff/gslin/work/ports/lighttpd/distinfo	Mon Sep 25 20:56:10 2006
@@ -1,3 +1,3 @@
-MD5 (lighttpd-1.4.11.tar.gz) = f55eebb9815c94a7de35906bb557ecd3
-SHA256 (lighttpd-1.4.11.tar.gz) = 7782ac82af8ea8d14df5d35b6668c0d45c00f3ba43a6203c29c7fe7dfe98999c
-SIZE (lighttpd-1.4.11.tar.gz) = 781656
+MD5 (lighttpd-1.4.12.tar.gz) = 8f6756452138f5da384251f849b329f2
+SHA256 (lighttpd-1.4.12.tar.gz) = 9f69b7fcf3868a9f27c687a4f091a2e7ac703238130b5bbec34e6630fa70b07a
+SIZE (lighttpd-1.4.12.tar.gz) = 796002
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/files/lighttpd.conf.sample /home/staff/gslin/work/ports/lighttpd/files/lighttpd.conf.sample
--- /usr/ports/www/lighttpd/files/lighttpd.conf.sample	Sun Jan 22 02:11:54 2006
+++ /home/staff/gslin/work/ports/lighttpd/files/lighttpd.conf.sample	Mon Sep 25 21:02:21 2006
@@ -205,11 +205,12 @@
 
 #### fastcgi module
 ## read fastcgi.txt for more info
+## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini
 #fastcgi.server             = ( ".php" =>
 #                               ( "localhost" =>
 #                                 (
 #                                   "socket" => "/tmp/php-fastcgi.socket",
-#                                   "bin-path" => "/usr/local/bin/php"
+#                                   "bin-path" => "/usr/local/bin/php-cgi"
 #                                 )
 #                               )
 #                            )
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/pkg-plist /home/staff/gslin/work/ports/lighttpd/pkg-plist
--- /usr/ports/www/lighttpd/pkg-plist	Wed Mar 15 22:58:35 2006
+++ /home/staff/gslin/work/ports/lighttpd/pkg-plist	Mon Sep 25 21:00:53 2006
@@ -45,6 +45,9 @@
 lib/lighttpd/mod_indexfile.a
 lib/lighttpd/mod_indexfile.la
 lib/lighttpd/mod_indexfile.so
+lib/lighttpd/mod_magnet.a
+lib/lighttpd/mod_magnet.la
+lib/lighttpd/mod_magnet.so
 lib/lighttpd/mod_mysql_vhost.a
 lib/lighttpd/mod_mysql_vhost.la
 lib/lighttpd/mod_mysql_vhost.so
--- lighttpd-1.4.12.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Sep 25 13:10:47 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103618 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Sep 25 13:10:54 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103618 

From: Hendrik Scholz <hscholz@raisdorf.net>
To: bug-followup@FreeBSD.org
Cc: hendrik@scholz.net
Subject: Re: ports/103618: [PATCH] www/lighttpd: update to 1.4.12
Date: Mon, 25 Sep 2006 18:46:42 +0200

 Hi!
 
 Approved. I had the very same patch on my machine but not
 yet sent it.
 
 Thanks,
   Hendrik
 
 -- 
 Hendrik Scholz - <hscholz@raisdorf.net> - http://www.wormulon.net/
 drag me, drop me - treat me like an object
State-Changed-From-To: feedback->open 
State-Changed-By: mnag 
State-Changed-When: Mon Sep 25 17:14:53 UTC 2006 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103618 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Tue Sep 26 09:07:32 UTC 2006 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103618 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103618: commit references a PR
Date: Tue, 26 Sep 2006 09:07:27 +0000 (UTC)

 clsung      2006-09-26 09:07:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/lighttpd         Makefile distinfo pkg-plist 
     www/lighttpd/files   lighttpd.conf.sample 
   Log:
   - Update to 1.4.12
   - Add mirror sites listed on the official page
   - Now FastCGI PHP is /usr/local/bin/php-cgi
   
   PR:             ports/103618
   Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
   Approved by:    maintainer (Hendrik Scholz)
   
   Revision  Changes    Path
   1.42      +3 -3      ports/www/lighttpd/Makefile
   1.28      +3 -3      ports/www/lighttpd/distinfo
   1.9       +2 -1      ports/www/lighttpd/files/lighttpd.conf.sample
   1.14      +4 -1      ports/www/lighttpd/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
