Date: Thu, 6 Apr 2017 17:25:29 +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: r437871 - head/math/fftw3 Message-ID: <201704061725.v36HPTKC068687@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Thu Apr 6 17:25:29 2017 New Revision: 437871 URL: https://svnweb.freebsd.org/changeset/ports/437871 Log: Update to 3.3.6.pl2 (3.3.6.2) Fix LICENSE Changes: http://www.fftw.org/release-notes.html Modified: head/math/fftw3/Makefile head/math/fftw3/distinfo Modified: head/math/fftw3/Makefile ============================================================================== --- head/math/fftw3/Makefile Thu Apr 6 15:39:17 2017 (r437870) +++ head/math/fftw3/Makefile Thu Apr 6 17:25:29 2017 (r437871) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= fftw3 -DISTVERSION= 3.3.6-pl1 -PORTREVISION?= 1 +DISTVERSION= 3.3.6-pl2 +PORTREVISION?= 0 CATEGORIES= math MASTER_SITES= http://www.fftw.org/ \ ftp://ftp.fftw.org/pub/fftw/ @@ -13,7 +13,7 @@ DISTNAME= fftw-${DISTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING #current flavors: default, float, long, and quad Modified: head/math/fftw3/distinfo ============================================================================== --- head/math/fftw3/distinfo Thu Apr 6 15:39:17 2017 (r437870) +++ head/math/fftw3/distinfo Thu Apr 6 17:25:29 2017 (r437871) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484577070 -SHA256 (fftw-3.3.6-pl1.tar.gz) = 1ef4aa8427d9785839bc767f3eb6a84fcb5e9a37c31ed77a04e7e047519a183d -SIZE (fftw-3.3.6-pl1.tar.gz) = 4179807 +TIMESTAMP = 1491496488 +SHA256 (fftw-3.3.6-pl2.tar.gz) = a5de35c5c824a78a058ca54278c706cdf3d4abba1c56b63531c2cb05f5d57da2 +SIZE (fftw-3.3.6-pl2.tar.gz) = 4185261
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704061725.v36HPTKC068687>