diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2004-02-29 17:46:11 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2004-02-29 17:46:11 +0000 |
commit | 938f5dab31f05ae6aadafbb49ef3ebafdf3d9f4a (patch) | |
tree | f57a374c0cda3064471a460a685bc60b82d40eb2 /mail | |
parent | cb06597855212f6592c490c94fa435753eaee186 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 2 | ||||
-rw-r--r-- | mail/xfmail/files/patch-aa | 10 |
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 } + }; |