diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-13 07:17:42 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-13 07:17:42 +0000 |
commit | 8bf3441e8c49b6c09b5a7ae357bc193070e009af (patch) | |
tree | d89ffe80ce2127b0988ddb631074f9c2720515d3 /devel | |
parent | 93f17fabb930c76d3a73a1a474cf4440cd3f2c49 (diff) | |
download | pkgsrc-8bf3441e8c49b6c09b5a7ae357bc193070e009af.tar.gz |
Update p5-Package-Stash to 0.33.
Changes from previous:
0.33 2011-09-28
- add conflict on MooseX::Method::Signatures 0.36 (ether)
0.32 2011-09-05
- bring the behavior of has_symbol for nonexistant scalars into line with
the xs version
- invalid package names (for instance, Foo:Bar) are not allowed
- invalid stash entry names (anything containing ::) are not allowed
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Package-Stash/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Package-Stash/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Package-Stash/Makefile b/devel/p5-Package-Stash/Makefile index b0080f21d11..50a579ffa4c 100644 --- a/devel/p5-Package-Stash/Makefile +++ b/devel/p5-Package-Stash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2011/08/16 21:01:49 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2011/10/13 07:17:42 hiramatsu Exp $ # -DISTNAME= Package-Stash-0.31 +DISTNAME= Package-Stash-0.33 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/} diff --git a/devel/p5-Package-Stash/distinfo b/devel/p5-Package-Stash/distinfo index 04a8ee4c2a8..69bf218245c 100644 --- a/devel/p5-Package-Stash/distinfo +++ b/devel/p5-Package-Stash/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/08/16 21:01:49 wiz Exp $ +$NetBSD: distinfo,v 1.6 2011/10/13 07:17:42 hiramatsu Exp $ -SHA1 (Package-Stash-0.31.tar.gz) = 11c8e57eb8aad351343412cc86b01545d9b486c5 -RMD160 (Package-Stash-0.31.tar.gz) = 6916dc72238bd5fbd224eb4a84eb91dbdde89888 -Size (Package-Stash-0.31.tar.gz) = 29982 bytes +SHA1 (Package-Stash-0.33.tar.gz) = 9beb102a214c1307d9d948086197f337b4cdfe64 +RMD160 (Package-Stash-0.33.tar.gz) = fccc8bf41f73a5f92f0e71c37d2cd6d7d8e9d3f2 +Size (Package-Stash-0.33.tar.gz) = 29841 bytes |