Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2024 23:48:24 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 696fe3cd2975 - main - security/cryptopp: Remove references to www.cryptopp.com and point to GitHub
Message-ID:  <202410182348.49INmO25016563@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410182348.49INmO25016563>