Skip to content

Commit

Permalink
Updated devel/p5-MooseX-StrictConstructor to 0.21
Browse files Browse the repository at this point in the history
-------------------------------------------------
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
  • Loading branch information
mef committed Mar 20, 2017
1 parent 1617934 commit 5255aa4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions devel/p5-MooseX-StrictConstructor/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -12,9 +11,11 @@ HOMEPAGE= http://search.cpan.org/dist/MooseX-StrictConstructor/
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
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-MooseX-StrictConstructor/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5255aa4

Please sign in to comment.