git: 92af2fdfc897 - main - www/p5-Web-Query: Remove Perl core module

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 30 20:02:49 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=92af2fdfc8979ba268df1cf9478dc41aa5d402a2

commit 92af2fdfc8979ba268df1cf9478dc41aa5d402a2
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-30 19:52:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-30 19:52:20 +0000

    www/p5-Web-Query: Remove Perl core module
    
    - Bump PORTREVISION for dependency change
---
 www/p5-Web-Query/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/p5-Web-Query/Makefile b/www/p5-Web-Query/Makefile
index 2fc42ff573d2..703a11b303c8 100644
--- a/www/p5-Web-Query/Makefile
+++ b/www/p5-Web-Query/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	Web-Query
 PORTVERSION=	0.39
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,12 +19,12 @@ RUN_DEPENDS=	p5-HTML-Parser>=0:www/p5-HTML-Parser \
 		p5-HTML-Selector-XPath>=0.20:www/p5-HTML-Selector-XPath \
 		p5-HTML-TreeBuilder-LibXML>=0:www/p5-HTML-TreeBuilder-LibXML \
 		p5-HTML-TreeBuilder-XPath>=0:www/p5-HTML-TreeBuilder-XPath \
-		p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils \
 		p5-libwww>=0:www/p5-libwww
 TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
 
-NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>


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