From 1811ce13d14a39cc2e7604387ddc8f3ef3886205 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Thu, 24 Nov 2016 00:22:16 +0000 Subject: [PATCH] - Update to 3.52 Changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.52/Changes --- textproc/p5-XML-Twig/Makefile | 2 +- textproc/p5-XML-Twig/distinfo | 5 +++-- textproc/p5-XML-Twig/files/patch-speedup | 11 ----------- 3 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 textproc/p5-XML-Twig/files/patch-speedup diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index 2208f2658716..2be2d1bb0431 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Twig -PORTVERSION= 3.49 +PORTVERSION= 3.52 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-XML-Twig/distinfo b/textproc/p5-XML-Twig/distinfo index 86ded4f2f506..47d7d76eb37c 100644 --- a/textproc/p5-XML-Twig/distinfo +++ b/textproc/p5-XML-Twig/distinfo @@ -1,2 +1,3 @@ -SHA256 (XML-Twig-3.49.tar.gz) = 3e0def8a7477fefa8c27fabf11899a459c8b793909182d016ba26749e9354e01 -SIZE (XML-Twig-3.49.tar.gz) = 402874 +TIMESTAMP = 1479945786 +SHA256 (XML-Twig-3.52.tar.gz) = fef75826c24f2b877d0a0d2645212fc4fb9756ed4d2711614ac15c497e8680ad +SIZE (XML-Twig-3.52.tar.gz) = 407769 diff --git a/textproc/p5-XML-Twig/files/patch-speedup b/textproc/p5-XML-Twig/files/patch-speedup deleted file mode 100644 index d2ef04064e9d..000000000000 --- a/textproc/p5-XML-Twig/files/patch-speedup +++ /dev/null @@ -1,11 +0,0 @@ ---- speedup.orig 2014-06-11 07:23:43 UTC -+++ speedup -@@ -12,7 +12,7 @@ my $SET_NOT_EMPTY= join( '|', qw( pcdata - # depending on the version of perl use either qr or "" - print STDERR "perl version is $]\n"; - --my $var= '(\$[a-z_]+(?:\[\d\])?|\$t(?:wig)?->root|\$t(?:wig)?->twig_current|\$t(?:wig)?->{\'?twig_root\'?}|\$t(?:wig)?->{\'?twig_current\'?})'; -+my $var= '(\$[a-z_]+(?:\[\d\])?|\$t(?:wig)?->root|\$t(?:wig)?->twig_current|\$t(?:wig)?->\{\'?twig_root\'?}|\$t(?:wig)?->\{\'?twig_current\'?})'; - - my $set_to = '(?:undef|\$\w+|\$\w+->\{\w+\}|\$\w+->\w+|\$\w+->\w+\([^)]+\))'; - my $elt = '\$(?:elt|new_elt|child|cdata|ent|_?parent|twig_current|next_sibling|first_child|prev_sibling|last_child|ref|elt->_parent)';