Modified: trunk/dports/perl/p5-hash-fieldhash/Portfile (149709 => 149710)
--- trunk/dports/perl/p5-hash-fieldhash/Portfile 2016-06-29 16:47:56 UTC (rev 149709)
+++ trunk/dports/perl/p5-hash-fieldhash/Portfile 2016-06-29 16:48:26 UTC (rev 149710)
@@ -5,7 +5,7 @@
PortGroup perl5 1.0
perl5.branches 5.22 5.24
-perl5.setup Hash-FieldHash 0.12
+perl5.setup Hash-FieldHash 0.14
platforms darwin
maintainers nomaintainer
license {Artistic-1 GPL}
@@ -15,5 +15,12 @@
long_description Hash::FieldHash provides the field hash mechanism which \
supports the inside-out technique.
-checksums sha1 ae76d83b7cedb825eb0139a7c33a9c50340946a2 \
- rmd160 bda15dd10706537871ef290e51ee8bd32ce23184
+checksums rmd160 ad6337bcd1292cf21932c155c2bb39cfba27cd2d \
+ sha256 e1f7d0e97dd14afb2dddf64052e503c05467f73f51756ea7b647d59cab0cf721
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-test-leaktrace
+
+ perl5.use_module_build
+}