diff options
author | rhaen <rhaen> | 2012-01-26 14:05:29 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2012-01-26 14:05:29 +0000 |
commit | 6753018355b09ad4658565effaf5b0c57492efb0 (patch) | |
tree | 00352b93cc1f7404b04d523a96e5c393160f9daf /www | |
parent | a805d44b3f245a4782202b8b60ef136e5bf27fb4 (diff) | |
download | pkgsrc-6753018355b09ad4658565effaf5b0c57492efb0.tar.gz |
Added BUILD_DEPENDS p5-Test-Base
updated to 0.14
ChangeLog:
0.14 Mon Jan 16 22:00:00 GMT 2012
- Also allow single quotes in attribute expressions,
as seems to be allowed
per http://www.w3.org/TR/CSS2/syndata.html
0.13 Sun Jan 15 18:52:00 GMT 2012
- Added C<prefix> option to add a prefix like C<xhtml>,
contributed by Toby Inkster
This closes RT #73719
0.12 Thu Nov 24 22:13:00 GMT 2011
- Add tests and fix negated selectors as reported
by Nilson Santos Figueiredo Junior
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Selector-XPath/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTML-Selector-XPath/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-HTML-Selector-XPath/Makefile b/www/p5-HTML-Selector-XPath/Makefile index f9d0a26014b..56dd9bb89e6 100644 --- a/www/p5-HTML-Selector-XPath/Makefile +++ b/www/p5-HTML-Selector-XPath/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/11/17 14:15:13 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.6 2012/01/26 14:05:29 rhaen Exp $ -DISTNAME= HTML-Selector-XPath-0.11 +DISTNAME= HTML-Selector-XPath-0.14 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} @@ -11,6 +11,7 @@ COMMENT= Perl 5 CSS Selector to XPath compiler LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +BUILD_DEPENDS+= p5-Test-Base-[0-9]*:../../devel/p5-Test-Base USE_LANGUAGES= # empty PERL5_PACKLIST= auto/HTML/Selector/XPath/.packlist diff --git a/www/p5-HTML-Selector-XPath/distinfo b/www/p5-HTML-Selector-XPath/distinfo index d142190f000..1cb7982ac95 100644 --- a/www/p5-HTML-Selector-XPath/distinfo +++ b/www/p5-HTML-Selector-XPath/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/11/17 14:15:13 hiramatsu Exp $ +$NetBSD: distinfo,v 1.4 2012/01/26 14:05:29 rhaen Exp $ -SHA1 (HTML-Selector-XPath-0.11.tar.gz) = 8fdd22a0fc3ae1d8f01b79ee9b941f27435d793c -RMD160 (HTML-Selector-XPath-0.11.tar.gz) = ce92e89300ec4906f6297e5a9db3bd27f6525ac5 -Size (HTML-Selector-XPath-0.11.tar.gz) = 21336 bytes +SHA1 (HTML-Selector-XPath-0.14.tar.gz) = 233a012f48d1189a76ce488f931f67a72fdb0366 +RMD160 (HTML-Selector-XPath-0.14.tar.gz) = 0085a89ab6ff75d4b7e4944f974db1983a4ffba8 +Size (HTML-Selector-XPath-0.14.tar.gz) = 21807 bytes |