aboutsummaryrefslogtreecommitdiff
path: root/mail/xfmail
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2004-02-29 17:46:11 +0000
committerMike Heffner <mikeh@FreeBSD.org>2004-02-29 17:46:11 +0000
commit938f5dab31f05ae6aadafbb49ef3ebafdf3d9f4a (patch)
treef57a374c0cda3064471a460a685bc60b82d40eb2 /mail/xfmail
parentcb06597855212f6592c490c94fa435753eaee186 (diff)
downloadports-938f5dab31f05ae6aadafbb49ef3ebafdf3d9f4a.tar.gz
ports-938f5dab31f05ae6aadafbb49ef3ebafdf3d9f4a.zip
Fix case of koi8-r charset.
PR: ports/63383
Notes
Notes: svn path=/head/; revision=102561
Diffstat (limited to 'mail/xfmail')
-rw-r--r--mail/xfmail/Makefile2
-rw-r--r--mail/xfmail/files/patch-aa10
2 files changed, 11 insertions, 1 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile
index b5d4d6a739f5..c5c5e6eeb7ff 100644
--- a/mail/xfmail/Makefile
+++ b/mail/xfmail/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfmail
PORTVERSION= 1.5.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ftp://xfmail.cfreeze.com/pub/xfmail/release/%SUBDIR%/ \
ftp://ftp.welcomes-you.com/pub/xfmail/release/%SUBDIR%/ \
diff --git a/mail/xfmail/files/patch-aa b/mail/xfmail/files/patch-aa
new file mode 100644
index 000000000000..9248fbd333f2
--- /dev/null
+++ b/mail/xfmail/files/patch-aa
@@ -0,0 +1,10 @@
+--- src/mail/mime.cpp.orig Thu Feb 26 04:30:37 2004
++++ src/mail/mime.cpp Thu Feb 26 04:31:13 2004
+@@ -161,7 +161,7 @@
+ { ISO_8859_13, "iso8859-13", "Baltic", NULL, NULL, 1 },
+ { ISO_8859_14, "iso8859-14", "Celtic", NULL, NULL, 1 },
+ { ISO_8859_15, "iso8859-15", "Western European", NULL, NULL, 1 },
+- { KOI8R, "KOI8-R", "Russian", NULL, NULL, 1 },
++ { KOI8R, "koi8-r", "Russian", NULL, NULL, 1 },
+ { CHAR_UNKNOWN, "unknown", NULL, NULL, NULL, 1 }
+ };