summaryrefslogtreecommitdiff
path: root/mail/exmh2/files/patch-pgpBase.tcl
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2003-06-10 15:43:34 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2003-06-10 15:43:34 +0000
commit0f52ee759600f6aa31c15054883d6a85a442a6c5 (patch)
tree7ab808950c1524cb1de4186ab7eabbb104ab237f /mail/exmh2/files/patch-pgpBase.tcl
parentSpin off the XMMS FLAC plugin into its proper port. (diff)
More fun patches to make exmh work better:
1. Replace old, out-of-control preferences dialog with spiffy, sorted, scrolling preferences dialog. 2. Better PGP 6.5 compatibility. PORTREVISION bump to mark these changes. Obtained from: exmh CVS repository
Notes
Notes: svn path=/head/; revision=82695
Diffstat (limited to 'mail/exmh2/files/patch-pgpBase.tcl')
-rw-r--r--mail/exmh2/files/patch-pgpBase.tcl15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/exmh2/files/patch-pgpBase.tcl b/mail/exmh2/files/patch-pgpBase.tcl
new file mode 100644
index 000000000000..386399ba0749
--- /dev/null
+++ b/mail/exmh2/files/patch-pgpBase.tcl
@@ -0,0 +1,15 @@
+Index: lib/pgpBase.tcl
+===================================================================
+RCS file: /cvsroot/exmh/exmh/lib/pgpBase.tcl,v
+retrieving revision 1.7
+retrieving revision 1.8
+diff -r1.7 -r1.8
+8a9,12
+> # Revision 1.8 2003/05/20 03:43:30 welch
+> # pgpPgp65.tcl added version check improvement for PGP 6.5 (Neil Rickert)
+> # (added . - and _ to the pattern, too (kre))
+> #
+205c209
+< set pgp(pgp6,pat_Version) "Version:\[ \t\]*6\.5.*"
+---
+> set pgp(pgp6,pat_Version) "Version:\[ \t-._A-Za-z\]*6\.5.*"