diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-08-12 06:37:36 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-08-12 06:37:36 +0000 |
commit | 918524efd734992762c74b75361ee160cd839faf (patch) | |
tree | 3057411214369821e2e8af59ddadf48131796def | |
parent | Detect if tk8.0 is installed and use it if present (it's a lot faster) (diff) |
Update to use the 5 "official" patches from the author.
Notes
Notes:
svn path=/head/; revision=7542
-rw-r--r-- | mail/exmh2/Makefile | 11 | ||||
-rw-r--r-- | mail/exmh2/distinfo | 5 |
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index a86d998f688f..66a5120e9328 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -3,7 +3,7 @@ # Date released: 1 Jan 97 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.13 1997/07/26 12:27:31 peter Exp $ +# $Id: Makefile,v 1.14 1997/08/12 05:58:47 peter Exp $ # DISTNAME= exmh-2.0zeta @@ -12,6 +12,15 @@ CATEGORIES= mail tk41 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/ EXTRACT_SUFX= .tar.Z +PATCH_SITES= http://www.sunlabs.com/~bwelch/exmh/patches/2.0zeta/ +PATCHFILES= ispell.patch koir.patch mime.patch seditMime.patch scan.patch + +.if defined(PATCH_DEBUG) +PATCH_DIST_ARGS= -d ${WRKSRC}/lib -E ${PATCH_DIST_STRIP} +.else +PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP} +.endif + MAINTAINER= peter@FreeBSD.org DIST_SUBDIR= ${PKGNAME} diff --git a/mail/exmh2/distinfo b/mail/exmh2/distinfo index 3c37200d5fb3..1a77cda33b46 100644 --- a/mail/exmh2/distinfo +++ b/mail/exmh2/distinfo @@ -1 +1,6 @@ MD5 (exmh-2.0z/exmh-2.0zeta.tar.Z) = 9a8c1026c57357ce3b4aa9ae6f612d3c +MD5 (exmh-2.0z/ispell.patch) = ee3bdbdf2a1f3ef7fce911d5836bde27 +MD5 (exmh-2.0z/koir.patch) = faf27cf0a7e986631de58f872dd60f84 +MD5 (exmh-2.0z/mime.patch) = c4ca30bb6c553243a193850a192c8586 +MD5 (exmh-2.0z/seditMime.patch) = 74006191c5ed6fe50a0b38e90f9b1a56 +MD5 (exmh-2.0z/scan.patch) = 9f610082a0871fc35c6817b0f06ea234 |