Date: Mon, 16 Jan 2017 23:10:15 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431709 - in head/math: fftw3 fftw3-float fftw3-long Message-ID: <201701162310.v0GNAF5X005582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Mon Jan 16 23:10:15 2017 New Revision: 431709 URL: https://svnweb.freebsd.org/changeset/ports/431709 Log: Update to 3.3.6-pl1 (3.3.6.1) Use ports test framework Remove obsolete CVS tags Changes: http://www.fftw.org/release-notes.html Modified: head/math/fftw3-float/Makefile head/math/fftw3-long/Makefile head/math/fftw3/Makefile head/math/fftw3/distinfo head/math/fftw3/pkg-plist Modified: head/math/fftw3-float/Makefile ============================================================================== --- head/math/fftw3-float/Makefile Mon Jan 16 23:05:23 2017 (r431708) +++ head/math/fftw3-float/Makefile Mon Jan 16 23:10:15 2017 (r431709) @@ -1,6 +1,5 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports-experimental/math/fftw3-float/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $ COMMENT= Fast Discrete Fourier Transform (Single Precision C Routines) Modified: head/math/fftw3-long/Makefile ============================================================================== --- head/math/fftw3-long/Makefile Mon Jan 16 23:05:23 2017 (r431708) +++ head/math/fftw3-long/Makefile Mon Jan 16 23:10:15 2017 (r431709) @@ -1,6 +1,5 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports-experimental/math/fftw3-long/Makefile,v 1.1 2006/03/28 00:08:58 ahze Exp $ COMMENT= Fast Discrete Fourier Transform (Long Double Precision C Routines) Modified: head/math/fftw3/Makefile ============================================================================== --- head/math/fftw3/Makefile Mon Jan 16 23:05:23 2017 (r431708) +++ head/math/fftw3/Makefile Mon Jan 16 23:10:15 2017 (r431709) @@ -1,15 +1,14 @@ # Created by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> # $FreeBSD$ -# $MCom: ports-experimental/math/fftw3/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $ PORTNAME= fftw3 -PORTVERSION= 3.3.5 +DISTVERSION= 3.3.6-pl1 PORTREVISION?= 0 CATEGORIES= math MASTER_SITES= http://www.fftw.org/ \ ftp://ftp.fftw.org/pub/fftw/ PKGNAMESUFFIX= ${FFTW3_PKGNAMESUFFIX} -DISTNAME= fftw-${PORTVERSION} +DISTNAME= fftw-${DISTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform @@ -23,6 +22,8 @@ FFTW3_SUFX= GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +TEST_TARGET= smallcheck #bigcheck check exhaustive-check paranoid-check +TEST_WRKSRC= ${WRKSRC}/tests USES= gmake libtool makeinfo pathfix perl5 pkgconfig USE_PERL5= build USE_LDCONFIG= yes @@ -157,10 +158,4 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so .endif -regression-test test: smallcheck - -bigcheck check exhaustive-check paranoid-check smallcheck: build - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC}/tests \ - ${MAKE_ARGS} $@ - .include <bsd.port.post.mk> Modified: head/math/fftw3/distinfo ============================================================================== --- head/math/fftw3/distinfo Mon Jan 16 23:05:23 2017 (r431708) +++ head/math/fftw3/distinfo Mon Jan 16 23:10:15 2017 (r431709) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477312473 -SHA256 (fftw-3.3.5.tar.gz) = 8ecfe1b04732ec3f5b7d279fdb8efcad536d555f9d1e8fabd027037d45ea8bcf -SIZE (fftw-3.3.5.tar.gz) = 4148447 +TIMESTAMP = 1484577070 +SHA256 (fftw-3.3.6-pl1.tar.gz) = 1ef4aa8427d9785839bc767f3eb6a84fcb5e9a37c31ed77a04e7e047519a183d +SIZE (fftw-3.3.6-pl1.tar.gz) = 4179807 Modified: head/math/fftw3/pkg-plist ============================================================================== --- head/math/fftw3/pkg-plist Mon Jan 16 23:05:23 2017 (r431708) +++ head/math/fftw3/pkg-plist Mon Jan 16 23:10:15 2017 (r431709) @@ -11,19 +11,19 @@ bin/fftw%%FFTW3_SUFX%%-wisdom lib/libfftw3%%FFTW3_SUFX%%.a lib/libfftw3%%FFTW3_SUFX%%.so lib/libfftw3%%FFTW3_SUFX%%.so.3 -lib/libfftw3%%FFTW3_SUFX%%.so.3.5.5 +lib/libfftw3%%FFTW3_SUFX%%.so.3.5.6 %%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.a %%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so %%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so.3 -%%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so.3.5.5 +%%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so.3.5.6 %%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.a %%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so %%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so.3 -%%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so.3.5.5 +%%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so.3.5.6 lib/libfftw3%%FFTW3_SUFX%%_threads.a lib/libfftw3%%FFTW3_SUFX%%_threads.so lib/libfftw3%%FFTW3_SUFX%%_threads.so.3 -lib/libfftw3%%FFTW3_SUFX%%_threads.so.3.5.5 +lib/libfftw3%%FFTW3_SUFX%%_threads.so.3.5.6 libdata/pkgconfig/fftw3%%FFTW3_SUFX%%.pc %%DEF%%man/man1/fftw-wisdom.1.gz %%DEF%%man/man1/fftw-wisdom-to-conf.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701162310.v0GNAF5X005582>