diff options
author | wen <wen@pkgsrc.org> | 2016-10-21 00:44:40 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-10-21 00:44:40 +0000 |
commit | 37fba2ff397ee81355555655743e5db6576faa0e (patch) | |
tree | 269f69e6017a36da3b4040e081b2e90fad853427 | |
parent | 2977e2321c86e9e57d23234c2bbafe2581625ba9 (diff) | |
download | pkgsrc-37fba2ff397ee81355555655743e5db6576faa0e.tar.gz |
Update to 0.204001
Upstream changes:
0.204001 2016-10-17 08:29:00-05:00 America/Chicago
[ BUG FIXES ]
* Restore 5.8 support (fix test which required captures).
(Russell @veryrusty Jenkins)
* PR #1271: fix wrong regex check against $_ (Mickey Nasriachi)
[ ENHANCEMENTS ]
* GH #1262: Add 'encode_json' and 'decode_json' DSL, which are
recommended instead of 'to_json' and 'from_json'.
(Dennis @episodeiv lichtenth瓣ler)
[ DOCUMENTATION ]
* Fix some typos.(Dennis @episodeiv lichtenth瓣ler)
* GH #1031: Remove D2::Core::Context remnants from docs.
(Sawyer X)
[ PACKAGING ]
* GH #1273: Do not require Test::Perl::Critic to install.
(Dennis lichtenth瓣ler)
-rw-r--r-- | www/p5-Dancer2/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 84645b74131..63da06703be 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2016/10/13 12:36:39 wen Exp $ +# $NetBSD: Makefile,v 1.39 2016/10/21 00:44:40 wen Exp $ -DISTNAME= Dancer2-0.204000 +DISTNAME= Dancer2-0.204001 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/} diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index a5890d97fea..026b6f6f4ed 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2016/10/13 12:36:39 wen Exp $ +$NetBSD: distinfo,v 1.34 2016/10/21 00:44:40 wen Exp $ -SHA1 (Dancer2-0.204000.tar.gz) = 76a516119b5271a8e0cb27f62f59e30069aaeeef -RMD160 (Dancer2-0.204000.tar.gz) = 8075ca16cf71a4bb45604e6201d13b5904378886 -SHA512 (Dancer2-0.204000.tar.gz) = 2185697d966ebe80e50ca25d6cf5468ddd78b1033a7d43b5ec08c212086d5c5ab3faa64050b76809c5d75acd4be79aae27c15de03ace3881691e1870e777d08c -Size (Dancer2-0.204000.tar.gz) = 359870 bytes +SHA1 (Dancer2-0.204001.tar.gz) = 3a2659c7578c6d7e316525b5026fa82d08c06966 +RMD160 (Dancer2-0.204001.tar.gz) = f3ec52f93b1f94a0de9bfe1d89c862a5d0c185c5 +SHA512 (Dancer2-0.204001.tar.gz) = aee6ad6442b8b954583edbcab674fd271ec8f38900fc79e30cb3ea70c8f18dfb857de3fd94762f534280a80e213296134dd85171c03ffe40579e021e09ec884c +Size (Dancer2-0.204001.tar.gz) = 359569 bytes |