Hi ports, 

I'm proposing here an update for Test::Leaktrace, that contains fixes
to build it with the future Perl 5.28. 

There is nothing more than this in this update [1]. I also zapped a
trailing whitespace in DESCR, and took the opportunity to make spacing 
more consistent, as it's a simple version bump.

Testing: 

- 'make test' passes on amd64 and macppc (it's a XS module)
- There are 343 ports that depends on it, none of them show issues
  related to the update on amd64 [2].

Any comments or feedback? 

Charlène. 


[1] https://metacpan.org/changes/distribution/Test-LeakTrace
[2] https://transfer.sh/iDSE5/p5-Test-LeakTrace.tgz

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Test-LeakTrace/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile    20 Mar 2016 19:56:37 -0000      1.13
+++ Makefile    26 Dec 2018 23:51:57 -0000
@@ -1,17 +1,16 @@
 # $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:37 naddy Exp $
 
-COMMENT=       module for tracing memory leaks
+COMMENT =              module for tracing memory leaks
 
-DISTNAME =     Test-LeakTrace-0.15
-REVISION =     0
+DISTNAME =             Test-LeakTrace-0.16
 
-CATEGORIES=    devel
+CATEGORIES =           devel
 
 # perl
-PERMIT_PACKAGE_CDROM=   Yes
+PERMIT_PACKAGE_CDROM = Yes
 
 WANTLIB += c perl
 
-MODULES=       cpan
+MODULES =              cpan
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Test-LeakTrace/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    8 Dec 2014 15:07:58 -0000       1.5
+++ distinfo    26 Dec 2018 23:51:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (Test-LeakTrace-0.15.tar.gz) = 
77i1i2mB78bJxLSjtVByj4wXnzyNV8BXJIcwEcCN5l4=
-SIZE (Test-LeakTrace-0.15.tar.gz) = 49364
+SHA256 (Test-LeakTrace-0.16.tar.gz) = 
Xwie7ZFfHsjHQ/bSd3w+zQygHfL3ueEAONMWlSWD5AM=
+SIZE (Test-LeakTrace-0.16.tar.gz) = 49435
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/p5-Test-LeakTrace/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   29 Sep 2009 09:04:13 -0000      1.1.1.1
+++ pkg/DESCR   26 Dec 2018 23:51:57 -0000
@@ -1,3 +1,3 @@
-Test::LeakTrace module provides several functions that trace 
+Test::LeakTrace module provides several functions that trace
 memory leaks.  This module scans arenas, the memory allocation
 system, so it can detect any leaked SVs in given blocks.



Reply via email to