diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 11:37:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 11:37:24 +0000 |
commit | 5ee0809595adf206d7f8e6601d3b4da93a44d8fc (patch) | |
tree | 479f2dfefc68e07da2bda6ef0b84a754c47064ac /security | |
parent | 2150bb38531cab38860a040e7b83624863617ce6 (diff) | |
download | pkgsrc-5ee0809595adf206d7f8e6601d3b4da93a44d8fc.tar.gz |
Remove Ex-MASTER_SITE. From Zafer Aydogan.
Diffstat (limited to 'security')
-rw-r--r-- | security/scanssh/Makefile | 5 | ||||
-rw-r--r-- | security/srp_client/Makefile | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 81cc2f33a09..13e5db4fcf0 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2007/08/16 09:27:06 tnn Exp $ +# $NetBSD: Makefile,v 1.24 2007/12/02 11:37:24 wiz Exp $ DISTNAME= scanssh-2.1 PKGREVISION= 5 CATEGORIES= security -MASTER_SITES= http://monkey.org/~provos/ \ - ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/ +MASTER_SITES= http://monkey.org/~provos/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://monkey.org/~provos/scanssh/ diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index cdea79ecad4..73897fc879e 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.34 2007/06/14 18:40:57 gdt Exp $ +# $NetBSD: Makefile,v 1.35 2007/12/02 11:37:53 wiz Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 -PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= security net -MASTER_SITES= ftp://ftp.win.ne.jp/pub/network/security/srp/ \ - ftp://ftp.zedz.net/pub/crypto/programs/srp/ +MASTER_SITES= ftp://ftp.zedz.net/pub/crypto/programs/srp/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://srp.stanford.edu/ |