From e652383bdb4eef2ffcbf6b6575182bfdf30c1e19 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 27 Dec 1997 02:32:46 +0000 Subject: Update the exmh port to use some of the new post-2.0.1 patches. One of them however (newsgroups.patch) is relative to a different directory than the others so I've left it out for the time being. I can fix this by duplicating the entire do-patch clause from bsd.port.mk into the Makefile so that different -d switches can be given for different patch files, but that's overkill. Also, fix the md5 file as Satoshi pointed out. --- mail/exmh2/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'mail/exmh2/Makefile') diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index d9bb20444fce..5f7c8ab9429b 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -3,7 +3,7 @@ # Date released: 1 Jan 97 # Whom: Peter Wemm # -# $Id: Makefile,v 1.22 1997/12/26 04:51:00 peter Exp $ +# $Id: Makefile,v 1.23 1997/12/26 07:11:40 peter Exp $ # DISTNAME= exmh-2.0.1 @@ -11,9 +11,18 @@ CATEGORIES= mail tk80 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/ EXTRACT_SUFX= .tar.Z +PATCH_SITES= http://www.sunlabs.com/~bwelch/exmh/patches/2.0.1/ +PATCHFILES= folderNew.patch seditpost.patch extrasInit.patch +# XXX newsgroups.patch is relative to a different directory + +.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 -# There are likely to be distributed patches again. DIST_SUBDIR= ${PKGNAME} RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 -- cgit v1.2.3