Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 20:02:48 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 92af2fdfc897 - main - www/p5-Web-Query: Remove Perl core module
Message-ID:  <202105302002.14UK2mt9075552@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 92af2fdfc8979ba268df1cf9478dc41aa5d402a2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-30 19:52:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105302002.14UK2mt9075552>