Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2024 19:07:22 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c0e938f1ba24 - main - math/fftw: Fix 9f5484e6093b18aaae807ba53b23098665e4a049
Message-ID:  <202410171907.49HJ7MNh091906@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410171907.49HJ7MNh091906>