summaryrefslogtreecommitdiff
path: root/devel/p5-PPI
diff options
context:
space:
mode:
authormef <mef>2017-06-13 12:19:04 +0000
committermef <mef>2017-06-13 12:19:04 +0000
commit75a23267795e0b98b6a459ac0af1c2a2a22d702a (patch)
tree97125372f10a838d3078e9f15dd4b9522064ff31 /devel/p5-PPI
parent4a39065d83971ba0d4da7c63a6188d76cd3fc588 (diff)
downloadpkgsrc-75a23267795e0b98b6a459ac0af1c2a2a22d702a.tar.gz
Updated devel/p5-PPI to 1.224
----------------------------- 1.224 Sun 14 May 2017 Summary: - updating an out-of-date meta.yml caused by Module::Install 1.222 Sun 14 May 2017 Summary: - unit tests for many parts, both passing and TODO - many documentation fixes - add ->version method to PPI::Statement::Package (WOLFSAGE) - remove unused PPI::Document->new timeout feature - do not expect '.' in @INC (PLICEASE) - many parsing fixes - various fixes to the behaviors of methods - removal of problematic dependencies Details: - Remove undocumented, non-working 'timeout' attribute to Document->new, including HAVE_ALARM and PPI::Exception::ParserTimeout. (GitHub #140) (MOREGAN) - first cut of a travis configuration - do hex number matching with [[:xdigit:]] - some readability improvements on the code of HereDoc.pm - recognize heredoc even if they have no newline at the end (AUBERTG) - parse left side of => as bareword even if it looks like a keyword or op (MOREGAN) - remove source code escapes in the output of QuoteLike::Words->literal (MOREGAN) - removal of Test::NoWarnings - less uses of List::MoreUtils in favor of List::Util - expand $'x to $::main::x in Symbol->canonical as with $::x (MOREGAN) - fixed parsing of large numbers in Number::Exp on Solaris 80 (JMASLAK) - make remove_child actually return undef on failure to find child to remove - higher accuracy when deciding whether certain characters are operators or variable type casts (*&% etc.) (MOREGAN) - parse x as the first element of code as a word, not an operator (MOREGAN) - recognize the implied end of a package statement that includes a block (MOREGAN) - parse package names that look like operators as strings, not ops (MOREGAN) - parse package names that look like v10 as strings, not versions (MOREGAN) - parse things like v49use as a single bareword, not v-string + keyword (MOREGAN) - parse x64 as a word, not x operator + number (MOREGAN) - parse 1.eq 1 as float + op, not concatenation - parse subroutine attributes correctly (MOREGAN)
Diffstat (limited to 'devel/p5-PPI')
-rw-r--r--devel/p5-PPI/Makefile6
-rw-r--r--devel/p5-PPI/distinfo10
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile
index c0e19c8d5c6..edfc3aa8e20 100644
--- a/devel/p5-PPI/Makefile
+++ b/devel/p5-PPI/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2017/06/12 13:27:36 maya Exp $
+# $NetBSD: Makefile,v 1.26 2017/06/13 12:19:04 mef Exp $
-DISTNAME= PPI-1.220
+DISTNAME= PPI-1.224
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/}
@@ -30,7 +29,6 @@ BUILD_DEPENDS+= p5-Test-Object>=0.07:../../devel/p5-Test-Object
BUILD_DEPENDS+= p5-Test-SubCalls>=1.07:../../devel/p5-Test-SubCalls
USE_LANGUAGES= # empty
-MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/PPI/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
diff --git a/devel/p5-PPI/distinfo b/devel/p5-PPI/distinfo
index 5b2b88e8b18..c06ab55a846 100644
--- a/devel/p5-PPI/distinfo
+++ b/devel/p5-PPI/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2015/11/03 03:28:37 agc Exp $
+$NetBSD: distinfo,v 1.12 2017/06/13 12:19:04 mef Exp $
-SHA1 (PPI-1.220.tar.gz) = 930bced7010eaa0f8cc67741e9d32c2005e35f90
-RMD160 (PPI-1.220.tar.gz) = a0d7d920dfcee5ed0b9bb875c286a597693d7407
-SHA512 (PPI-1.220.tar.gz) = 03ff865424a11cb351211dc7d57b6477848e8f354de74dc5bae214614438549f1dba6818842f6312f88fa631514abad69b0023046d56c8e8584d0b634c202694
-Size (PPI-1.220.tar.gz) = 245416 bytes
+SHA1 (PPI-1.224.tar.gz) = dd3f7b8ea4ad1611ba61f97f9da00c2bf2520147
+RMD160 (PPI-1.224.tar.gz) = aafeff6a5539bd41c27850127e8dc1cf25d35382
+SHA512 (PPI-1.224.tar.gz) = 7c5f4a01b3d4a1e7e2f68d7e5c81368387fbe9a4cd2f20afc494706f742c9ba0b293747b692fb77af9a1457e077687c7d5217bf09137ab71bb50ba52da24431c
+Size (PPI-1.224.tar.gz) = 257197 bytes