Skip to content

Commit

Permalink
Update to 0.37. Fix dependency.
Browse files Browse the repository at this point in the history
0.37  2014-09-21
      - fix spurious warning in taint mode (Niko Tyni, #12)
  • Loading branch information
wiz committed Oct 1, 2014
1 parent 1c64b3f commit f5c3f69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions devel/p5-Package-Stash/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.15 2014/05/29 23:36:11 wiz Exp $
# $NetBSD: Makefile,v 1.16 2014/10/01 10:57:12 wiz Exp $

DISTNAME= Package-Stash-0.36
DISTNAME= Package-Stash-0.37
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/}

Expand All @@ -21,7 +20,7 @@ DEPENDS+= p5-Package-Stash-XS>=0.26:../../devel/p5-Package-Stash-XS
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= {perl>=5.10.1,-Test-Simple>=0.88}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple

USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Package/Stash/.packlist
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Package-Stash/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2013/09/05 18:46:02 wiz Exp $
$NetBSD: distinfo,v 1.9 2014/10/01 10:57:12 wiz Exp $

SHA1 (Package-Stash-0.36.tar.gz) = e3711ebda2203b321b3eca8385e5c00fd8560694
RMD160 (Package-Stash-0.36.tar.gz) = da4cc6a8f9d7483ca49644bc7c72ce7eab0c0567
Size (Package-Stash-0.36.tar.gz) = 37499 bytes
SHA1 (Package-Stash-0.37.tar.gz) = 43fc4e362ac1a45eb27fe779806cbd96c891e2dc
RMD160 (Package-Stash-0.37.tar.gz) = b8fff25fb3c0cfd90e0c76ec7d718a1cd0554e32
Size (Package-Stash-0.37.tar.gz) = 40309 bytes

0 comments on commit f5c3f69

Please sign in to comment.