git: c0e938f1ba24 - main - math/fftw: Fix 9f5484e6093b18aaae807ba53b23098665e4a049
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Oct 2024 19:07:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0e938f1ba24a0eaa98032a8e86ed302b77eada7 commit c0e938f1ba24a0eaa98032a8e86ed302b77eada7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-17 19:04:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-17 19:04:04 +0000 math/fftw: Fix 9f5484e6093b18aaae807ba53b23098665e4a049 - Update MASTER_SITES: - Add https:// - Remove ftp:// - Restore blank line --- math/fftw/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 1dac53aba106..f5a87aeee10a 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -2,8 +2,9 @@ PORTNAME= fftw PORTVERSION= 2.1.5 PORTREVISION?= 23 CATEGORIES= math -MASTER_SITES= http://ftp.fftw.org/ \ - ftp://ftp.fftw.org/pub/fftw/ +MASTER_SITES= https://www.fftw.org/ \ + http://ftp.fftw.org/ + MAINTAINER= ports@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform WWW= https://www.fftw.org/