diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-06 14:48:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-06 14:48:29 +0000 |
commit | 31bf3d0b0c2709635fc21297ff0d030d57079c3a (patch) | |
tree | 1a3115c284c69d0d34bde10cb062572ec307abd5 /textproc | |
parent | 1ec858668cf2ce9540ea3e842fc0f083856754df (diff) | |
download | pkgsrc-31bf3d0b0c2709635fc21297ff0d030d57079c3a.tar.gz |
Update to 1.11. Add some test dependencies.
1.11 Fri Aug 29 20:08:20 PDT 2014
- Apply 139. @ehuelsmann++
1.10 Thu Aug 28 22:53:26 PDT 2014
- Apply 138. @ehuelsmann++
1.09 Tue Aug 19 16:41:13 PDT 2014
- Replace tabs with spaces
1.08 Mon Aug 18 10:21:48 PDT 2014
- Dep on Test::YAML 1.05
1.07 Mon Aug 18 08:40:01 PDT 2014
- Apply 8 from shlomif++. Add doc examples for YAML::Any.
1.06 Sat Aug 16 16:51:08 PDT 2014
- Change testdir to t
1.05 Sat Aug 16 13:03:28 PDT 2014
- Meta 0.0.2
1.04 Sat Aug 16 04:28:10 PDT 2014
- Eliminate spurious trailing whitespace
1.03 Sat Aug 16 03:32:35 PDT 2014
- Eliminate File::Basename from test/
1.02 Fri Aug 15 21:09:54 PDT 2014
- Add t/000-compile-modules.t
1.01 Thu Aug 7 14:48:24 PDT 2014
- Dep on patched Test::YAML
1.00 Thu Aug 7 00:35:21 PDT 2014
- Fix bad encoding in Pod
0.99 Wed Aug 6 17:55:42 PDT 2014
- Switch to external Test::Base
0.98 Wed Jul 30 12:32:25 PDT 2014
- Fix indexing of YAML::Any
- Change IRC to irc.perl.org#yaml
0.97 Wed Jul 16 23:37:04 PDT 2014
- Move remaining docs to Swim
0.96 Sun Jul 13 22:54:08 PDT 2014
- Fix Metadata and add Contributing file
- Change Kwim to Swim
0.95 Sat Jun 14 10:32:08 PDT 2014
- Fix dumping blessed globs.
0.94 Sat Jun 14 10:32:08 PDT 2014
- Skip a failing test on 5.8 introduced in 0.93
0.93 Fri Jun 13 22:32:18 PDT 2014
- Switch to Zilla::Dist
- Add badges to doc
- @thorsteneckel++ fixed #18
- @karenetheridge++ fixed #19
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-YAML/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index b71ac789da8..2eda642fcdf 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2014/06/09 19:59:16 schmonz Exp $ +# $NetBSD: Makefile,v 1.32 2014/09/06 14:48:29 wiz Exp $ -DISTNAME= YAML-0.92 +DISTNAME= YAML-1.11 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} @@ -11,6 +11,8 @@ COMMENT= YAML implementation for Perl LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Filter-[0-9]*:../../textproc/p5-Filter +BUILD_DEPENDS+= p5-Test-YAML-[0-9]*:../../textproc/p5-Test-YAML +BUILD_DEPENDS+= p5-Test-Base-[0-9]*:../../devel/p5-Test-Base PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/textproc/p5-YAML/distinfo b/textproc/p5-YAML/distinfo index ceb55f9ef07..076cf8b8462 100644 --- a/textproc/p5-YAML/distinfo +++ b/textproc/p5-YAML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2014/06/09 19:59:16 schmonz Exp $ +$NetBSD: distinfo,v 1.18 2014/09/06 14:48:29 wiz Exp $ -SHA1 (YAML-0.92.tar.gz) = 686a05503d591d518b689148c4e4f81c6f59a4dd -RMD160 (YAML-0.92.tar.gz) = 0f062734c4bffffae42f30ca4436050e5e61b591 -Size (YAML-0.92.tar.gz) = 103279 bytes +SHA1 (YAML-1.11.tar.gz) = d341f2056663dc6ca0147af9cf47349358793c2e +RMD160 (YAML-1.11.tar.gz) = 2cbb1d16399e5c7e60b372a95296f9e19bca224a +Size (YAML-1.11.tar.gz) = 80031 bytes |