git: 9f5484e6093b - main - math/fftw: Refresh MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 19:11:20 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f5484e6093b18aaae807ba53b23098665e4a049 commit 9f5484e6093b18aaae807ba53b23098665e4a049 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-13 10:33:18 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-13 19:11:16 +0000 math/fftw: Refresh MASTER_SITES Remove dead mirrors and add http mirror --- math/fftw/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 3195c83aca8c..1dac53aba106 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -2,11 +2,8 @@ PORTNAME= fftw PORTVERSION= 2.1.5 PORTREVISION?= 23 CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - ftp://ftp.fftw.org/pub/fftw/old/ \ - ftp://theory.lcs.mit.edu/pub/fftw/ \ - ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ - +MASTER_SITES= http://ftp.fftw.org/ \ + ftp://ftp.fftw.org/pub/fftw/ MAINTAINER= ports@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform WWW= https://www.fftw.org/