pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Hash-Merge
Module Name: pkgsrc
Committed By: wiz
Date: Fri Nov 24 13:52:10 UTC 2017
Modified Files:
pkgsrc/devel/p5-Hash-Merge: Makefile distinfo
Log Message:
p5-Hash-Merge: update to 0.299.
0.299 2017-11-20
- Fixed behavior change if Hash contains blessed hashes (Thanks to
David E. Wheeler)
- Extended testing with blessed objects.
0.298 2017-11-15
- Version 0.298 release
0.200_003 2017-11-07
- Documentation updated and extended.
- Do not clone if not a reference. This fixes a failure when using
Storable as backend.
- Update dependencies and requirements.
- Extended testing in order to test all the different clone() backends.
0.200_002 2017-10-16
- Rely on backend() debug helper of Clone::Choose 0.003 to help
identifying issues depending on underlying clone implementation
0.200_001 2017-10-11
- Switch to Clone::Choose instead of NIH clone detector.
- Fixed weird object vs. global behavior
- Aligned distribution sets, perltidy, perlcritic, etc.
- RT#55978 Fixed avoid the eval in _get_obj (Thanks to Larry Leszczynski)
- RT#81156 Fixed behavior name bug (Thanks to Matt D. Garrett)
- RT#69872 Fixed cloning does not happen bug (Thanks to John Busco)
- PR#1 Fixed syntax errors in code samples (Thanks to book)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Hash-Merge/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Hash-Merge/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-Hash-Merge/Makefile
diff -u pkgsrc/devel/p5-Hash-Merge/Makefile:1.15 pkgsrc/devel/p5-Hash-Merge/Makefile:1.16
--- pkgsrc/devel/p5-Hash-Merge/Makefile:1.15 Mon Jun 5 14:23:05 2017
+++ pkgsrc/devel/p5-Hash-Merge/Makefile Fri Nov 24 13:52:09 2017
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:23:05 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.16 2017/11/24 13:52:09 wiz Exp $
-DISTNAME= Hash-Merge-0.200
+DISTNAME= Hash-Merge-0.299
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Hash/}
@@ -12,14 +10,10 @@ HOMEPAGE= http://search.cpan.org/dist/Ha
COMMENT= Perl 5 module to merges arbitrarily deep hashes
LICENSE= ${PERL5_LICENSE}
+DEPENDS+= p5-Clone-Choose-[0-9]*:../../devel/p5-Clone-Choose
+
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Hash/Merge/.packlist
-# Merge.pm proves this version, even if it's not named in META.yml
-DEPENDS+= p5-Clone>=0.09:../../devel/p5-Clone
-
-post-extract:
- ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Hash-Merge/distinfo
diff -u pkgsrc/devel/p5-Hash-Merge/distinfo:1.5 pkgsrc/devel/p5-Hash-Merge/distinfo:1.6
--- pkgsrc/devel/p5-Hash-Merge/distinfo:1.5 Tue Nov 3 03:28:19 2015
+++ pkgsrc/devel/p5-Hash-Merge/distinfo Fri Nov 24 13:52:09 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:28:19 agc Exp $
+$NetBSD: distinfo,v 1.6 2017/11/24 13:52:09 wiz Exp $
-SHA1 (Hash-Merge-0.200.tar.gz) = d0fa07de58f603ef1a1cd00d697b32efb697e9dc
-RMD160 (Hash-Merge-0.200.tar.gz) = 36bbf70e73c039d232a1369eaa69bbcac59a5797
-SHA512 (Hash-Merge-0.200.tar.gz) = b04f5229f70630d5a1552dcff83743d4c053bfd8b7b294fb03b21f2e7c12b6540a39e6c93fe016960686e1e9107dc0507d15406247da827fb608bc273e53eeec
-Size (Hash-Merge-0.200.tar.gz) = 10339 bytes
+SHA1 (Hash-Merge-0.299.tar.gz) = fd4e587b62d4a8a7954918e566b2e13e02f380e1
+RMD160 (Hash-Merge-0.299.tar.gz) = 22cb329246a437dc9c5fd81d320aba992498d5a1
+SHA512 (Hash-Merge-0.299.tar.gz) = eca30f92d575619e221a3a2fdb3ad4023dca13eb61d3f947b60ae95265f11da9fc3c14d8771c49c9a67cb58ad7761283f4e752032eca8ae027b27188d60bf119
+Size (Hash-Merge-0.299.tar.gz) = 13585 bytes
Home |
Main Index |
Thread Index |
Old Index