From c0e938f1ba24a0eaa98032a8e86ed302b77eada7 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 18 Oct 2024 03:04:04 +0800 Subject: [PATCH] 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/