diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-10-17 13:31:19 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-10-17 13:31:19 +0000 |
commit | 1388438a59662cfe96da891e84a727044edf58fd (patch) | |
tree | 7c287f01fbf49245d8354d05f58da69cc7f6d253 /news/nn/files/patch-ab | |
parent | Add a check to see if WITH_MILTER is not set (and don't build milter (diff) |
Update to 6.7.2.
PR: ports/85833
Submitted by: Nick Fishman <kwlogical@bellsouth.net>
Approved by: jooji@nickelkid.com (maintainer, timeout 6 weeks)
Diffstat (limited to 'news/nn/files/patch-ab')
-rw-r--r-- | news/nn/files/patch-ab | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/news/nn/files/patch-ab b/news/nn/files/patch-ab index 100f27e2172c..549b58734934 100644 --- a/news/nn/files/patch-ab +++ b/news/nn/files/patch-ab @@ -1,10 +1,10 @@ ---- chset.c.orig Tue Jan 25 09:33:52 2000 -+++ chset.c Wed Apr 28 17:47:59 2004 -@@ -18,6 +18,7 @@ - "iso-8859-8", 8, - "iso-8859-9", 8, - "iso-8859-15", 8, -+ "koi8-r", 8, - "unknown", 0, - NULL, 0, +--- chset.c.orig Wed Mar 30 13:34:27 2005 ++++ chset.c Sat Sep 3 13:53:19 2005 +@@ -22,6 +22,7 @@ + "iso-8859-8", 8, + "iso-8859-9", 8, + "iso-8859-15", 8, ++ "koi8-r", 8, + "unknown", 0, + NULL, 0, }; |