git: 8f41d77f4b28 - main - devel/libcutl: Use https in MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jul 2023 08:50:24 UTC
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