pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-MethodAttributes Updating package for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c17c25ddf1ce
branches:  trunk
changeset: 397199:c17c25ddf1ce
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Aug 09 12:03:51 2009 +0000

description:
Updating package for p5 module MooseX::MethodAttributes from 0.14 to 0.15

pkgsrc changes:
  - Adjusting license
  - Adding dependency to MRO::Compat

Upstream changes:
0.15     Sun, Jul 26 18:02:05 2009 +0100
  * Fix test which was failing in some cases and additional test cases.
  * No other changes on the dev release.

0.14_01  Thu, Jul 16 20:04:04 2009 +0100
  * Add TODO tests for role combination with method attributes, proving that this doesn't work.
  * Add nasty hack to allow the application of roles with method attributes to anon classes to
    work if the user does a special handwave. This is less than optimum, see big block comment
    in the code. :/

diffstat:

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

diffs (36 lines):

diff -r 8c02d6e1075a -r c17c25ddf1ce devel/p5-MooseX-MethodAttributes/Makefile
--- a/devel/p5-MooseX-MethodAttributes/Makefile Sun Aug 09 12:01:52 2009 +0000
+++ b/devel/p5-MooseX-MethodAttributes/Makefile Sun Aug 09 12:03:51 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2009/06/07 14:12:25 seb Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/09 12:03:51 sno Exp $
 
-DISTNAME=      MooseX-MethodAttributes-0.14
+DISTNAME=      MooseX-MethodAttributes-0.15
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
@@ -8,8 +8,9 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/MooseX-MethodAttributes/
 COMMENT=       Perl5 module for code attribute introspection
-LICENSE=       gnu-gpl-v2 # OR artistic
+LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
 DEPENDS+=      p5-Moose>=0.79:../../devel/p5-Moose
 DEPENDS+=      p5-MooseX-Types>=0.06:../../devel/p5-MooseX-Types
 DEPENDS+=      p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
diff -r 8c02d6e1075a -r c17c25ddf1ce devel/p5-MooseX-MethodAttributes/distinfo
--- a/devel/p5-MooseX-MethodAttributes/distinfo Sun Aug 09 12:01:52 2009 +0000
+++ b/devel/p5-MooseX-MethodAttributes/distinfo Sun Aug 09 12:03:51 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/06/07 14:12:25 seb Exp $
+$NetBSD: distinfo,v 1.4 2009/08/09 12:03:51 sno Exp $
 
-SHA1 (MooseX-MethodAttributes-0.14.tar.gz) = e6efba8753d334780721acd56c4517c4b67e29d1
-RMD160 (MooseX-MethodAttributes-0.14.tar.gz) = 72517182cbf6cb965c9f4279f77cc3271034f08a
-Size (MooseX-MethodAttributes-0.14.tar.gz) = 17095 bytes
+SHA1 (MooseX-MethodAttributes-0.15.tar.gz) = e38b79d94bdf9c961d6b19cc7e135858bfe5ccb2
+RMD160 (MooseX-MethodAttributes-0.15.tar.gz) = 91585763a95886ae4994cf3dc58bbd591b328dc4
+Size (MooseX-MethodAttributes-0.15.tar.gz) = 18708 bytes



Home | Main Index | Thread Index | Old Index