Date: Sat, 10 Mar 2001 03:53:40 +0900 (JST) From: shuna@pop16.odn.ne.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25637: Update port: japanese/mutt-devel Message-ID: <20010309185340.64E735350D@akia.my.domain>
next in thread | raw e-mail | index | archive | help
>Number: 25637 >Category: ports >Synopsis: Update port: japanese/mutt-devel >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 09 11:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: IWASHITA Yoji >Release: FreeBSD 4.2-RELEASE i386 >Organization: personal >Environment: FreeBSD 4.2-RELEASE >Description: Update mutt 1.3.14 to 1.3.16 Update japanese manual. Add japanese message catalog. >How-To-Repeat: >Fix: diff -uNr mutt-devel.old/Makefile mutt-devel/Makefile --- mutt-devel.old/Makefile Thu Feb 15 07:21:32 2001 +++ mutt-devel/Makefile Sat Mar 10 02:52:34 2001 @@ -9,13 +9,13 @@ PORTVERSION= ${VERSION}.j${JP_VERSION} CATEGORIES= japanese mail MASTER_SITES= http://www.emaillab.org/mutt/1.3/ \ - http://www.hiei.kit.ac.jp/~hitomi/mutt/ \ - ftp://ftp.mutt.org/pub/mutt/devel/ \ - http://www2.odn.ne.jp/~aab27060/ports/distfiles/ + http://ha4.seikyou.ne.jp/home/Kohtaro.Hitomi/mutt/ \ + http://www5.xdsl.ne.jp/~shuna/distfiles/mutt/ \ + ftp://ftp.mutt.org/pub/mutt/devel/ DISTNAME= ${PORTNAME}-${VERSION}i DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME}-ja${JP_VERSION}${EXTRACT_SUFX} \ - manual_ja-${PRE_VERSION}i-2${EXTRACT_SUFX} + manual_ja-${VERSION:R}i-0${EXTRACT_SUFX} MAINTAINER= shuna@pop16.odn.ne.jp @@ -29,8 +29,7 @@ .endif RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview -PRE_VERSION= 1.2 -VERSION= 1.3.14 +VERSION= 1.3.16 JP_VERSION= 0 DIST_SUBDIR= mutt @@ -55,6 +54,7 @@ DIFFDIR= ${WRKDIR}/${DISTNAME}-ja${JP_VERSION} DIFFNAME= ${DISTNAME}-ja${JP_VERSION}.diff +SRCDOCDIR= ${WRKDIR}/manual_ja-${VERSION:R}i DOCDIR= ${PREFIX}/share/doc/mutt pre-patch: @@ -66,11 +66,12 @@ post-install: ${INSTALL_DATA} ${DIFFDIR}/README.JA-PATCH ${DOCDIR} ${INSTALL_DATA} ${DIFFDIR}/manual-ja-patch.txt ${DOCDIR} - ${INSTALL_DATA} ${DIFFDIR}/sample.muttrc-tt ${DOCDIR} + ${INSTALL_DATA} ${DIFFDIR}/mutt-ja.rc ${DOCDIR}/samples + ${INSTALL_DATA} ${DIFFDIR}/sample.muttrc-tt ${DOCDIR}/samples ${INSTALL_DATA} ${DIFFDIR}/usage-japanese.txt ${DOCDIR} - ${INSTALL_DATA} ${WRKDIR}/manual_ja.txt ${DOCDIR} - ${INSTALL_DATA} ${WRKDIR}/manual_ja.tex ${DOCDIR} - ${INSTALL_DATA} ${WRKDIR}/manual_ja.html ${DOCDIR} - ${INSTALL_DATA} ${WRKDIR}/manual_ja.sgml ${DOCDIR} + ${INSTALL_DATA} ${SRCDOCDIR}/manual_ja.txt ${DOCDIR} + ${INSTALL_DATA} ${SRCDOCDIR}/manual_ja.tex ${DOCDIR} + ${INSTALL_DATA} ${SRCDOCDIR}/manual_ja.html ${DOCDIR} + ${INSTALL_DATA} ${SRCDOCDIR}/manual_ja.sgml ${DOCDIR} .include <bsd.port.mk> diff -uNr mutt-devel.old/distinfo mutt-devel/distinfo --- mutt-devel.old/distinfo Thu Feb 15 07:21:32 2001 +++ mutt-devel/distinfo Mon Mar 5 01:42:35 2001 @@ -1,3 +1,3 @@ -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 +MD5 (mutt/mutt-1.3.16i.tar.gz) = 9c6f02e6716e444cf1537c6f56788551 +MD5 (mutt/mutt-1.3.16i-ja0.tar.gz) = d915b144258dd6152bdd04b52dc1d91e +MD5 (mutt/manual_ja-1.3i-0.tar.gz) = 9e0ae5dc4807add543298366fad57e6a diff -uNr mutt-devel.old/files/patch-aa mutt-devel/files/patch-aa --- mutt-devel.old/files/patch-aa Thu Feb 15 07:21:32 2001 +++ mutt-devel/files/patch-aa Tue Mar 6 00:04:01 2001 @@ -1,5 +1,5 @@ ---- configure.in.orig Sun Feb 4 21:04:05 2001 -+++ configure.in Sun Feb 4 21:04:31 2001 +--- configure.in.orig Tue Mar 6 00:03:05 2001 ++++ configure.in Tue Mar 6 00:03:19 2001 @@ -417,14 +417,14 @@ [ mutt_cv_func_iconv=no mutt_cv_lib_iconv=no diff -uNr mutt-devel.old/files/patch-ab mutt-devel/files/patch-ab --- mutt-devel.old/files/patch-ab Thu Feb 15 07:21:32 2001 +++ mutt-devel/files/patch-ab Thu Mar 1 02:28:03 2001 @@ -1,6 +1,6 @@ ---- charset.c.orig Sun Feb 4 21:04:05 2001 -+++ charset.c Sun Feb 4 21:05:27 2001 -@@ -29,7 +29,7 @@ +--- charset.c.orig Thu Feb 15 17:09:02 2001 ++++ charset.c Thu Mar 1 02:27:30 2001 +@@ -31,7 +31,7 @@ #include <unistd.h> #include <errno.h> diff -uNr mutt-devel.old/files/patch-af mutt-devel/files/patch-af --- mutt-devel.old/files/patch-af Thu Feb 15 07:21:32 2001 +++ mutt-devel/files/patch-af Tue Mar 6 00:04:49 2001 @@ -1,5 +1,5 @@ ---- charset.h.orig Sun Feb 4 21:04:05 2001 -+++ charset.h Sun Feb 4 21:09:20 2001 +--- charset.h.orig Tue Mar 6 00:03:04 2001 ++++ charset.h Tue Mar 6 00:04:22 2001 @@ -19,7 +19,7 @@ #ifndef _CHARSET_H #define _CHARSET_H @@ -7,5 +7,5 @@ -#include <iconv.h> +#include <giconv.h> - int mutt_convert_string (char **, const char *, const char *); + int mutt_convert_string (char **, const char *, const char *, int); void mutt_sanitize_ja_chars (char *, size_t, int); diff -uNr mutt-devel.old/files/patch-ag mutt-devel/files/patch-ag --- mutt-devel.old/files/patch-ag Thu Feb 15 07:21:32 2001 +++ mutt-devel/files/patch-ag Thu Mar 1 02:29:25 2001 @@ -1,6 +1,6 @@ ---- Makefile.am.orig Wed Oct 11 19:43:53 2000 -+++ Makefile.am Sun Feb 4 21:10:00 2001 -@@ -138,7 +138,6 @@ +--- Makefile.am.orig Tue Feb 13 01:59:42 2001 ++++ Makefile.am Thu Mar 1 02:28:56 2001 +@@ -139,7 +139,6 @@ fi install-data-local: Muttrc diff -uNr mutt-devel.old/pkg-plist mutt-devel/pkg-plist --- mutt-devel.old/pkg-plist Mon Jan 29 23:19:59 2001 +++ mutt-devel/pkg-plist Thu Mar 1 03:21:28 2001 @@ -34,17 +34,36 @@ share/doc/mutt/manual_ja.sgml share/doc/mutt/manual_ja.tex share/doc/mutt/manual_ja.txt -share/doc/mutt/sample.muttrc-tt share/doc/mutt/samples/Mush.rc share/doc/mutt/samples/Pine.rc share/doc/mutt/samples/Tin.rc share/doc/mutt/samples/gpg.rc +share/doc/mutt/samples/mutt-ja.rc share/doc/mutt/samples/pgp2.rc share/doc/mutt/samples/pgp5.rc share/doc/mutt/samples/pgp6.rc share/doc/mutt/samples/sample.mailcap share/doc/mutt/samples/sample.muttrc share/doc/mutt/samples/sample.muttrc-tlr +share/doc/mutt/samples/sample.muttrc-tt +share/doc/mutt/samples/iconv/iconv.aix-3.2.5.rc +share/doc/mutt/samples/iconv/iconv.aix-4.1.5.rc +share/doc/mutt/samples/iconv/iconv.aix-4.2.0.rc +share/doc/mutt/samples/iconv/iconv.aix-4.3.2.rc +share/doc/mutt/samples/iconv/iconv.freebsd-3.3.rc +share/doc/mutt/samples/iconv/iconv.glibc-2.1.3.rc +share/doc/mutt/samples/iconv/iconv.glibc-2.1.90.rc +share/doc/mutt/samples/iconv/iconv.hpux-10.01.rc +share/doc/mutt/samples/iconv/iconv.hpux-10.20.rc +share/doc/mutt/samples/iconv/iconv.hpux-11.00.rc +share/doc/mutt/samples/iconv/iconv.irix-6.5.rc +share/doc/mutt/samples/iconv/iconv.osf1-4.0a.rc +share/doc/mutt/samples/iconv/iconv.osf1-4.0d.rc +share/doc/mutt/samples/iconv/iconv.solaris-2.4.rc +share/doc/mutt/samples/iconv/iconv.solaris-2.5.1.rc +share/doc/mutt/samples/iconv/iconv.solaris-2.6-cjk.rc +share/doc/mutt/samples/iconv/iconv.solaris-2.6.rc +share/doc/mutt/samples/iconv/iconv.solaris-2.7.rc share/doc/mutt/usage-japanese.txt share/locale/cs/LC_MESSAGES/mutt.mo share/locale/da/LC_MESSAGES/mutt.mo @@ -56,6 +75,7 @@ share/locale/gl/LC_MESSAGES/mutt.mo share/locale/id/LC_MESSAGES/mutt.mo share/locale/it/LC_MESSAGES/mutt.mo +share/locale/ja/LC_MESSAGES/mutt.mo share/locale/ko/LC_MESSAGES/mutt.mo share/locale/lt/LC_MESSAGES/mutt.mo share/locale/nl/LC_MESSAGES/mutt.mo @@ -64,9 +84,11 @@ share/locale/ru/LC_MESSAGES/mutt.mo share/locale/sk/LC_MESSAGES/mutt.mo share/locale/sv/LC_MESSAGES/mutt.mo +share/locale/tr/LC_MESSAGES/mutt.mo share/locale/uk/LC_MESSAGES/mutt.mo share/locale/zh_CN.GB2312/LC_MESSAGES/mutt.mo share/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo @dirrm share/doc/mutt/html +@dirrm share/doc/mutt/samples/iconv @dirrm share/doc/mutt/samples @dirrm share/doc/mutt >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010309185340.64E735350D>