diff options
author | peter <peter@FreeBSD.org> | 1997-12-27 02:32:46 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-12-27 02:32:46 +0000 |
commit | ca379f7c60a2e9e423842322193df320af398eb7 (patch) | |
tree | 7c2464ad5b285c4177c36b87b73819ca91a156d8 /mail | |
parent | 99ddeee1129a111bdb1aac6a8d17377d784f2268 (diff) | |
download | FreeBSD-ports-ca379f7c60a2e9e423842322193df320af398eb7.zip FreeBSD-ports-ca379f7c60a2e9e423842322193df320af398eb7.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exmh2/Makefile | 13 | ||||
-rw-r--r-- | mail/exmh2/distinfo | 5 |
2 files changed, 15 insertions, 3 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index d9bb204..5f7c8ab 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.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 diff --git a/mail/exmh2/distinfo b/mail/exmh2/distinfo index 449e185..ac813af 100644 --- a/mail/exmh2/distinfo +++ b/mail/exmh2/distinfo @@ -1 +1,4 @@ -MD5 (exmh-2.0.1/exmh-2.0.tar.Z) = e0149feead029e126ba25aef2646a26a +MD5 (exmh-2.0.1/exmh-2.0.1.tar.Z) = e0149feead029e126ba25aef2646a26a +MD5 (exmh-2.0.1/folderNew.patch) = 86cc61aa9033dc3a1a12c53f108e5a1a +MD5 (exmh-2.0.1/seditpost.patch) = a3181a3878bb5705762b4f4954ea6c51 +MD5 (exmh-2.0.1/extrasInit.patch) = a9c9924e0b45da4beca954a86bf45e3d |