diff options
author | obrien <obrien@FreeBSD.org> | 1997-11-26 09:40:35 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-11-26 09:40:35 +0800 |
commit | 331b47d268290df3494d43157fba84a59040d102 (patch) | |
tree | 9002d16947677c2a0441c8dd00411a4c74119312 | |
parent | cd40e4e27705461cdcf80a4217ed50b999342ac8 (diff) | |
download | freebsd-ports-graphics-331b47d268290df3494d43157fba84a59040d102.tar.gz freebsd-ports-graphics-331b47d268290df3494d43157fba84a59040d102.tar.zst freebsd-ports-graphics-331b47d268290df3494d43157fba84a59040d102.zip |
Author published a patch.
Bump package version to 1.4.2.
-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 |