pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/fml
Module Name: pkgsrc
Committed By: taca
Date: Sun Feb 3 14:09:27 UTC 2019
Modified Files:
pkgsrc/mail/fml: Makefile PLIST distinfo
Removed Files:
pkgsrc/mail/fml/patches: patch-aa
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/fml/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/fml/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/fml/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/mail/fml/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/fml/Makefile
diff -u pkgsrc/mail/fml/Makefile:1.16 pkgsrc/mail/fml/Makefile:1.17
--- pkgsrc/mail/fml/Makefile:1.16 Wed Aug 22 09:45:25 2018
+++ pkgsrc/mail/fml/Makefile Sun Feb 3 14:09:27 2019
@@ -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=${GZCA
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}/* \
Index: pkgsrc/mail/fml/PLIST
diff -u pkgsrc/mail/fml/PLIST:1.2 pkgsrc/mail/fml/PLIST:1.3
--- pkgsrc/mail/fml/PLIST:1.2 Tue Jan 29 15:51:06 2013
+++ pkgsrc/mail/fml/PLIST Sun Feb 3 14:09:27 2019
@@ -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/Smtpfee
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/Proto
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/Compos
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
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
Index: pkgsrc/mail/fml/distinfo
diff -u pkgsrc/mail/fml/distinfo:1.3 pkgsrc/mail/fml/distinfo:1.4
--- pkgsrc/mail/fml/distinfo:1.3 Tue Nov 3 23:27:05 2015
+++ pkgsrc/mail/fml/distinfo Sun Feb 3 14:09:27 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index