pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Mouse Update from version 0.27 to version 0.28.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e26b3e264d79
branches:  trunk
changeset: 398852:e26b3e264d79
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Sep 09 20:07:39 2009 +0000

description:
Update from version 0.27 to version 0.28.

Pkgsrc changes:
- Adjust MASTER_SITES

Upstream changes:
0.28 Wed Sep  8 20:00:06 2009
    * Alter Makefile.PL so in author mode we generate lib/Mouse/Tiny.pm on
      every run so that 'make dist' actually does what it's meant to (mst)

    * Only unlink Mouse::Tiny if it exists, otherwise autodie pitches
      a fit (miyagawa)

    * Make auto_deref also handles isa not only ArrayRef and HashRef, but also
      ArrayRef[Foo::Bar] and HashRef[Foo::Bar]

diffstat:

 devel/p5-Mouse/Makefile |  6 +++---
 devel/p5-Mouse/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 3eaa28d482ca -r e26b3e264d79 devel/p5-Mouse/Makefile
--- a/devel/p5-Mouse/Makefile   Wed Sep 09 19:57:05 2009 +0000
+++ b/devel/p5-Mouse/Makefile   Wed Sep 09 20:07:39 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2009/07/07 21:17:06 sno Exp $
+# $NetBSD: Makefile,v 1.13 2009/09/09 20:07:39 seb Exp $
 
-DISTNAME=      Mouse-0.27
+DISTNAME=      Mouse-0.28
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SUNNAVY/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Mouse/
diff -r 3eaa28d482ca -r e26b3e264d79 devel/p5-Mouse/distinfo
--- a/devel/p5-Mouse/distinfo   Wed Sep 09 19:57:05 2009 +0000
+++ b/devel/p5-Mouse/distinfo   Wed Sep 09 20:07:39 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2009/07/07 21:17:06 sno Exp $
+$NetBSD: distinfo,v 1.12 2009/09/09 20:07:39 seb Exp $
 
-SHA1 (Mouse-0.27.tar.gz) = 07b55d05601059f5be947f20edb97d7d81deeb4b
-RMD160 (Mouse-0.27.tar.gz) = 52f7d6ba17201a52cd563905a03a724a01f3f0d0
-Size (Mouse-0.27.tar.gz) = 108926 bytes
+SHA1 (Mouse-0.28.tar.gz) = ce2d87cc79fef4530bdd33bba2f7fb3aa5e9a2d5
+RMD160 (Mouse-0.28.tar.gz) = 0cfa76d5091607f41c15059d8eadca65ec64265c
+Size (Mouse-0.28.tar.gz) = 110540 bytes



Home | Main Index | Thread Index | Old Index