mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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)
This commit is contained in:
parent
7ba144789a
commit
696fe3cd29
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user