diff options
author | krion <krion@FreeBSD.org> | 2003-07-30 04:26:20 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-30 04:26:20 +0800 |
commit | 10c164e399650fbd4759002624bee0291e9b97da (patch) | |
tree | da7f7005852f41e70827cca70799890d3a9d8c62 /security/john/Makefile | |
parent | 2b85ecf5017adce690eeda706cfde59920de96df (diff) | |
download | freebsd-ports-gnome-10c164e399650fbd4759002624bee0291e9b97da.tar.gz freebsd-ports-gnome-10c164e399650fbd4759002624bee0291e9b97da.tar.zst freebsd-ports-gnome-10c164e399650fbd4759002624bee0291e9b97da.zip |
Update to 1.6.34
PR: 55023
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'security/john/Makefile')
-rw-r--r-- | security/john/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index ecda3a07d975..70382aa1ff79 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -7,10 +7,9 @@ # PORTNAME= john -PORTVERSION= 1.6.33 +PORTVERSION= 1.6.34 CATEGORIES= security -MASTER_SITES= http://www.openwall.com/john/ \ - ftp://ftp.ca.openwall.com/pub/projects/john/ \ +MASTER_SITES= http://www.openwall.com/john/dl/ \ ftp://ftp.ru.openwall.com/pub/projects/john/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-1.6.tar.gz |