Skip to content

Commit

Permalink
Update to 1.301. From the changelog:
Browse files Browse the repository at this point in the history
- Updated the module to fit current release standards
- Added POD and POD-Coverage tests
- Combined test.pl and test1.pl into t/00-basic.t
- Closes https://rt.cpan.org/Ticket/Display.html?id=105711
- Closes https://rt.cpan.org/Ticket/Display.html?id=53173
- Fixed a few minor things to prepare for a developer release
  • Loading branch information
schmonz committed Apr 30, 2016
1 parent 071e999 commit 66f6bba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions converters/p5-MIME-Base32/Makefile
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.11 2015/06/12 10:48:33 wiz Exp $
# $NetBSD: Makefile,v 1.12 2016/04/30 13:51:45 schmonz Exp $

DISTNAME= MIME-Base32-1.02a
DISTNAME= MIME-Base32-1.301
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}

Expand All @@ -11,9 +10,6 @@ HOMEPAGE= http://search.cpan.org/dist/MIME-Base32/
COMMENT= Perl5 module for Base32 encoding
LICENSE= ${PERL5_LICENSE}

# needed for 1.02a
WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//}

PERL5_PACKLIST= auto/MIME/Base32/.packlist

.include "../../lang/perl5/module.mk"
Expand Down
10 changes: 5 additions & 5 deletions converters/p5-MIME-Base32/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2015/11/03 01:43:52 agc Exp $
$NetBSD: distinfo,v 1.4 2016/04/30 13:51:45 schmonz Exp $

SHA1 (MIME-Base32-1.02a.tar.gz) = bb0393847667a4d94c17e1f13a3d8bd1cce5e1a6
RMD160 (MIME-Base32-1.02a.tar.gz) = b77793dc630e09e6d02e28950247907f9263a319
SHA512 (MIME-Base32-1.02a.tar.gz) = 8f2bf3e5da8de5f5aeaec50133180e98a1c50c4403a5d39cc9df941c124ff07e8aa3f12a08fdb1b449756789521f675d53ab3afe595989e347537718f4d9b8b3
Size (MIME-Base32-1.02a.tar.gz) = 3136 bytes
SHA1 (MIME-Base32-1.301.tar.gz) = d89dca298ca4b3149457a0583c6e055410d72b3f
RMD160 (MIME-Base32-1.301.tar.gz) = 6f0f3e89294cd6d094ef66240e7074a3de0dce51
SHA512 (MIME-Base32-1.301.tar.gz) = 90e7419504f7d9a6caf7f3f9231622a0867a485705cb1a918efc85964fafc04db79f4c31b7135203ff946a4205d82b20ee009b87baca2fe6f15ad1aabe4347cc
Size (MIME-Base32-1.301.tar.gz) = 13515 bytes

0 comments on commit 66f6bba

Please sign in to comment.