pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-MooseX-StrictConstructor



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Mar 20 13:45:28 UTC 2017

Modified Files:
        pkgsrc/devel/p5-MooseX-StrictConstructor: Makefile distinfo

Log Message:
Updated devel/p5-MooseX-StrictConstructor to 0.21
-------------------------------------------------
0.21     2017-02-09
- The last release accidentally added Moo as a hard prereq when it's only
  needed for testing. Patched by Karen Etheride (GH #4).

0.20     2017-02-09
- Repository has moved to the GitHub Moose organization

- Added support for __no_BUILD__ as a constructor argument to skip calling any
  BUILD subs (used internally by modules like Moo that have their own
  implementation of calling BUILD). Reported and patched by Karen Etheridge
  (RT#120124, GH #1).

(pkgsrc changes)
Add following line for make test
 BUILD_DEPENDS+=  p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-MooseX-StrictConstructor/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-MooseX-StrictConstructor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-MooseX-StrictConstructor/Makefile
diff -u pkgsrc/devel/p5-MooseX-StrictConstructor/Makefile:1.17 pkgsrc/devel/p5-MooseX-StrictConstructor/Makefile:1.18
--- pkgsrc/devel/p5-MooseX-StrictConstructor/Makefile:1.17      Wed Jun  8 19:23:17 2016
+++ pkgsrc/devel/p5-MooseX-StrictConstructor/Makefile   Mon Mar 20 13:45:28 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2016/06/08 19:23:17 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/03/20 13:45:28 mef Exp $
 #
 
-DISTNAME=      MooseX-StrictConstructor-0.19
+DISTNAME=      MooseX-StrictConstructor-0.21
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
 
@@ -12,9 +11,11 @@ HOMEPAGE=    http://search.cpan.org/dist/Mo
 COMMENT=       Make your object constructors blow up on unknown attributes
 LICENSE=       artistic-2.0
 
+DEPENDS+=      p5-Moose>=0.94:../../devel/p5-Moose
+
 #BUILD_DEPENDS+=       {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
-DEPENDS+=      p5-Moose>=0.94:../../devel/p5-Moose
+BUILD_DEPENDS+=        p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/MooseX/StrictConstructor/.packlist

Index: pkgsrc/devel/p5-MooseX-StrictConstructor/distinfo
diff -u pkgsrc/devel/p5-MooseX-StrictConstructor/distinfo:1.7 pkgsrc/devel/p5-MooseX-StrictConstructor/distinfo:1.8
--- pkgsrc/devel/p5-MooseX-StrictConstructor/distinfo:1.7       Tue Nov  3 03:28:33 2015
+++ pkgsrc/devel/p5-MooseX-StrictConstructor/distinfo   Mon Mar 20 13:45:28 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 03:28:33 agc Exp $
+$NetBSD: distinfo,v 1.8 2017/03/20 13:45:28 mef Exp $
 
-SHA1 (MooseX-StrictConstructor-0.19.tar.gz) = a27c8f6774345883dab08e3aed17673e2e942cf3
-RMD160 (MooseX-StrictConstructor-0.19.tar.gz) = dd34ff4fc5ab4364004d134f43bc5894ef0c1015
-SHA512 (MooseX-StrictConstructor-0.19.tar.gz) = 49fe134b4fa9f8deef014851aa851a185f02eb6f75c293e76a1143cb23de760aa46aeefcdb4c22322b545e73058532d35b0924f91de2561277b3f485f7a2fabd
-Size (MooseX-StrictConstructor-0.19.tar.gz) = 10242 bytes
+SHA1 (MooseX-StrictConstructor-0.21.tar.gz) = a9693462fe6d623efce6e8759d569db837c96cba
+RMD160 (MooseX-StrictConstructor-0.21.tar.gz) = fad49f93cf159ab2c362627aec59cd7162778fe2
+SHA512 (MooseX-StrictConstructor-0.21.tar.gz) = b515ce0de7962b2d2da0da3dfd0fab978a014f2d5dc9e92e76cc137a260d3190a993d3b791db5eaf416e838180bdec1f827961aad4552c67f7c7cf1477107bfc
+Size (MooseX-StrictConstructor-0.21.tar.gz) = 26792 bytes



Home | Main Index | Thread Index | Old Index