Date: Wed, 5 Jul 2023 08:50:24 GMT From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8f41d77f4b28 - main - devel/libcutl: Use https in MASTER_SITES Message-ID: <202307050850.3658oOA5049543@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rakuco: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f41d77f4b28249605c4281e8db385f832b20737 commit 8f41d77f4b28249605c4281e8db385f832b20737 Author: Raphael Kubo da Costa <rakuco@FreeBSD.org> AuthorDate: 2023-07-04 20:56:37 +0000 Commit: Raphael Kubo da Costa <rakuco@FreeBSD.org> CommitDate: 2023-07-05 08:45:28 +0000 devel/libcutl: Use https in MASTER_SITES --- devel/libcutl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libcutl/Makefile b/devel/libcutl/Makefile index 550ccfecd892..323b2b44feee 100644 --- a/devel/libcutl/Makefile +++ b/devel/libcutl/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcutl PORTVERSION= 1.10.0 PORTREVISION= 21 CATEGORIES= devel -MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= https://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= rakuco@FreeBSD.org COMMENT= C++ utility library with generic and independent components
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307050850.3658oOA5049543>