diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-26 14:53:25 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-26 15:01:21 +0000 |
commit | 23af8e79665d028a59980e8c31361cef6e18e9b2 (patch) | |
tree | b79f467cc1c8749062bb6fb260c1165eae07139d | |
parent | 1af9ae5b8aac185e6aa6ffd1ee26ad81e26ef09f (diff) | |
download | ports-23af8e79665d028a59980e8c31361cef6e18e9b2.tar.gz ports-23af8e79665d028a59980e8c31361cef6e18e9b2.zip |
devel/pear-HTML_QuickForm2: Update to 2.3.0
Changes: https://pear.php.net/package/HTML_QuickForm2/download/
https://github.com/pear/HTML_QuickForm2/blob/trunk/ChangeLog.md
-rw-r--r-- | devel/pear-HTML_QuickForm2/Makefile | 4 | ||||
-rw-r--r-- | devel/pear-HTML_QuickForm2/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/pear-HTML_QuickForm2/Makefile b/devel/pear-HTML_QuickForm2/Makefile index 44490390a0e5..22c043282211 100644 --- a/devel/pear-HTML_QuickForm2/Makefile +++ b/devel/pear-HTML_QuickForm2/Makefile @@ -1,7 +1,7 @@ # Created by: Gerrit Beine (<gerrit.beine@gmx.de>) PORTNAME= HTML_QuickForm2 -PORTVERSION= 2.2.2 +PORTVERSION= 2.3.0 CATEGORIES= devel www pear MAINTAINER= sunpoet@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= PHP5 rewrite of the HTML_QuickForm package LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/docs/LICENSE -RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}HTML_Common2>=2.2.0:devel/pear-HTML_Common2@${PHP_FLAVOR} +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}HTML_Common2>=2.3.1:devel/pear-HTML_Common2@${PHP_FLAVOR} USES= pear diff --git a/devel/pear-HTML_QuickForm2/distinfo b/devel/pear-HTML_QuickForm2/distinfo index 9bb1cace509d..52b65684272a 100644 --- a/devel/pear-HTML_QuickForm2/distinfo +++ b/devel/pear-HTML_QuickForm2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625585468 -SHA256 (PEAR/HTML_QuickForm2-2.2.2.tgz) = ab74ca48cb924677edbe5bc0ec1cc68ceccc28983a5134470da92b671acb9e3f -SIZE (PEAR/HTML_QuickForm2-2.2.2.tgz) = 177684 +TIMESTAMP = 1650970093 +SHA256 (PEAR/HTML_QuickForm2-2.3.0.tgz) = 6f4916f5ae7536b8cb674e700be9810967ec80f7db1af9acabaa86f950e685c9 +SIZE (PEAR/HTML_QuickForm2-2.3.0.tgz) = 176574 |