From chinsan@FreeBSD.org  Tue Oct 24 08:11:48 2006
Return-Path: <chinsan@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 85C3A16A52F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Oct 2006 08:11:48 +0000 (UTC)
	(envelope-from chinsan@FreeBSD.org)
Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EDDA943D53
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Oct 2006 08:11:47 +0000 (GMT)
	(envelope-from chinsan@FreeBSD.org)
Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123])
	by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 05D1A2E9DF;
	Tue, 24 Oct 2006 16:11:47 +0800 (CST)
Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Tue, 24 Oct 2006 16:12:23 +0800
Message-Id: <20061024081148.05D1A2E9DF@smtp2.bc.hgc.com.tw>
Date: Tue, 24 Oct 2006 16:12:23 +0800
From: chinsan <chinsan@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gerrit.beine@gmx.de
Subject: [PATCH] devel/pear-HTML_QuickForm: update to 3.2.7
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gerrit.beine@gmx.de

>Number:         104740
>Category:       ports
>Synopsis:       [PATCH] devel/pear-HTML_QuickForm: update to 3.2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 24 08:20:19 GMT 2006
>Closed-Date:    Tue Oct 31 13:51:13 GMT 2006
>Last-Modified:  Tue Oct 31 14:00:39 GMT 2006
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006
>Description:
- Update to 3.2.7
  Bugfixes:
  * Radio button with value attribute of '0' was incorrectly set checked after 
    setDefaults() call (bug #8057)
  * Fixed errors in eval()'d code when element's name contains single quotes
    and/or backslashes (bug #8123, bug #8414 has a more realistic example)
  * Fixed PHP warning on outputting hiddenselect element when its values
    were never set (bug #8305)
  * Removed unnecessary if-else from HTML_QuickForm_file::moveUploadedFile() 
    (bug #8329)
  * Fixed Javascript error in hierselect element if option text was a number
    (bug #8497)

Port maintainer (gerrit.beine@gmx.de) is cc'd.

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

--- pear-HTML_QuickForm-3.2.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/pear-HTML_QuickForm/Makefile /usr/home/chinsan/project/pear-HTML_QuickForm/Makefile
--- /usr/ports/devel/pear-HTML_QuickForm/Makefile	Sat Jul  1 21:46:03 2006
+++ /usr/home/chinsan/project/pear-HTML_QuickForm/Makefile	Tue Oct 24 11:37:02 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTML_QuickForm
-PORTVERSION=	3.2.6
+PORTVERSION=	3.2.7
 CATEGORIES=	devel www pear
 
 MAINTAINER=	gerrit.beine@gmx.de
diff -ruN --exclude=CVS /usr/ports/devel/pear-HTML_QuickForm/distinfo /usr/home/chinsan/project/pear-HTML_QuickForm/distinfo
--- /usr/ports/devel/pear-HTML_QuickForm/distinfo	Sat Jul  1 21:46:03 2006
+++ /usr/home/chinsan/project/pear-HTML_QuickForm/distinfo	Tue Oct 24 11:37:11 2006
@@ -1,3 +1,3 @@
-MD5 (PEAR/HTML_QuickForm-3.2.6.tgz) = a94c980f0ba4c676ef9266ea53f6c9f7
-SHA256 (PEAR/HTML_QuickForm-3.2.6.tgz) = 5cda896460aa6580d60c756b879c1b01c01fc1fed8946ca14c192d9924152b4d
-SIZE (PEAR/HTML_QuickForm-3.2.6.tgz) = 101767
+MD5 (PEAR/HTML_QuickForm-3.2.7.tgz) = 7d3cbe961e17996641abec79c953e3dd
+SHA256 (PEAR/HTML_QuickForm-3.2.7.tgz) = 39d328d60d93a632ad3518accf711c34844631bf8055a8540e2de2bc085a44b3
+SIZE (PEAR/HTML_QuickForm-3.2.7.tgz) = 102475
--- pear-HTML_QuickForm-3.2.7.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->chinsan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Oct 24 08:20:33 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104740 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Oct 24 08:20:39 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104740 
Responsible-Changed-From-To: chinsan->miwi 
Responsible-Changed-By: chinsan 
Responsible-Changed-When: Wed Oct 25 10:37:40 UTC 2006 
Responsible-Changed-Why:  
miwi'll take it. 

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

From: Gerrit Beine <gerrit.beine@gmx.de>
To: bug-followup@freebsd.org
Cc: Chin-San Huang <chinsan@freebsd.org>,
 miwi@freebsd.org
Subject: Re: ports/104740: [PATCH] devel/pear-HTML_QuickForm: update to 3.2.7
Date: Sat, 28 Oct 2006 17:03:20 +0200

 Am Mittwoch, 25. Oktober 2006 12:37 schrieb Chin-San Huang:
 > Synopsis: [PATCH] devel/pear-HTML_QuickForm: update to 3.2.7
 >
 > Responsible-Changed-From-To: chinsan->miwi
 > Responsible-Changed-By: chinsan
 > Responsible-Changed-When: Wed Oct 25 10:37:40 UTC 2006
 > Responsible-Changed-Why:
 > miwi'll take it.
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=104740
 
 Please commit this patch.
 Thank you!
 
 Gerrit
State-Changed-From-To: feedback->open 
State-Changed-By: miwi 
State-Changed-When: Sat Oct 28 15:13:49 UTC 2006 
State-Changed-Why:  
Maintainer Approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104740 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Oct 31 13:51:11 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104740: commit references a PR
Date: Tue, 31 Oct 2006 13:51:10 +0000 (UTC)

 miwi        2006-10-31 13:51:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pear-HTML_QuickForm Makefile distinfo 
   Log:
   - Update to 3.2.7
   
   PR:             ports/104740
   Submitted by:   chinsan@
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.8       +1 -1      ports/devel/pear-HTML_QuickForm/Makefile
   1.7       +3 -3      ports/devel/pear-HTML_QuickForm/distinfo
 _______________________________________________
 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:
