git: 2128f03409ca - main - net/p5-RPC-XML: Fix *_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 May 2025 10:10:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2128f03409caca4b1fc86324b3b4eb311da03c7b commit 2128f03409caca4b1fc86324b3b4eb311da03c7b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-05-25 09:48:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-05-25 09:55:03 +0000 net/p5-RPC-XML: Fix *_DEPENDS - Bump PORTREVISION for dependency change Reference: https://metacpan.org/release/RJRAY/RPC-XML-0.82/source/Makefile.PL#L96-105 https://metacpan.org/release/RJRAY/RPC-XML-0.82/source/Makefile.PL#L109-113 https://metacpan.org/release/RJRAY/RPC-XML-0.82/source/Makefile.PL#L120 --- net/p5-RPC-XML/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 286bfbbef592..608143e7552e 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -1,5 +1,6 @@ PORTNAME= RPC-XML PORTVERSION= 0.82 +PORTREVISION= 1 CATEGORIES= net www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +13,12 @@ LICENSE= ART20 LGPL21 LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-XML-Parser>=2.31:textproc/p5-XML-Parser \ - p5-libwww>=5.834:www/p5-libwww -TEST_DEPENDS= p5-DateTime-Format-ISO8601>=0.07:devel/p5-DateTime-Format-ISO8601 +RUN_DEPENDS= p5-HTTP-Daemon>=6.12:www/p5-HTTP-Daemon \ + p5-HTTP-Message>=6.26:www/p5-HTTP-Message \ + p5-Scalar-List-Utils>=1.55,1:lang/p5-Scalar-List-Utils \ + p5-XML-Parser>=2.46:textproc/p5-XML-Parser \ + p5-libwww>=6.51:www/p5-libwww +TEST_DEPENDS= p5-Test-Simple>=1.302183:devel/p5-Test-Simple USES= gmake perl5 USE_PERL5= configure @@ -23,7 +27,7 @@ NO_ARCH= yes OPTIONS_DEFINE= XS -XS_BUILD_DEPENDS= p5-XML-LibXML>=1.85:textproc/p5-XML-LibXML +XS_BUILD_DEPENDS= p5-XML-LibXML>=2.0206,1:textproc/p5-XML-LibXML XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} .include <bsd.port.mk>