git: 696fe3cd2975 - main - security/cryptopp: Remove references to www.cryptopp.com and point to GitHub

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Fri, 18 Oct 2024 23:48:24 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=696fe3cd297581769408efb7ae07a8c702d50e49

commit 696fe3cd297581769408efb7ae07a8c702d50e49
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-10-18 22:38:17 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-10-18 23:38:54 +0000

    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