From 696fe3cd297581769408efb7ae07a8c702d50e49 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 19 Oct 2024 00:38:17 +0200 Subject: [PATCH] security/cryptopp: Remove references to www.cryptopp.com and point to GitHub Down for months Reference: https://github.com/weidai11/cryptopp/issues/1282 Approved by: portmgr (blanket) --- security/cryptopp/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index 572e3a11d9c2..86bdd0e75dbf 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -1,13 +1,12 @@ PORTNAME= cryptopp PORTVERSION= 8.9.0 CATEGORIES= security -MASTER_SITES= https://github.com/weidai11/${PORTNAME}/releases/download/CRYPTOPP_${PORTVERSION:S/./_/g}/ \ - http://www.cryptopp.com/ +MASTER_SITES= https://github.com/weidai11/${PORTNAME}/releases/download/CRYPTOPP_${PORTVERSION:S/./_/g}/ DISTNAME= cryptopp${PORTVERSION:S/.//g} MAINTAINER= jhale@FreeBSD.org COMMENT= Free C++ class library of Cryptographic Primitives -WWW= https://www.cryptopp.com/ +WWW= https://github.com/weidai11/cryptopp LICENSE= BSL LICENSE_FILE= ${WRKSRC}/License.txt