diff options
author | obache <obache@pkgsrc.org> | 2008-01-05 05:09:09 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-05 05:09:09 +0000 |
commit | a193648c6dc582ebc6309c74c094f04eb54f66d8 (patch) | |
tree | f179c1768335053e4f4c4941c676a6a3ad2a0548 /security/hydra | |
parent | 4ec7f5236dfe6ea71910ed45623d6d0d22a5cf79 (diff) | |
download | pkgsrc-a193648c6dc582ebc6309c74c094f04eb54f66d8.tar.gz |
Old url is not available now, noticed by Zafer Aydogan in private mail.
Switch HOMEPAGE and MASTER_SITES to new location.
Diffstat (limited to 'security/hydra')
-rw-r--r-- | security/hydra/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile index 49a591b411b..08b844d6a5c 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.13 2006/07/18 22:12:30 adrianp Exp $ +# $NetBSD: Makefile,v 1.14 2008/01/05 05:09:09 obache Exp $ # DISTNAME= ${PKGNAME_NOREV}-src PKGNAME= hydra-5.3 CATEGORIES= security -MASTER_SITES= http://thc.segfault.net/releases/ \ - http://www.thc.org/releases/ +MASTER_SITES= http://freeworld.thc.org/releases/ MAINTAINER= adrianp@NetBSD.org -HOMEPAGE= http://thc.org.segfault.net/thc-hydra/ +HOMEPAGE= http://freeworld.thc.org/thc-hydra/ COMMENT= Login password cracker .include "../../mk/bsd.prefs.mk" |