diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-29 20:26:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-29 20:26:20 +0000 |
commit | c52325211f88c2e19cefe021912577869197a14a (patch) | |
tree | 792f117b25a9a0c0af87d6fd5edde09fd5019ca9 /security/john/Makefile | |
parent | db6df99368bc4bf4585b37b5022fba55008ec756 (diff) | |
download | ports-c52325211f88c2e19cefe021912577869197a14a.tar.gz ports-c52325211f88c2e19cefe021912577869197a14a.zip |
Notes
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 |