diff options
author | kris <kris@FreeBSD.org> | 2000-01-09 08:17:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-09 08:17:38 +0800 |
commit | 5f2c0cd70b48444ed746d800a5944d069763d9d6 (patch) | |
tree | 367d75870531be95ff31b4a14b9bfbe04d649532 | |
parent | 0384001dc422d2991473ef8267bb0e63d133d186 (diff) | |
download | freebsd-ports-gnome-5f2c0cd70b48444ed746d800a5944d069763d9d6.tar.gz freebsd-ports-gnome-5f2c0cd70b48444ed746d800a5944d069763d9d6.tar.zst freebsd-ports-gnome-5f2c0cd70b48444ed746d800a5944d069763d9d6.zip |
Add some MASTER_SITES and take over maintainership.
PR: ports/15516
-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" |