1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Fix case of koi8-r charset.

PR:	 ports/63383
This commit is contained in:
Mike Heffner 2004-02-29 17:46:11 +00:00
parent cb06597855
commit 938f5dab31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102561
2 changed files with 11 additions and 1 deletions

View File

@ -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%/ \

View File

@ -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 }
};