git: ec1fa53c2fdc - main - net/pear-XML_RPC2: Update to 1.1.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 19:28:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec1fa53c2fdca3805993c1fca4fc6fc9f4c4feb5 commit ec1fa53c2fdca3805993c1fca4fc6fc9f4c4feb5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 19:24:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 19:24:32 +0000 net/pear-XML_RPC2: Update to 1.1.5 - Change the way *_DEPENDS are set - Remove BUILD_DEPENDS - Update version requirement of RUN_DEPENDS - Add NO_ARCH Changes: https://pear.php.net/package/XML_RPC2/download/ https://github.com/pear/XML_RPC2/commits/trunk --- net/pear-XML_RPC2/Makefile | 12 ++++++------ net/pear-XML_RPC2/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net/pear-XML_RPC2/Makefile b/net/pear-XML_RPC2/Makefile index 9081bebb4435..ff45e96f6b67 100644 --- a/net/pear-XML_RPC2/Makefile +++ b/net/pear-XML_RPC2/Makefile @@ -1,5 +1,5 @@ PORTNAME= XML_RPC2 -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= net devel pear MAINTAINER= sunpoet@FreeBSD.org @@ -7,12 +7,12 @@ COMMENT= XML-RPC client/server library LICENSE= PHP301 -BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \ - ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR} -RUN_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \ - ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR} +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Cache_Lite>=1.6.0,1:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \ + ${PEAR_PKGNAMEPREFIX}HTTP_Request2>=2.0.0,1:www/pear-HTTP_Request2@${PHP_FLAVOR} -USES= pear php +USES= pear USE_PHP= curl +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/net/pear-XML_RPC2/distinfo b/net/pear-XML_RPC2/distinfo index dbf8d70f5c68..23943d39544f 100644 --- a/net/pear-XML_RPC2/distinfo +++ b/net/pear-XML_RPC2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1536165804 -SHA256 (PEAR/XML_RPC2-1.1.4.tgz) = 50a9def32abeb9c49a6555c2ebdd5fc2170f9f2a823e9dd64a389149b2328e75 -SIZE (PEAR/XML_RPC2-1.1.4.tgz) = 68296 +TIMESTAMP = 1659161145 +SHA256 (PEAR/XML_RPC2-1.1.5.tgz) = 31f86aef381975ebd21218d04deff1f7e380258de754c8a3e16d819c612c64ac +SIZE (PEAR/XML_RPC2-1.1.5.tgz) = 68449