diff options
author | delphij <delphij@FreeBSD.org> | 2007-01-16 01:14:38 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-01-16 01:14:38 +0800 |
commit | 1cb976181ce701b9d811e3a60adf00d8b247e387 (patch) | |
tree | cf1e71436a13e0645ac57eb44e91e9277365126a /security | |
parent | a59b3fea8f25e0ef76283cf6a6a562e5db8028b2 (diff) | |
download | freebsd-ports-gnome-1cb976181ce701b9d811e3a60adf00d8b247e387.tar.gz freebsd-ports-gnome-1cb976181ce701b9d811e3a60adf00d8b247e387.tar.zst freebsd-ports-gnome-1cb976181ce701b9d811e3a60adf00d8b247e387.zip |
Replace outdated master sites with new ones.
Submitted by: Wei Dai <weidai at weidai dot com>
Diffstat (limited to 'security')
-rw-r--r-- | security/cryptopp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index bd0cf7850f44..0eea74d368cf 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -9,8 +9,7 @@ PORTNAME= cryptopp PORTVERSION= 5.4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.eskimo.com/~weidai/ \ - http://gd.tuwien.ac.at/privacy/crypto/libs/cryptlib/ \ + http://www.cryptopp.com/ \ http://www.mirrors.wiretapped.net/security/cryptography/libraries/cryptolib/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= cryptopp${PORTVERSION:S/.//g} |