git: 0abba6133538 - main - math/mpir: Change MASTER_SITES to https

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 28 Jun 2022 00:27:31 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0abba6133538b82a1283d16e8864ae59e7ce644a

commit 0abba6133538b82a1283d16e8864ae59e7ce644a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-28 00:27:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-28 00:27:04 +0000

    math/mpir: Change MASTER_SITES to https
---
 math/mpir/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/mpir/Makefile b/math/mpir/Makefile
index 2b805160b18e..e12f632c611f 100644
--- a/math/mpir/Makefile
+++ b/math/mpir/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	mpir
 PORTVERSION=	3.0.0
 PORTREVISION=	1
 CATEGORIES=	math
-MASTER_SITES=	http://mpir.org/
+MASTER_SITES=	https://mpir.org/
 
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Multiprecision integer, rational, floating point numbers library