aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-01-13 05:41:37 +0000
committerJason E. Hale <jhale@FreeBSD.org>2023-01-13 22:18:56 +0000
commit932f55711898e0fcdfbea72e10b37456b3eb38aa (patch)
treedfa07e9286ae8832f5d4abf9deaa5402057ccd75
parent3263fa212a567e91c75f6c679b187439ecad6a01 (diff)
downloadports-932f55711898e0fcdfbea72e10b37456b3eb38aa.tar.gz
ports-932f55711898e0fcdfbea72e10b37456b3eb38aa.zip
security/cryptopp: Update MASTER_SITES
PR: 268715
-rw-r--r--security/cryptopp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index f9fa20a3d824..191a7ff0645f 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -1,7 +1,8 @@
PORTNAME= cryptopp
PORTVERSION= 8.7.0
CATEGORIES= security
-MASTER_SITES= http://www.cryptopp.com/
+MASTER_SITES= https://github.com/weidai11/${PORTNAME}/releases/download/CRYPTOPP_${PORTVERSION:S/./_/g}/ \
+ http://www.cryptopp.com/
DISTNAME= cryptopp${PORTVERSION:S/.//g}
MAINTAINER= jhale@FreeBSD.org