git: ac7b6dacbe75 - main - converters/base64: MASTER_SITES now needs TLS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Mar 2025 07:10:52 UTC
The branch main has been updated by dch:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ac7b6dacbe759cc5acf7083a7b98b1638f971b93
commit ac7b6dacbe759cc5acf7083a7b98b1638f971b93
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-03-05 07:10:32 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-03-05 07:10:32 +0000
converters/base64: MASTER_SITES now needs TLS
Sponsored by: SkunkWerks, GmbH
---
converters/base64/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/converters/base64/Makefile b/converters/base64/Makefile
index dad281d76e7e..ad21593b5ada 100644
--- a/converters/base64/Makefile
+++ b/converters/base64/Makefile
@@ -2,7 +2,7 @@ PORTNAME= base64
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= converters
-MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
+MASTER_SITES= https://www.fourmilab.ch/webtools/base64/
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= Utility to encode and decode base64 files