Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2023 21:31:10 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31ffe63e69db - main - math/cm: Correct URLs MASTER_SITES and WWW
Message-ID:  <202312052131.3B5LVAoC024806@gitrepo.freebsd.org>

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



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