diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 22:48:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 22:48:24 +0000 |
commit | ed7be918444d9bce0f796c0a460e82bf8f78003d (patch) | |
tree | 650b999db56a73e7f8cbe9c371099081eecdf325 /devel | |
parent | 4a55f661dbca8241d8a36b2bcccc9de38cf5a978 (diff) | |
download | pkgsrc-ed7be918444d9bce0f796c0a460e82bf8f78003d.tar.gz |
Update to 1.215:
1.215 Sat 26 Feb 2011
Summary:
- No changes
Details:
- Confirmed new Perl::Critic works with 1.214_02, so we
can release a new PPI now.
1.214_02 Mon 31 Jan 2011
Summary:
- More minor fixes, preparing for production release
Details:
- Updated copyright year to 2011 (ADAMK)
- Fixed RT #64247 bless {} probably contains a hash constructor (WYANT)
- Backed out glob fix (WYANT)
- Fixed RT #65199 Cast can trump braces in
PPI::Token::Symbol->symbol (WYANT)
1.214_01 Thu 16 Dec 2010
Summary:
- General fix release
Details:
- index_locations on an empty document no longer warns (WYANT)
- Corrected a bug in line-spanning attribute support (WYANT)
- Regression test for line-spanning attribute support (ADAMK)
- Fixed #61305 return { foo => 1 } should parse curlys as hash
constructor, not block (WYANT)
- Fixed #63943 map and regexp confuse PPI? (ADAMK)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-PPI/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-PPI/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile index 8b09567a2d5..286cc109e65 100644 --- a/devel/p5-PPI/Makefile +++ b/devel/p5-PPI/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2011/08/14 12:26:26 obache Exp $ +# $NetBSD: Makefile,v 1.14 2011/08/16 22:48:24 wiz Exp $ # -DISTNAME= PPI-1.213 +DISTNAME= PPI-1.215 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/} diff --git a/devel/p5-PPI/distinfo b/devel/p5-PPI/distinfo index e8ff314dca4..5c0fbf9af8f 100644 --- a/devel/p5-PPI/distinfo +++ b/devel/p5-PPI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/07/12 01:56:00 seb Exp $ +$NetBSD: distinfo,v 1.9 2011/08/16 22:48:24 wiz Exp $ -SHA1 (PPI-1.213.tar.gz) = d8516e1f1a268875be9f07546e178e9cbf3659f1 -RMD160 (PPI-1.213.tar.gz) = 0fd0ac1e3686c50448ab941ef13d624552c95662 -Size (PPI-1.213.tar.gz) = 227743 bytes +SHA1 (PPI-1.215.tar.gz) = 58fd00fcd5efaa625a18e2662ba1ea6ad8657b31 +RMD160 (PPI-1.215.tar.gz) = 7a8253443a795428dc3ae6a831fef3b8be753175 +Size (PPI-1.215.tar.gz) = 228887 bytes |