diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-02-15 05:36:55 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-02-15 05:36:55 +0000 |
commit | 53822a9f24229c850690d3b49f1d40a78a4d468b (patch) | |
tree | 27595a88965cd6568ef82e2343d5a4b6325d95ae /mail/exmh2 | |
parent | c35acec432a89e1ddcd10b64c667dee2dcbfb61f (diff) | |
download | ports-53822a9f24229c850690d3b49f1d40a78a4d468b.tar.gz ports-53822a9f24229c850690d3b49f1d40a78a4d468b.zip |
Notes
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 17 | ||||
-rw-r--r-- | mail/exmh2/distinfo | 19 |
2 files changed, 31 insertions, 5 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 5f7c8ab9429b..84b256b54a2a 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.23 1997/12/26 07:11:40 peter Exp $ +# $Id: Makefile,v 1.24 1997/12/27 02:32:45 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 +PATCH_SITES= http://sunscript.sun.com/exmh/patches/2.0.1/ +PATCHFILES= utils.patch folderNew.patch extrasInit.patch exec.patch \ + app-defaults.patch pgpMisc.patch seditMime.patch mime.patch \ + bindings.patch html_bindings.patch find.patch mh.patch \ + pgp.patch + +# User contributed and "new features". Some not useable as-is. +PATCHFILES+= seditpost.patch inc.patch next.patch +# XXX pgpExec.patch has got confused paths (supplied as patch-as) +# XXX newsgroups.patch is relative to a different directory (patch-at) +# XXX MDN.patch doesn't apply (patch-au) +# XXX post.from.patch doesn't apply (patch-av) .if defined(PATCH_DEBUG) PATCH_DIST_ARGS= -d ${WRKSRC}/lib -E ${PATCH_DIST_STRIP} diff --git a/mail/exmh2/distinfo b/mail/exmh2/distinfo index ac813af9b2b3..9a93a8bb60a4 100644 --- a/mail/exmh2/distinfo +++ b/mail/exmh2/distinfo @@ -1,4 +1,21 @@ MD5 (exmh-2.0.1/exmh-2.0.1.tar.Z) = e0149feead029e126ba25aef2646a26a +MD5 (exmh-2.0.1/utils.patch) = c67b738aa7156934688f3e59c08399f4 MD5 (exmh-2.0.1/folderNew.patch) = 86cc61aa9033dc3a1a12c53f108e5a1a -MD5 (exmh-2.0.1/seditpost.patch) = a3181a3878bb5705762b4f4954ea6c51 MD5 (exmh-2.0.1/extrasInit.patch) = a9c9924e0b45da4beca954a86bf45e3d +MD5 (exmh-2.0.1/exec.patch) = ea6d9e009feea9c8a54760bf424d9585 +MD5 (exmh-2.0.1/app-defaults.patch) = c5fa0888d502431429ead6d224114387 +MD5 (exmh-2.0.1/pgpMisc.patch) = 6e4026cca4a3c4dfbb1c3ff49524f7b7 +MD5 (exmh-2.0.1/seditMime.patch) = 1658d362221930c00ac78d2021617ea0 +MD5 (exmh-2.0.1/mime.patch) = 0fdb9b1e93fec4c7a23556d530e3e2ac +MD5 (exmh-2.0.1/bindings.patch) = 7e14bb1ec615a905507bcc1f92f5e24f +MD5 (exmh-2.0.1/html_bindings.patch) = 6e45d4546d99b25988853c2b30b7a336 +MD5 (exmh-2.0.1/find.patch) = a411d6e8711acce0ccc8fd0bc3dd44bc +MD5 (exmh-2.0.1/mh.patch) = 3b3fcef52f70125479d7e2a305498268 +MD5 (exmh-2.0.1/pgp.patch) = da881fc50e4c0d6d92a9a4a2afc0763a +MD5 (exmh-2.0.1/pgpExec.patch) = 490c4caf26551bb86d867d8b8753cf66 +MD5 (exmh-2.0.1/seditpost.patch) = a3181a3878bb5705762b4f4954ea6c51 +MD5 (exmh-2.0.1/newsgroups.patch) = a1e8246f76f1629491f1064df73f88ae +MD5 (exmh-2.0.1/MDN.patch) = 39d279a8e52dc24a13ad15244e006253 +MD5 (exmh-2.0.1/inc.patch) = 075c71257a13c90d7e77ee46afa7b55b +MD5 (exmh-2.0.1/next.patch) = 9286b98e2967654cf864f0a889bbe8d7 +MD5 (exmh-2.0.1/post.from.patch) = c1ab6d5828aab6beca9460ab95248a07 |