git: ee1c5309737d - main - www/p5-HTML-Selector-XPath: Update to 0.26
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:53:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee1c5309737d97dcd8741e02a5f33398803fed26 commit ee1c5309737d97dcd8741e02a5f33398803fed26 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:14:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:44:12 +0000 www/p5-HTML-Selector-XPath: Update to 0.26 - Update pkg-descr - Take maintainership Changes: https://metacpan.org/dist/HTML-Selector-XPath/changes --- www/p5-HTML-Selector-XPath/Makefile | 5 +++-- www/p5-HTML-Selector-XPath/distinfo | 6 +++--- www/p5-HTML-Selector-XPath/pkg-descr | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/www/p5-HTML-Selector-XPath/Makefile b/www/p5-HTML-Selector-XPath/Makefile index 06a585e81b51..126a13a02271 100644 --- a/www/p5-HTML-Selector-XPath/Makefile +++ b/www/p5-HTML-Selector-XPath/Makefile @@ -1,13 +1,13 @@ # Created by: Shinsuke Matsui <smatsui@karashi.org> PORTNAME= HTML-Selector-XPath -DISTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORION PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= CSS selector to XPath compiler Perl module LICENSE= ART10 GPLv1+ @@ -17,6 +17,7 @@ TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include <bsd.port.mk> diff --git a/www/p5-HTML-Selector-XPath/distinfo b/www/p5-HTML-Selector-XPath/distinfo index fa5d310c963b..6b5c452c12de 100644 --- a/www/p5-HTML-Selector-XPath/distinfo +++ b/www/p5-HTML-Selector-XPath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618922034 -SHA256 (HTML-Selector-XPath-0.25.tar.gz) = 1a5d4de14bc7f86f0ebd766293e3a4e12698cd2de04673243ffd3ae7156a6ae1 -SIZE (HTML-Selector-XPath-0.25.tar.gz) = 32420 +TIMESTAMP = 1641045864 +SHA256 (HTML-Selector-XPath-0.26.tar.gz) = 3df80a81284d1e375d9d1f6fec16e96c31b2c309451b4ba82e5fd1db23ac1f24 +SIZE (HTML-Selector-XPath-0.26.tar.gz) = 32482 diff --git a/www/p5-HTML-Selector-XPath/pkg-descr b/www/p5-HTML-Selector-XPath/pkg-descr index 79b7b249f213..cfcc57e9bac7 100644 --- a/www/p5-HTML-Selector-XPath/pkg-descr +++ b/www/p5-HTML-Selector-XPath/pkg-descr @@ -1,4 +1,4 @@ -HTML::Selector::XPath is a utility function to compile CSS2 -selector to the equivalent XPath expression. +HTML::Selector::XPath is a utility function to compile full set of CSS2 and +partial CSS3 selectors to the equivalent XPath expression. WWW: https://metacpan.org/release/HTML-Selector-XPath