aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-30 19:24:32 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-30 19:24:32 +0000
commitec1fa53c2fdca3805993c1fca4fc6fc9f4c4feb5 (patch)
treec771a34e2823a1c1c04d1d3e7780a501b0dd3586
parentc5a828b3f532b6f34c8b0677636a6831bde46032 (diff)
downloadports-ec1fa53c2fdca3805993c1fca4fc6fc9f4c4feb5.tar.gz
ports-ec1fa53c2fdca3805993c1fca4fc6fc9f4c4feb5.zip
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
-rw-r--r--net/pear-XML_RPC2/Makefile12
-rw-r--r--net/pear-XML_RPC2/distinfo6
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