diff options
author | peter <peter@FreeBSD.org> | 1997-08-12 14:37:36 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-08-12 14:37:36 +0800 |
commit | 22a5741a0f93d76ebbe80d016da82d5546775adb (patch) | |
tree | aa86f805ea77ff0d19446907c365d308d64391e9 /mail | |
parent | 04babcb48f4313bdc2c7182169cd0cd979cd87fa (diff) | |
download | freebsd-ports-gnome-22a5741a0f93d76ebbe80d016da82d5546775adb.tar.gz freebsd-ports-gnome-22a5741a0f93d76ebbe80d016da82d5546775adb.tar.zst freebsd-ports-gnome-22a5741a0f93d76ebbe80d016da82d5546775adb.zip |
Update to use the 5 "official" patches from the author.
Diffstat (limited to 'mail')
-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 |