mail/fml: update to 7.99.1

7.99.1	subject MIME handling bug fixed.

	Sep 8, 2018, we have merged the following branch
	feature/utf8-mime-header-handling [2b9052aa..b9c2f6c2] into
	the master.  XXX Mail::Message::ToHTML is broken.  XXX
	Mail::Message::Outline may be broken.

	Also, we note that this is the initial point to release
	engineering process toward the release 8.0.0.

	(XXX)
	We plan to move non-core modules related on the mailing list
	core to aux/ (newly created) or 3rdparty/fml.org/FEATURE/ (as
	examples how to use at ./3rdparty/ directory).
This commit is contained in:
taca 2019-02-03 14:09:27 +00:00
parent 16a2560563
commit deeafd8007
4 changed files with 39 additions and 29 deletions

View file

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.16 2018/08/22 09:45:25 wiz Exp $
# $NetBSD: Makefile,v 1.17 2019/02/03 14:09:27 taca Exp $
#
DISTNAME= fml-7.98.18-${FML_STAMP}
PKGNAME= ${DISTNAME:S/-${FML_STAMP}/.${FML_STAMP}/}
PKGREVISION= 1
DISTNAME= fml-7.99.1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.fml.org/pub/fml8/
@ -14,8 +12,7 @@ LICENSE= gnu-gpl-v2 OR artistic
USERGROUP_PHASE= pre-install
# development version
FML_STAMP= 20121230
FML_STAMP= 7.99.1
GNU_CONFIGURE= yes
USE_TOOLS= perl:run
@ -56,7 +53,9 @@ CONFIGURE_ENV+= ac_cv_path_GZCAT=${GZCAT:Q} \
MAKE_ENV+= install_root=${DESTDIR} PERL=${PERL5}
PRINT_PLIST_AWK+= /${FML_STAMP}/ \
PRINT_PLIST_AWK+= /share\/examples\/fml/ \
{ gsub(/share\/examples\/fml/, "$${EGDIR}"); } \
/${FML_STAMP}/ \
{ gsub(/${FML_STAMP}/, "$${FML_STAMP}"); }
CHECK_INTERPRETER_SKIP+= lib/fml/${FML_STAMP}/* \

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2013/01/29 15:51:06 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2019/02/03 14:09:27 taca Exp $
bin/fml
bin/fmladdr
bin/fmlalias
@ -299,6 +299,7 @@ lib/fml/${FML_STAMP}/FML/User/DB.pm
lib/fml/${FML_STAMP}/FML/User/Info.pm
lib/fml/${FML_STAMP}/File/MMagic.pm
lib/fml/${FML_STAMP}/File/Spec.pm
lib/fml/${FML_STAMP}/File/Spec/AmigaOS.pm
lib/fml/${FML_STAMP}/File/Spec/Cygwin.pm
lib/fml/${FML_STAMP}/File/Spec/Epoc.pm
lib/fml/${FML_STAMP}/File/Spec/Functions.pm
@ -380,8 +381,12 @@ lib/fml/${FML_STAMP}/MIME/Lite.pm
lib/fml/${FML_STAMP}/MIME/Lite/HTML.pm
lib/fml/${FML_STAMP}/MIME/QuotedPrint/Perl.pm
lib/fml/${FML_STAMP}/MIME/Type.pm
lib/fml/${FML_STAMP}/MIME/Type.pod
lib/fml/${FML_STAMP}/MIME/Types.pm
lib/fml/${FML_STAMP}/MIME/Types.pod
lib/fml/${FML_STAMP}/MIME/types.db
lib/fml/${FML_STAMP}/Mail/Address.pm
lib/fml/${FML_STAMP}/Mail/Address.pod
lib/fml/${FML_STAMP}/Mail/Bounce.pm
lib/fml/${FML_STAMP}/Mail/Bounce/00_PARSE.ja.txt
lib/fml/${FML_STAMP}/Mail/Bounce/DSN.pm
@ -399,6 +404,7 @@ lib/fml/${FML_STAMP}/Mail/Bounce/Smtpfeed.pm
lib/fml/${FML_STAMP}/Mail/Bounce/TODO.ja.txt
lib/fml/${FML_STAMP}/Mail/Bounce/rfc1894.txt
lib/fml/${FML_STAMP}/Mail/Cap.pm
lib/fml/${FML_STAMP}/Mail/Cap.pod
lib/fml/${FML_STAMP}/Mail/Delivery.pm
lib/fml/${FML_STAMP}/Mail/Delivery/Base.pm
lib/fml/${FML_STAMP}/Mail/Delivery/ESMTP.pm
@ -408,18 +414,29 @@ lib/fml/${FML_STAMP}/Mail/Delivery/Protocol.pm
lib/fml/${FML_STAMP}/Mail/Delivery/Queue.pm
lib/fml/${FML_STAMP}/Mail/Delivery/SMTP.pm
lib/fml/${FML_STAMP}/Mail/Field.pm
lib/fml/${FML_STAMP}/Mail/Field.pod
lib/fml/${FML_STAMP}/Mail/Field/AddrList.pm
lib/fml/${FML_STAMP}/Mail/Field/AddrList.pod
lib/fml/${FML_STAMP}/Mail/Field/Date.pm
lib/fml/${FML_STAMP}/Mail/Field/Date.pod
lib/fml/${FML_STAMP}/Mail/Field/Generic.pm
lib/fml/${FML_STAMP}/Mail/Field/Generic.pod
lib/fml/${FML_STAMP}/Mail/Filter.pm
lib/fml/${FML_STAMP}/Mail/Filter.pod
lib/fml/${FML_STAMP}/Mail/Header.pm
lib/fml/${FML_STAMP}/Mail/Header.pod
lib/fml/${FML_STAMP}/Mail/Internet.pm
lib/fml/${FML_STAMP}/Mail/Internet.pod
lib/fml/${FML_STAMP}/Mail/Mailer.pm
lib/fml/${FML_STAMP}/Mail/Mailer.pod
lib/fml/${FML_STAMP}/Mail/Mailer/mail.pm
lib/fml/${FML_STAMP}/Mail/Mailer/qmail.pm
lib/fml/${FML_STAMP}/Mail/Mailer/rfc822.pm
lib/fml/${FML_STAMP}/Mail/Mailer/sendmail.pm
lib/fml/${FML_STAMP}/Mail/Mailer/smtp.pm
lib/fml/${FML_STAMP}/Mail/Mailer/smtps.pm
lib/fml/${FML_STAMP}/Mail/Mailer/test.pm
lib/fml/${FML_STAMP}/Mail/Mailer/testfile.pm
lib/fml/${FML_STAMP}/Mail/Message.pm
lib/fml/${FML_STAMP}/Mail/Message/Address.pm
lib/fml/${FML_STAMP}/Mail/Message/Charset.pm
@ -428,6 +445,8 @@ lib/fml/${FML_STAMP}/Mail/Message/Compose.pm
lib/fml/${FML_STAMP}/Mail/Message/DB.pm
lib/fml/${FML_STAMP}/Mail/Message/Date.pm
lib/fml/${FML_STAMP}/Mail/Message/Encode.pm
lib/fml/${FML_STAMP}/Mail/Message/Encode/Obsolete.pm
lib/fml/${FML_STAMP}/Mail/Message/Encode/Perl.pm
lib/fml/${FML_STAMP}/Mail/Message/HISTORY
lib/fml/${FML_STAMP}/Mail/Message/IMPLEMENTATION
lib/fml/${FML_STAMP}/Mail/Message/Language.pm
@ -445,7 +464,13 @@ lib/fml/${FML_STAMP}/Mail/Message/Thread.pm
lib/fml/${FML_STAMP}/Mail/Message/ToHTML.pm
lib/fml/${FML_STAMP}/Mail/Message/Utils.pm
lib/fml/${FML_STAMP}/Mail/Send.pm
lib/fml/${FML_STAMP}/Mail/Send.pod
lib/fml/${FML_STAMP}/Mail/Util.pm
lib/fml/${FML_STAMP}/Mail/Util.pod
lib/fml/${FML_STAMP}/MailTools.pm
lib/fml/${FML_STAMP}/MailTools.pod
lib/fml/${FML_STAMP}/MojoX/MIME/Types.pm
lib/fml/${FML_STAMP}/MojoX/MIME/Types.pod
lib/fml/${FML_STAMP}/Tie/JournaledDir.pm
lib/fml/${FML_STAMP}/Tie/JournaledFile.pm
lib/fml/${FML_STAMP}/Time/CTime.pm
@ -453,7 +478,9 @@ lib/fml/${FML_STAMP}/Time/DaysInMonth.pm
lib/fml/${FML_STAMP}/Time/JulianDay.pm
lib/fml/${FML_STAMP}/Time/ParseDate.pm
lib/fml/${FML_STAMP}/Time/Timezone.pm
lib/fml/${FML_STAMP}/Unicode/Japanese.mlpod
lib/fml/${FML_STAMP}/Unicode/Japanese.pm
lib/fml/${FML_STAMP}/Unicode/Japanese/JA.pod
lib/fml/${FML_STAMP}/patch
libexec/fml/${FML_STAMP}/.cvsignore
libexec/fml/${FML_STAMP}/Makefile

View file

@ -1,8 +1,7 @@
$NetBSD: distinfo,v 1.3 2015/11/03 23:27:05 agc Exp $
$NetBSD: distinfo,v 1.4 2019/02/03 14:09:27 taca Exp $
SHA1 (fml-7.98.18-20121230.tar.gz) = 81e2ab29ae74287e8b395e01278acc2b8f8bdd3c
RMD160 (fml-7.98.18-20121230.tar.gz) = 399736c7755cae699e6fbe3632b3ac2dea9f4db4
SHA512 (fml-7.98.18-20121230.tar.gz) = 0795a877206d91268fe4e8cb37d395238e2d65f9f91439ea93b19efa7f41e4795b1a917d7cf3cfe602e1ab66a602b252a90b51dd11c5b6b8ac98bee5ca5075b8
Size (fml-7.98.18-20121230.tar.gz) = 6902759 bytes
SHA1 (patch-aa) = a8db48191aa8b50482d5654a803ba3b8acce8328
SHA1 (fml-7.99.1.tar.gz) = fb3579913f5f18a7e1316d31138db909f51b65e7
RMD160 (fml-7.99.1.tar.gz) = e520b0658b5edd2b6fa8cb4f6bd47498ebf61425
SHA512 (fml-7.99.1.tar.gz) = 1f76d07f62314a21ba05ecb14721e3aa99ae65567a5eff3ca83f4d839a4e52775f9f893ee0454ae43fe3a3d9b92854caa74968f0b660abca6c78d73d509c2217
Size (fml-7.99.1.tar.gz) = 6930569 bytes
SHA1 (patch-ab) = bae441d383d9799a7b64910de6cdfc81ba45abd0

View file

@ -1,15 +0,0 @@
$NetBSD: patch-aa,v 1.1.1.1 2010/12/23 16:57:33 taca Exp $
Make sure to execute by perl.
--- Makefile.orig 2003-07-28 14:10:19.000000000 +0000
+++ Makefile
@@ -15,7 +15,7 @@ usage:
@ echo "make clean "
install:
- ./install.pl fml/etc/install.cf
+ ${PERL} ./install.pl fml/etc/install.cf
scan:
@ cvs -n update 2>&1 |grep -v : || echo ''