diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-01-21 06:11:11 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-01-21 06:11:11 +0000 |
commit | 9b052163d052ea73a63946e8b9d0b5a288a789e6 (patch) | |
tree | a7c9a2b95d8154cfe480832b3a05c1de02e43038 /security/john/Makefile | |
parent | 70a5191561926cc3f1619c830f3f637a69563870 (diff) |
Notes
Diffstat (limited to 'security/john/Makefile')
-rw-r--r-- | security/john/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index f97574c884eb..f5e684d19c20 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -7,12 +7,20 @@ PORTNAME= john PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.openwall.com/john/f/ \ ftp://ftp.ru.openwall.com/pub/projects/john/${PORTVERSION}/ \ ftp://ftp.se.openwall.com/pub/projects/john/${PORTVERSION}/ \ http://distro.ibiblio.org/pub/linux/distributions/openwall/projects/john/${PORTVERSION}/ +PATCH_SITES= ftp://ftp.openwall.com/pub/projects/john/contrib/ \ + http://www.mirrorgeek.com/openwall/projects/john/contrib/ \ + ftp://ftp.cert.dfn.de/pub/tools/net/Openwall/projects/john/contrib/ \ + http://ftp.sunet.se/pub/security/tools/net/Openwall/projects/john/contrib/ +PATCHFILES= john-${PORTVERSION}-all-9.diff.gz +PATCH_DIST_STRIP= -p2 + MAINTAINER= danfe@FreeBSD.org COMMENT= Featureful Unix password cracker |