diff options
author | wen <wen@pkgsrc.org> | 2017-01-02 01:29:37 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-01-02 01:29:37 +0000 |
commit | a51f09a9c043249556a0bbb8a2336e497f89e4f0 (patch) | |
tree | 767da0c781b579489efd2119534588a92f59a4f4 | |
parent | 34a2e9f9617941f19195940cefedd1c22ca2b566 (diff) | |
download | pkgsrc-a51f09a9c043249556a0bbb8a2336e497f89e4f0.tar.gz |
Update to 0.204002
Upstream changes:
0.204002 2016-12-21 15:40:02-06:00 America/Chicago
[ BUG FIXES ]
* GH #975: Fix "public_dir" configuration to work, just like
DANCER_PUBLIC. (Sawyer X)
[ ENHANCEMENTS ]
* You can now call '$self->find_plugin(...)' within a plugin
in order to find a plugin, in order to use its DSL in your
custom plugin. (Sawyer X)
[ DOCUMENTATION ]
* GH #1282: Typo in Cookbook. (Kurt Edmiston)
* GH #1214: Update Migration document. (Sawyer X)
* GH #1286: Clarify hook behavior when disabling layout (biafra)
* GH #1280: Update documentation to use specific parameter
keywords (Hunter McMillen)
-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 63da06703be..ffb7ad2c928 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2016/10/21 00:44:40 wen Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/02 01:29:37 wen Exp $ -DISTNAME= Dancer2-0.204001 +DISTNAME= Dancer2-0.204002 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 026b6f6f4ed..5c46356e78b 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2016/10/21 00:44:40 wen Exp $ +$NetBSD: distinfo,v 1.35 2017/01/02 01:29:37 wen Exp $ -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 +SHA1 (Dancer2-0.204002.tar.gz) = d88233dee0432bb397008714e46b3f9bdccc2509 +RMD160 (Dancer2-0.204002.tar.gz) = 6fe47bab6241219a18c95be233d1e0c26240e0cc +SHA512 (Dancer2-0.204002.tar.gz) = 257a0c9e40bad749878114be38d7f7654fafecf03e6f68a315170607e7530828f396650d0e3a8d6f905be9c4546cb2f4a96f957f3aefdcbafb7bb800060ca0a3 +Size (Dancer2-0.204002.tar.gz) = 361559 bytes |