aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 05:29:05 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 06:00:05 +0000
commit09baf4e695dfd6ef93851a0b42cc4cc29423a60a (patch)
treea93ab2e1d953a6ffe9dec5b2babc9b7a23a71d9f
parenta9a0e698ff763586cc582a5572888016bc1235b4 (diff)
downloadports-09baf4e695dfd6ef93851a0b42cc4cc29423a60a.tar.gz
ports-09baf4e695dfd6ef93851a0b42cc4cc29423a60a.zip
devel/pear-XML_RSS: Change the way *_DEPENDS are set
- Update WWW
-rw-r--r--devel/pear-XML_RSS/Makefile5
-rw-r--r--devel/pear-XML_RSS/pkg-descr5
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/pear-XML_RSS/Makefile b/devel/pear-XML_RSS/Makefile
index 66ba1d0b52ea..19cec74399d0 100644
--- a/devel/pear-XML_RSS/Makefile
+++ b/devel/pear-XML_RSS/Makefile
@@ -10,9 +10,10 @@ COMMENT= PEAR RSS parser
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
+RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Parser>=1.3.7:devel/pear-XML_Parser@${PHP_FLAVOR}
-NO_ARCH= yes
USES= pear
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/devel/pear-XML_RSS/pkg-descr b/devel/pear-XML_RSS/pkg-descr
index 3bb245af97b3..4f0af268da31 100644
--- a/devel/pear-XML_RSS/pkg-descr
+++ b/devel/pear-XML_RSS/pkg-descr
@@ -1,4 +1,3 @@
-Parser for Resource Description Framework (RDF) Site Summary (RSS)
-documents.
+Parser for Resource Description Framework (RDF) Site Summary (RSS) documents.
-WWW: https://pear.php.net/package-info.php?package=XML_RSS
+WWW: https://pear.php.net/package/XML_RSS