Hi ports, Anil, 

Here is an update for Math::FFT, that will fix tests once we update to
Perl 5.28. 

What's new upstream (partial, see [1]): 

- Fix tests with newer Perl and an integer overflow 
- Code cleanup 

Port-wise it's a simple version bump. 

Testing: 

- 'make test' passes on amd64 and macppc (XS module)
- There are no consumers. 

Any comments or feedback? 

Charlène. 

[1] https://metacpan.org/source/SHLOMIF/Math-FFT-1.34/Changes


Index: Makefile
===================================================================
RCS file: /cvs/ports/math/p5-Math-FFT/Makefile,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 Makefile
--- Makefile    20 Mar 2016 19:56:48 -0000      1.16
+++ Makefile    4 Jan 2019 21:31:31 -0000
@@ -3,8 +3,7 @@
 COMMENT=       calculate Fast Fourier Transforms in perl
 
 MODULES=       cpan
-DISTNAME=      Math-FFT-1.28
-REVISION=      5
+DISTNAME=      Math-FFT-1.34
 CATEGORIES=    math
 
 MAINTAINER=    Anil Madhavapeddy <a...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/p5-Math-FFT/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    18 Jan 2015 03:14:29 -0000      1.5
+++ distinfo    4 Jan 2019 21:31:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (Math-FFT-1.28.tar.gz) = Y6yiD/AENUTowcs/3MnMd9EiQTCb/6pFrQj1FQhcOFM=
-SIZE (Math-FFT-1.28.tar.gz) = 29345
+SHA256 (Math-FFT-1.34.tar.gz) = 33utu0wdIRiat6P6zj7PgX7hnS328iZFHTvI+it6c0g=
+SIZE (Math-FFT-1.34.tar.gz) = 41732

Reply via email to