git: 09baf4e695df - main - devel/pear-XML_RSS: Change the way *_DEPENDS are set

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 19 06:07:39 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09baf4e695dfd6ef93851a0b42cc4cc29423a60a

commit 09baf4e695dfd6ef93851a0b42cc4cc29423a60a
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:29:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 06:00:05 +0000

    devel/pear-XML_RSS: Change the way *_DEPENDS are set
    
    - Update WWW
---
 devel/pear-XML_RSS/Makefile  | 5 +++--
 devel/pear-XML_RSS/pkg-descr | 5 ++---
 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


More information about the dev-commits-ports-main mailing list