diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-09 00:17:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-09 00:17:38 +0000 |
commit | d668f660f3d1bcf83fc5c5cd316b9cb947ae3270 (patch) | |
tree | 2c349934e87312559ea16e02caf54dcf7c598555 /security/rsaref | |
parent | b03113636a940e3f1d5d2c9a1cc46dcf101d9ab0 (diff) | |
download | ports-d668f660f3d1bcf83fc5c5cd316b9cb947ae3270.tar.gz ports-d668f660f3d1bcf83fc5c5cd316b9cb947ae3270.zip |
Notes
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 08618cb5cafa..5e0336a5fd7c 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -11,12 +11,12 @@ DISTNAME= rsaref20.1996 PKGNAME= rsaref-2.0 CATEGORIES= security MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/ \ - ftp://ftp.ntua.gr/pub/crypt/mirrors/utopia.hacktic.nl/crypto/LIBS/math/ \ + ftp://ftp.replay.com/pub/crypto/crypto/LIBS/rsa \ ftp://ftp.tuwien.ac.at/opsys/linux/replay.com/crypto/LIBS/math/ \ - ftp://ftp.nstu.ru/pub/sources/security/crypt/ + ftp://ftp.zedz.net/pub/crypto/crypto/LIBS/rsa/ EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kris@FreeBSD.ORG WRKSRC= ${WRKDIR}/source RESTRICTED= "Crypto" |