pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-AttributeHelpers pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9df30428c0f
branches:  trunk
changeset: 394815:b9df30428c0f
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Jun 15 21:25:57 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module MooseX::AttributeHelpers from 0.17
    to 0.19
  - Adjusting license according to META.yaml
  - Using Module::Install as module type

Upstream changes:
0.19 Sun June 14, 2009
    - No functional changes from 0.18_01

0.18_01 Mon June 1, 2009
        - Turn our metaclasses into traits, though metaclasses still exist for
          backwards compatibility (Sartak and doy)
    - Add accessor to Hash and Array (Sartak)
        - Let the user know which constraint they have violated in the confessed
        message (nperez)

diffstat:

 devel/p5-MooseX-AttributeHelpers/Makefile |  10 ++++++----
 devel/p5-MooseX-AttributeHelpers/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r e5c36c1139a7 -r b9df30428c0f devel/p5-MooseX-AttributeHelpers/Makefile
--- a/devel/p5-MooseX-AttributeHelpers/Makefile Mon Jun 15 21:20:44 2009 +0000
+++ b/devel/p5-MooseX-AttributeHelpers/Makefile Mon Jun 15 21:25:57 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2009/04/12 20:07:24 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/06/15 21:25:57 sno Exp $
 #
 
-DISTNAME=      MooseX-AttributeHelpers-0.17
+DISTNAME=      MooseX-AttributeHelpers-0.19
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
@@ -9,15 +9,17 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/MooseX-AttributeHelpers/
 COMMENT=       Perl 5 module providing extensions to Moose attributes interface
-LICENSE=       artistic-2.0
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LANGUAGES= # empty
-PERL5_PACKLIST=        auto/MooseX/AttributeHelpers/.packlist
 
 BUILD_DEPENDS+=        p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
 DEPENDS+=      p5-Moose>=0.56:../../devel/p5-Moose
 
+PERL5_PACKLIST=        auto/MooseX/AttributeHelpers/.packlist
+PERL5_MODULE_TYPE=     Module::Install
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e5c36c1139a7 -r b9df30428c0f devel/p5-MooseX-AttributeHelpers/distinfo
--- a/devel/p5-MooseX-AttributeHelpers/distinfo Mon Jun 15 21:20:44 2009 +0000
+++ b/devel/p5-MooseX-AttributeHelpers/distinfo Mon Jun 15 21:25:57 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/04/12 20:07:24 sno Exp $
+$NetBSD: distinfo,v 1.4 2009/06/15 21:25:57 sno Exp $
 
-SHA1 (MooseX-AttributeHelpers-0.17.tar.gz) = 9a8f9a186184c56030b6974a633fc6197c1b697e
-RMD160 (MooseX-AttributeHelpers-0.17.tar.gz) = 3c6eb7fee258d5fb43920cf4bed325e13caf52f2
-Size (MooseX-AttributeHelpers-0.17.tar.gz) = 33498 bytes
+SHA1 (MooseX-AttributeHelpers-0.19.tar.gz) = 64b081c7160aeff55529fb141b4b21c1371e3bf2
+RMD160 (MooseX-AttributeHelpers-0.19.tar.gz) = f0053fc091cebb95600f5a0fb66fa641d8fdae75
+Size (MooseX-AttributeHelpers-0.19.tar.gz) = 38093 bytes



Home | Main Index | Thread Index | Old Index