1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Update to 2.2.0

* Minimum required PHP version is now 5.4
* Removed support for magic_quotes_gpc, as get_magic_quotes_gpc()
was deprecated in PHP 7.4 and the functionality itself was disabled
since PHP 5.4 (https://github.com/pear/HTML_QuickForm2/issues/3)
* HTML_QuickForm2_Element_Date::setValue() will now accept an instance of
DateTimeInterface, not only DateTime

Approved by:	miwi (maintainer - implicit)
Sponsored by:	Netzkommune GmbH
This commit is contained in:
Jochen Neumeister 2020-11-08 14:03:38 +00:00
parent a6aaf29add
commit f3b9448b1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554466
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= HTML_QuickForm2
PORTVERSION= 2.1.0
PORTVERSION= 2.2.0
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1555487644
SHA256 (PEAR/HTML_QuickForm2-2.1.0.tgz) = 6f6d7f3e6d4918664fd39458c470b1126597f42fdf6eb4239ab1606d80ed8373
SIZE (PEAR/HTML_QuickForm2-2.1.0.tgz) = 177215
TIMESTAMP = 1604843699
SHA256 (PEAR/HTML_QuickForm2-2.2.0.tgz) = 3e119b05c00ef34ebbd83fb668e9133b31174bb0a653590215e4f8f1b2ded1ea
SIZE (PEAR/HTML_QuickForm2-2.2.0.tgz) = 176246