git: 31ffe63e69db - main - math/cm: Correct URLs MASTER_SITES and WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Dec 2023 21:31:10 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=31ffe63e69db1e53cd094debaedf286f4290e05e commit 31ffe63e69db1e53cd094debaedf286f4290e05e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-12-05 21:29:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-12-05 21:31:03 +0000 math/cm: Correct URLs MASTER_SITES and WWW --- math/cm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/cm/Makefile b/math/cm/Makefile index b829e72e40c4..b13eeb922efb 100644 --- a/math/cm/Makefile +++ b/math/cm/Makefile @@ -1,11 +1,11 @@ PORTNAME= cm DISTVERSION= 0.4.2 CATEGORIES= math -MASTER_SITES= http://www.multiprecision.org/downloads/ +MASTER_SITES= https://www.multiprecision.org/downloads/ MAINTAINER= yuri@FreeBSD.org COMMENT= Library for ring class fields of imaginary quadratic number fields -WWW= https://www.multiprecision.org/cm/home.html +WWW= https://www.multiprecision.org/cm/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING