Skip to content

Commit

Permalink
Update to 1.11. Add some test dependencies.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Sep 6, 2014
1 parent beed995 commit 7f4d77f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions textproc/p5-YAML/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-YAML/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7f4d77f

Please sign in to comment.