On Fri, Nov 03, 2017 at 03:27:03PM +0100, Steven Mestdagh wrote:
> minor update.  comments/ok?

What happened to the portable binary bit? Otherwise OK.

> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/math/fftw3/Makefile,v
> retrieving revision 1.32
> diff -u -p -u -r1.32 Makefile
> --- Makefile  23 Mar 2016 21:14:58 -0000      1.32
> +++ Makefile  3 Nov 2017 14:26:09 -0000
> @@ -3,18 +3,17 @@
>  COMMENT-main=        C routines for computing the Discrete Fourier Transform
>  COMMENT-common=      common files for the fftw3 packages
>  
> -V=           3.3.4
> +V=           3.3.7
>  DISTNAME=    fftw-${V}
>  PKGNAME=     fftw3-${V}
> -REVISION=    0
>  FULLPKGNAME-main=    fftw3-${V}
>  # XXX set it to its default value so that bsd.port.mk won't whine
>  FULLPKGPATH-main=    math/fftw3,-main${FLAVOR_EXT:S/-/,/g}
>  FULLPKGNAME-common=  fftw3-common-${V}
> -SHARED_LIBS= fftw3   7.0 \
> -             fftw3f  7.0 \
> -             fftw3_threads   1.0 \
> -             fftw3f_threads  1.0
> +SHARED_LIBS= fftw3   7.1 \
> +             fftw3f  7.1 \
> +             fftw3_threads   1.1 \
> +             fftw3f_threads  1.1
>  CATEGORIES=  math
>  
>  HOMEPAGE=    http://www.fftw.org/
> @@ -35,8 +34,7 @@ FLAVOR?=    double
>  
>  USE_GMAKE=   Yes
>  CONFIGURE_STYLE=gnu
> -CONFIGURE_ARGS=      --enable-portable-binary \
> -             --enable-threads
> +CONFIGURE_ARGS=      --enable-threads
>  
>  .if ${FLAVOR} == "float"
>  CONFIGURE_ARGS+=--enable-float
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/math/fftw3/distinfo,v
> retrieving revision 1.9
> diff -u -p -u -r1.9 distinfo
> --- distinfo  14 Aug 2015 19:51:26 -0000      1.9
> +++ distinfo  3 Nov 2017 14:26:09 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (fftw-3.3.4.tar.gz) = jwzekJKbwFWHwzaNLxXNBTCmC4qZEqjil5py2+WvCYI=
> -SIZE (fftw-3.3.4.tar.gz) = 3940427
> +SHA256 (fftw-3.3.7.tar.gz) = O2Cbf+ulIw6PbdjSRd2++sMkxaauQYaUdnDZrCzSVXM=
> +SIZE (fftw-3.3.7.tar.gz) = 4105807

Reply via email to