diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-24 23:57:54 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-24 23:57:54 +0000 |
commit | 9b60f39d58002c3d49a35f3795595d59a090faaa (patch) | |
tree | 2320d423405f5e60a42206556b78c815dc611059 | |
parent | 43bcdb4ff9e3f0bf2d3ac418dbdc873afe444c60 (diff) |
devel/pear-HTML_Page2: Update to 0.6.5
- Add NO_ARCH
Changes: https://pear.php.net/package/HTML_Page2/download/
https://github.com/pear/HTML_Page2/releases
-rw-r--r-- | devel/pear-HTML_Page2/Makefile | 8 | ||||
-rw-r--r-- | devel/pear-HTML_Page2/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/pear-HTML_Page2/Makefile b/devel/pear-HTML_Page2/Makefile index 272525b38993..3b19c90df9f5 100644 --- a/devel/pear-HTML_Page2/Makefile +++ b/devel/pear-HTML_Page2/Makefile @@ -1,18 +1,18 @@ # Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) PORTNAME= HTML_Page2 -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.5 CATEGORIES= devel www pear -DISTNAME= ${PORTNAME}-${PORTVERSION}beta MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR base class for XHTML page generation LICENSE= PHP30 -BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} -RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}HTML_Common>=1.2:devel/pear-HTML_Common@${PHP_FLAVOR} USES= pear +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/devel/pear-HTML_Page2/distinfo b/devel/pear-HTML_Page2/distinfo index 261a69bb1356..b20a68836a6a 100644 --- a/devel/pear-HTML_Page2/distinfo +++ b/devel/pear-HTML_Page2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1497163091 -SHA256 (PEAR/HTML_Page2-0.6.1beta.tgz) = 478b4e8535174df4c41e199ddddfb5c0e48f36dd48b214535645f52366c0e84c -SIZE (PEAR/HTML_Page2-0.6.1beta.tgz) = 17804 +TIMESTAMP = 1627157212 +SHA256 (PEAR/HTML_Page2-0.6.5.tgz) = 92f4c1ba9c5ace9d1aeb0d21d1171ce4a188663767a4e323122e285ef98a3f65 +SIZE (PEAR/HTML_Page2-0.6.5.tgz) = 19563 |