diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-09 20:02:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-09 20:02:27 +0000 |
commit | f77c565140fced0932d3c0a5bd587eda5cd649a3 (patch) | |
tree | 8cbdafcceeb9848a5b26a2fffc4a35a03c9d51ac /security/srp_client | |
parent | c3af0c0cc1c2f1356679c8af719cf7deb49f9664 (diff) | |
download | pkgsrc-f77c565140fced0932d3c0a5bd587eda5cd649a3.tar.gz |
Remove a distsite, and BROKEN (distfile on ftp.netbsd.org).
Diffstat (limited to 'security/srp_client')
-rw-r--r-- | security/srp_client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index cd36fb8cdb3..5e13a5eb881 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/09/09 19:40:23 fredb Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/09 20:02:27 wiz Exp $ # DISTNAME= srp-1.4.4 @@ -7,7 +7,6 @@ CATEGORIES= security net MASTER_SITES= ftp://paris.arcot.com/pub/srp/ \ ftp://srp.stanford.edu/pub/srp/ \ ftp://labrea.stanford.edu/pub/srp/ \ - http://www.nit.gwu.edu/srp/ \ ftp://ftp.kfki.hu/pub/packages/security/srp/ \ ftp://ftp.bandit.co.jp/pub/srp/ \ ftp://ftp.win.or.jp/pub/network/security/srp/ \ @@ -20,7 +19,6 @@ BUILD_DEPENDS+= autoconf:../../devel/autoconf BUILD_DEPENDS+= automake:../../devel/automake DEPENDS+= gmp>=2.0.2:../../devel/gmp -BROKEN= "Distfile for srp-1.4.4 not available" CRYPTO= yes GNU_CONFIGURE= yes |