Date: Tue, 24 Oct 2006 16:12:23 +0800 From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104740: [PATCH] devel/pear-HTML_QuickForm: update to 3.2.7 Message-ID: <20061024081148.05D1A2E9DF@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200610240820.k9O8KJpX051133@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104740 >Category: ports >Synopsis: [PATCH] devel/pear-HTML_QuickForm: update to 3.2.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 24 08:20:19 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061024081148.05D1A2E9DF>