diff options
-rw-r--r-- | security/john/Makefile | 7 | ||||
-rw-r--r-- | security/john/distinfo | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 51651da0389..22bb2101ec6 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -4,15 +4,18 @@ # Date created: Sun Mar 09, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/03/09 21:41:56 obrien Exp $ +# $Id: Makefile,v 1.3 1997/03/10 17:39:35 obrien Exp $ # DISTNAME= ucfjohn3 -PKGNAME= john-1.4 +PKGNAME= john-1.4.2 CATEGORIES= security MASTER_SITES= http://www.false.com/security/john/ EXTRACT_SUFX= .zip +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= patch142.diff + MAINTAINER= obrien@NUXI.com BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip diff --git a/security/john/distinfo b/security/john/distinfo index 1f56928f608..8e65bf10265 100644 --- a/security/john/distinfo +++ b/security/john/distinfo @@ -1 +1,2 @@ MD5 (ucfjohn3.zip) = d55dce4c3b25cfec60df01e3ef12b545 +MD5 (patch142.diff) = 1c52f6f04f9435c846486d6ea69d6973 |