Skip to content

Commit

Permalink
Update to 0.30
Browse files Browse the repository at this point in the history
Remove a duplicate line

Upstream changes:
0.30 2014-07-26

  - Fix for subclassing CPAN::Changes::Group (GH #23)

0.29 2014-07-23

  - Groups are now objects (CPAN::Changes::Group). Backwards
    compatibility from hashes should be preserved (GH #22)

0.28 2014-06-10

  - Add "SEE ALSO" links to similar modules (RT #94636)

  - Use perl 5.8-compatible regex
  • Loading branch information
wen committed Sep 6, 2014
1 parent 915d12c commit 1d5e8d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions devel/p5-CPAN-Changes/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.2 2014/05/29 23:35:40 wiz Exp $
# $NetBSD: Makefile,v 1.3 2014/09/06 08:30:06 wen Exp $

DISTNAME= CPAN-Changes-0.27
DISTNAME= CPAN-Changes-0.30
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BR/BRICAS/}

Expand All @@ -17,7 +16,6 @@ PERL5_PACKLIST= auto/CPAN/Changes/.packlist
PERL5_REQD+= 5.10
PERL5_REQD+= 5.11.4 # version >= 0.79
PERL5_REQD+= 5.2 # Text::Wrap >= 0
PERL5_REQD+= 5.15.2 # ExtUtils::MakeMaker >= 6.59
PERL5_REQD+= 5.13.4 # Test::More >= 0.96
PERL5_REQD+= 5.15.2 # ExtUtils::MakeMaker >= 6.59

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-CPAN-Changes/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/02/23 15:35:56 sno Exp $
$NetBSD: distinfo,v 1.2 2014/09/06 08:30:06 wen Exp $

SHA1 (CPAN-Changes-0.27.tar.gz) = 0b0241d86df2ee698d185c2a4a55da83af56d841
RMD160 (CPAN-Changes-0.27.tar.gz) = b3645b8fbbf1b2a14a60a694e685e91c26ace032
Size (CPAN-Changes-0.27.tar.gz) = 35558 bytes
SHA1 (CPAN-Changes-0.30.tar.gz) = 2f353968b33cd5cea5d8a46c6e287a16c9fca5f9
RMD160 (CPAN-Changes-0.30.tar.gz) = d799a2b8b51c17b6e8f99deda87a7f2972697461
Size (CPAN-Changes-0.30.tar.gz) = 37095 bytes

0 comments on commit 1d5e8d9

Please sign in to comment.