diff options
author | krion <krion@FreeBSD.org> | 2004-05-25 05:33:35 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-25 05:33:35 +0000 |
commit | e80ee28667d9958fcc1442a6aeb7282e8511d7e4 (patch) | |
tree | ae4c276e3a5d6202d6e881e8e45fecf08ebee458 /security/crack | |
parent | 577af80407b6e1f0f45448eb2b15129e764559eb (diff) | |
download | FreeBSD-ports-e80ee28667d9958fcc1442a6aeb7282e8511d7e4.zip FreeBSD-ports-e80ee28667d9958fcc1442a6aeb7282e8511d7e4.tar.gz |
- Fix MASTER_SITES
PR: ports/67154
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security/crack')
-rw-r--r-- | security/crack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index bc18cbb..155bba3 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -11,7 +11,7 @@ PORTNAME= crack PORTVERSION= 5.0 CATEGORIES= security MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack/ \ - ftp://ftp.cert.dfn.de/pub/tools/password/Crack/ \ + ftp://the.ausmac.net/wd2a/security/host-security/ \ ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= Crackers/crack DISTNAME= ${PORTNAME}${PORTVERSION} |