pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Types Update to 0.44
details: https://anonhg.NetBSD.org/pkgsrc/rev/aaa9c52bb21f
branches: trunk
changeset: 631521:aaa9c52bb21f
user: wen <wen%pkgsrc.org@localhost>
date: Sun Mar 09 13:22:32 2014 +0000
description:
Update to 0.44
Upstream changes:
0.44 2014-03-09 04:16:20Z
- full respect for namespaces: declared types are now properly
installed into the proper package, so they survive
namespace::autoclean; however, types imported from the declaration
class are still properly cleaned by namespace::autoclean (as
implemented in trial versions 0.40-0.43)
0.43 2014-01-17 01:25:55Z (TRIAL RELEASE)
- line numbers in shipped code are now almost the same (within 3) as
the repository source, for easier debugging
- skipped new namespacing tests that fail with older Moose versions,
due to an inability to install blessed subs
0.42 2014-01-04 23:31:58Z (TRIAL RELEASE)
- declared (not imported) types are now properly installed into the
proper package, so they survive namespace::autoclean (fixed this
time)
diffstat:
devel/p5-MooseX-Types/Makefile | 5 +++--
devel/p5-MooseX-Types/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 37d962435ab2 -r aaa9c52bb21f devel/p5-MooseX-Types/Makefile
--- a/devel/p5-MooseX-Types/Makefile Sun Mar 09 13:02:27 2014 +0000
+++ b/devel/p5-MooseX-Types/Makefile Sun Mar 09 13:22:32 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2014/01/09 07:17:35 wen Exp $
+# $NetBSD: Makefile,v 1.28 2014/03/09 13:22:32 wen Exp $
#
-DISTNAME= MooseX-Types-0.41
+DISTNAME= MooseX-Types-0.44
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
@@ -17,6 +17,7 @@
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
DEPENDS+= p5-namespace-clean>=0.19:../../devel/p5-namespace-clean
+BUILD_DEPENDS+= p5-Module-Build-Tiny>=0.035:../../devel/p5-Module-Build-Tiny
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires
diff -r 37d962435ab2 -r aaa9c52bb21f devel/p5-MooseX-Types/distinfo
--- a/devel/p5-MooseX-Types/distinfo Sun Mar 09 13:02:27 2014 +0000
+++ b/devel/p5-MooseX-Types/distinfo Sun Mar 09 13:22:32 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2014/01/09 07:17:36 wen Exp $
+$NetBSD: distinfo,v 1.19 2014/03/09 13:22:32 wen Exp $
-SHA1 (MooseX-Types-0.41.tar.gz) = b0a971d6b70bdaa1afd28e6732699e325c197a7f
-RMD160 (MooseX-Types-0.41.tar.gz) = 3c04665fe326f289238b1c5f8e91bcbe2134f7af
-Size (MooseX-Types-0.41.tar.gz) = 48437 bytes
+SHA1 (MooseX-Types-0.44.tar.gz) = 0150925710c24fd8128d1bf140c57ed14b0171a6
+RMD160 (MooseX-Types-0.44.tar.gz) = cfd88c5f4bf1fdb89c906f9bbb3e8a34d51936b4
+Size (MooseX-Types-0.44.tar.gz) = 52857 bytes
Home |
Main Index |
Thread Index |
Old Index