1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

update to 1.3.14i-ja0.

move WWW.

PR:		24847
Submitted by:	maintainer
This commit is contained in:
FUJISHIMA Satsuki 2001-02-14 22:21:32 +00:00
parent 3fe50c2986
commit b107e1bf6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38349
10 changed files with 23 additions and 23 deletions

View File

@ -30,7 +30,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext
RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview
PRE_VERSION= 1.2
VERSION= 1.3.13
VERSION= 1.3.14
JP_VERSION= 0
DIST_SUBDIR= mutt

View File

@ -1,3 +1,3 @@
MD5 (mutt/mutt-1.3.13i.tar.gz) = 1e1520c2576eae00f07e771e7fa48582
MD5 (mutt/mutt-1.3.13i-ja0.tar.gz) = 43b7a43d1f420f460dd01c901eea6005
MD5 (mutt/mutt-1.3.14i.tar.gz) = ac3b821ae2ef39cc8c99bd151c788980
MD5 (mutt/mutt-1.3.14i-ja0.tar.gz) = fa97242b23fe8c625893d3e98d9ca65a
MD5 (mutt/manual_ja-1.2i-2.tar.gz) = 5a5675ffe23ffe273bd6fe246d3aaefd

View File

@ -1,6 +1,6 @@
--- configure.in.orig Sun Sep 24 04:54:05 2000
+++ configure.in Sun Sep 24 04:54:50 2000
@@ -416,14 +416,14 @@
--- configure.in.orig Sun Feb 4 21:04:05 2001
+++ configure.in Sun Feb 4 21:04:31 2001
@@ -417,14 +417,14 @@
[ mutt_cv_func_iconv=no
mutt_cv_lib_iconv=no
AC_TRY_LINK([#include <stdlib.h>
@ -18,7 +18,7 @@
[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);],
mutt_cv_lib_iconv=yes
mutt_cv_func_iconv=yes)
@@ -434,7 +434,7 @@
@@ -435,7 +435,7 @@
AC_MSG_ERROR(Unable to find iconv library)
fi
if test "$mutt_cv_lib_iconv" = yes; then
@ -26,7 +26,7 @@
+ LIBICONV="-lgiconv"
fi
AC_DEFINE(HAVE_ICONV)
fi
@@ -448,7 +448,7 @@
mutt_save_LIBS="$LIBS"
LIBS="$LIBS $LIBICONV"

View File

@ -1,5 +1,5 @@
--- charset.c.orig Sun Sep 24 04:54:05 2000
+++ charset.c Sun Sep 24 04:55:48 2000
--- charset.c.orig Sun Feb 4 21:04:05 2001
+++ charset.c Sun Feb 4 21:05:27 2001
@@ -29,7 +29,7 @@
#include <unistd.h>
#include <errno.h>

View File

@ -1,5 +1,5 @@
--- gettext.c.orig Wed Jul 19 19:16:08 2000
+++ gettext.c Sun Sep 24 04:56:28 2000
--- gettext.c.orig Thu Jan 4 14:38:55 2001
+++ gettext.c Sun Feb 4 21:06:06 2001
@@ -5,7 +5,7 @@
#include "hash.h"

View File

@ -1,5 +1,5 @@
--- gnupgparse.c.orig Thu May 25 04:18:32 2000
+++ gnupgparse.c Sun Sep 24 04:57:10 2000
--- gnupgparse.c.orig Tue Jan 9 07:21:51 2001
+++ gnupgparse.c Sun Feb 4 21:07:30 2001
@@ -44,7 +44,7 @@
#include "mutt.h"
#include "pgp.h"

View File

@ -1,5 +1,5 @@
--- rfc2047.c.orig Sun Sep 24 04:54:06 2000
+++ rfc2047.c Sun Sep 24 04:57:38 2000
--- rfc2047.c.orig Sun Feb 4 21:04:05 2001
+++ rfc2047.c Sun Feb 4 21:08:22 2001
@@ -24,7 +24,7 @@
#include <ctype.h>

View File

@ -1,5 +1,5 @@
--- charset.h.orig Sun Sep 24 04:54:05 2000
+++ charset.h Sun Sep 24 04:58:15 2000
--- charset.h.orig Sun Feb 4 21:04:05 2001
+++ charset.h Sun Feb 4 21:09:20 2001
@@ -19,7 +19,7 @@
#ifndef _CHARSET_H
#define _CHARSET_H
@ -8,4 +8,4 @@
+#include <giconv.h>
int mutt_convert_string (char **, const char *, const char *);
void mutt_sanitize_ja_chars(char *);
void mutt_sanitize_ja_chars (char *, size_t, int);

View File

@ -1,6 +1,6 @@
--- Makefile.am.orig Wed Aug 30 18:59:43 2000
+++ Makefile.am Sun Sep 24 04:58:37 2000
@@ -137,7 +137,6 @@
--- Makefile.am.orig Wed Oct 11 19:43:53 2000
+++ Makefile.am Sun Feb 4 21:10:00 2001
@@ -138,7 +138,6 @@
fi
install-data-local: Muttrc

View File

@ -7,7 +7,7 @@ for selecting groups of messages.
This is japanized development version.
see /usr/local/share/doc/mutt/README.JA-PATCH
WWW: http://www.ne.jp/asahi/cyber/taki/unix-mailer/mutt-dev/
WWW: http://www.emaillab.org/mutt/
-
IWASHITA Yoji