Sun Feb 3 14:09:27 2019 UTC ()
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).


(taca)
diff -r1.16 -r1.17 pkgsrc/mail/fml/Makefile
diff -r1.2 -r1.3 pkgsrc/mail/fml/PLIST
diff -r1.3 -r1.4 pkgsrc/mail/fml/distinfo
diff -r1.1.1.1 -r0 pkgsrc/mail/fml/patches/patch-aa

cvs diff -r1.16 -r1.17 pkgsrc/mail/fml/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/fml/Makefile 2018/08/22 09:45:25 1.16
+++ pkgsrc/mail/fml/Makefile 2019/02/03 14:09:27 1.17
@@ -1,31 +1,28 @@ @@ -1,31 +1,28 @@
1# $NetBSD: Makefile,v 1.16 2018/08/22 09:45:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2019/02/03 14:09:27 taca Exp $
2# 2#
3 3
4DISTNAME= fml-7.98.18-${FML_STAMP} 4DISTNAME= fml-7.99.1
5PKGNAME= ${DISTNAME:S/-${FML_STAMP}/.${FML_STAMP}/} 
6PKGREVISION= 1 
7CATEGORIES= mail 5CATEGORIES= mail
8MASTER_SITES= ftp://ftp.fml.org/pub/fml8/ 6MASTER_SITES= ftp://ftp.fml.org/pub/fml8/
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.fml.org/software/fml8/index.html.en 9HOMEPAGE= http://www.fml.org/software/fml8/index.html.en
12COMMENT= FML mailing list server development version 10COMMENT= FML mailing list server development version
13LICENSE= gnu-gpl-v2 OR artistic 11LICENSE= gnu-gpl-v2 OR artistic
14 12
15USERGROUP_PHASE= pre-install 13USERGROUP_PHASE= pre-install
16 14
17# development version 15FML_STAMP= 7.99.1
18FML_STAMP= 20121230 
19 16
20GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
21USE_TOOLS= perl:run 18USE_TOOLS= perl:run
22 19
23PLIST_SUBST+= FML_STAMP=${FML_STAMP} EGDIR=${EGDIR} 20PLIST_SUBST+= FML_STAMP=${FML_STAMP} EGDIR=${EGDIR}
24 21
25.include "../../mk/bsd.prefs.mk" 22.include "../../mk/bsd.prefs.mk"
26 23
27FMLDIR?= ${VARBASE}/fml 24FMLDIR?= ${VARBASE}/fml
28FML_GROUP?= fml 25FML_GROUP?= fml
29FML_USER?= fml 26FML_USER?= fml
30PKG_GROUPS_VARS+= FML_GROUP 27PKG_GROUPS_VARS+= FML_GROUP
31PKG_USERS_VARS+= FML_USER 28PKG_USERS_VARS+= FML_USER
@@ -46,27 +43,29 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCON @@ -46,27 +43,29 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCON
46OWN_DIRS_PERMS+= ${FMLDIR} ${FML_USER} ${FML_GROUP} 0755 43OWN_DIRS_PERMS+= ${FMLDIR} ${FML_USER} ${FML_GROUP} 0755
47 44
48CONFIGURE_ARGS+= --with-sysconfdir=${PKG_SYSCONFDIR} \ 45CONFIGURE_ARGS+= --with-sysconfdir=${PKG_SYSCONFDIR} \
49 --with-mlspooldir=${FMLDIR} \ 46 --with-mlspooldir=${FMLDIR} \
50 --with-default-domain=example.net \ 47 --with-default-domain=example.net \
51 --with-default-hostname=mail \ 48 --with-default-hostname=mail \
52 --with-fml-owner=${FML_USER} \ 49 --with-fml-owner=${FML_USER} \
53 --with-fml-group=${FML_GROUP} 50 --with-fml-group=${FML_GROUP}
54CONFIGURE_ENV+= ac_cv_path_GZCAT=${GZCAT:Q} \ 51CONFIGURE_ENV+= ac_cv_path_GZCAT=${GZCAT:Q} \
55 ac_cv_path_PERL=${PERL5:Q} 52 ac_cv_path_PERL=${PERL5:Q}
56MAKE_ENV+= install_root=${DESTDIR} PERL=${PERL5} 53MAKE_ENV+= install_root=${DESTDIR} PERL=${PERL5}
57 54
58 55
59PRINT_PLIST_AWK+= /${FML_STAMP}/ \ 56PRINT_PLIST_AWK+= /share\/examples\/fml/ \
 57 { gsub(/share\/examples\/fml/, "$${EGDIR}"); } \
 58 /${FML_STAMP}/ \
60 { gsub(/${FML_STAMP}/, "$${FML_STAMP}"); } 59 { gsub(/${FML_STAMP}/, "$${FML_STAMP}"); }
61 60
62CHECK_INTERPRETER_SKIP+= lib/fml/${FML_STAMP}/* \ 61CHECK_INTERPRETER_SKIP+= lib/fml/${FML_STAMP}/* \
63 libexec/fml/${FML_STAMP}/loader.in 62 libexec/fml/${FML_STAMP}/loader.in
64 63
65SUBST_CLASSES+= fixpaths 64SUBST_CLASSES+= fixpaths
66SUBST_STAGE.fixpaths= post-build 65SUBST_STAGE.fixpaths= post-build
67SUBST_FILES.fixpaths= fml/etc/install.cf 66SUBST_FILES.fixpaths= fml/etc/install.cf
68SUBST_SED.fixpaths= -e 's,${WRAPPER_BINDIR}/cc,${CCPATH},g' 67SUBST_SED.fixpaths= -e 's,${WRAPPER_BINDIR}/cc,${CCPATH},g'
69 68
70pre-configure: 69pre-configure:
71 ${ECHO} ${FML_STAMP} > ${WRKSRC}/.version 70 ${ECHO} ${FML_STAMP} > ${WRKSRC}/.version
72 71

cvs diff -r1.2 -r1.3 pkgsrc/mail/fml/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/fml/PLIST 2013/01/29 15:51:06 1.2
+++ pkgsrc/mail/fml/PLIST 2019/02/03 14:09:27 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2013/01/29 15:51:06 taca Exp $ 1@comment $NetBSD: PLIST,v 1.3 2019/02/03 14:09:27 taca Exp $
2bin/fml 2bin/fml
3bin/fmladdr 3bin/fmladdr
4bin/fmlalias 4bin/fmlalias
5bin/fmlconf 5bin/fmlconf
6bin/fmldoc 6bin/fmldoc
7bin/fmlgpg 7bin/fmlgpg
8bin/fmlgpgv 8bin/fmlgpgv
9bin/fmlhtmlify 9bin/fmlhtmlify
10bin/fmlpgp 10bin/fmlpgp
11bin/fmlpgp5 11bin/fmlpgp5
12bin/fmlpgpe 12bin/fmlpgpe
13bin/fmlpgpk 13bin/fmlpgpk
14bin/fmlpgps 14bin/fmlpgps
@@ -289,26 +289,27 @@ lib/fml/${FML_STAMP}/FML/Restriction/Com @@ -289,26 +289,27 @@ lib/fml/${FML_STAMP}/FML/Restriction/Com
289lib/fml/${FML_STAMP}/FML/Restriction/CreateOnPost.pm 289lib/fml/${FML_STAMP}/FML/Restriction/CreateOnPost.pm
290lib/fml/${FML_STAMP}/FML/Restriction/Post.pm 290lib/fml/${FML_STAMP}/FML/Restriction/Post.pm
291lib/fml/${FML_STAMP}/FML/String/Banner.pm 291lib/fml/${FML_STAMP}/FML/String/Banner.pm
292lib/fml/${FML_STAMP}/FML/String/Banner/Ascii.pm 292lib/fml/${FML_STAMP}/FML/String/Banner/Ascii.pm
293lib/fml/${FML_STAMP}/FML/String/Banner/Image.pm 293lib/fml/${FML_STAMP}/FML/String/Banner/Image.pm
294lib/fml/${FML_STAMP}/FML/String/Random.pm 294lib/fml/${FML_STAMP}/FML/String/Random.pm
295lib/fml/${FML_STAMP}/FML/Sys/Alias.pm 295lib/fml/${FML_STAMP}/FML/Sys/Alias.pm
296lib/fml/${FML_STAMP}/FML/Sys/User.pm 296lib/fml/${FML_STAMP}/FML/Sys/User.pm
297lib/fml/${FML_STAMP}/FML/User/Control.pm 297lib/fml/${FML_STAMP}/FML/User/Control.pm
298lib/fml/${FML_STAMP}/FML/User/DB.pm 298lib/fml/${FML_STAMP}/FML/User/DB.pm
299lib/fml/${FML_STAMP}/FML/User/Info.pm 299lib/fml/${FML_STAMP}/FML/User/Info.pm
300lib/fml/${FML_STAMP}/File/MMagic.pm 300lib/fml/${FML_STAMP}/File/MMagic.pm
301lib/fml/${FML_STAMP}/File/Spec.pm 301lib/fml/${FML_STAMP}/File/Spec.pm
 302lib/fml/${FML_STAMP}/File/Spec/AmigaOS.pm
302lib/fml/${FML_STAMP}/File/Spec/Cygwin.pm 303lib/fml/${FML_STAMP}/File/Spec/Cygwin.pm
303lib/fml/${FML_STAMP}/File/Spec/Epoc.pm 304lib/fml/${FML_STAMP}/File/Spec/Epoc.pm
304lib/fml/${FML_STAMP}/File/Spec/Functions.pm 305lib/fml/${FML_STAMP}/File/Spec/Functions.pm
305lib/fml/${FML_STAMP}/File/Spec/Mac.pm 306lib/fml/${FML_STAMP}/File/Spec/Mac.pm
306lib/fml/${FML_STAMP}/File/Spec/OS2.pm 307lib/fml/${FML_STAMP}/File/Spec/OS2.pm
307lib/fml/${FML_STAMP}/File/Spec/Unix.pm 308lib/fml/${FML_STAMP}/File/Spec/Unix.pm
308lib/fml/${FML_STAMP}/File/Spec/VMS.pm 309lib/fml/${FML_STAMP}/File/Spec/VMS.pm
309lib/fml/${FML_STAMP}/File/Spec/Win32.pm 310lib/fml/${FML_STAMP}/File/Spec/Win32.pm
310lib/fml/${FML_STAMP}/HTML/CalendarMonthSimple.pm 311lib/fml/${FML_STAMP}/HTML/CalendarMonthSimple.pm
311lib/fml/${FML_STAMP}/HTML/EntitiesLite.pm 312lib/fml/${FML_STAMP}/HTML/EntitiesLite.pm
312lib/fml/${FML_STAMP}/HTML/FromText.pm 313lib/fml/${FML_STAMP}/HTML/FromText.pm
313lib/fml/${FML_STAMP}/IM/Address.pm 314lib/fml/${FML_STAMP}/IM/Address.pm
314lib/fml/${FML_STAMP}/IM/Alias.pm 315lib/fml/${FML_STAMP}/IM/Alias.pm
@@ -370,100 +371,126 @@ lib/fml/${FML_STAMP}/Jcode.pm @@ -370,100 +371,126 @@ lib/fml/${FML_STAMP}/Jcode.pm
370lib/fml/${FML_STAMP}/Jcode/Constants.pm 371lib/fml/${FML_STAMP}/Jcode/Constants.pm
371lib/fml/${FML_STAMP}/Jcode/H2Z.pm 372lib/fml/${FML_STAMP}/Jcode/H2Z.pm
372lib/fml/${FML_STAMP}/Jcode/Tr.pm 373lib/fml/${FML_STAMP}/Jcode/Tr.pm
373lib/fml/${FML_STAMP}/Jcode/Unicode.pm 374lib/fml/${FML_STAMP}/Jcode/Unicode.pm
374lib/fml/${FML_STAMP}/Jcode/Unicode/Constants.pm 375lib/fml/${FML_STAMP}/Jcode/Unicode/Constants.pm
375lib/fml/${FML_STAMP}/Jcode/Unicode/NoXS.pm 376lib/fml/${FML_STAMP}/Jcode/Unicode/NoXS.pm
376lib/fml/${FML_STAMP}/Jcode/_Classic.pm 377lib/fml/${FML_STAMP}/Jcode/_Classic.pm
377lib/fml/${FML_STAMP}/Jcode/_test.pl 378lib/fml/${FML_STAMP}/Jcode/_test.pl
378lib/fml/${FML_STAMP}/MIME/Base64/Perl.pm 379lib/fml/${FML_STAMP}/MIME/Base64/Perl.pm
379lib/fml/${FML_STAMP}/MIME/Lite.pm 380lib/fml/${FML_STAMP}/MIME/Lite.pm
380lib/fml/${FML_STAMP}/MIME/Lite/HTML.pm 381lib/fml/${FML_STAMP}/MIME/Lite/HTML.pm
381lib/fml/${FML_STAMP}/MIME/QuotedPrint/Perl.pm 382lib/fml/${FML_STAMP}/MIME/QuotedPrint/Perl.pm
382lib/fml/${FML_STAMP}/MIME/Type.pm 383lib/fml/${FML_STAMP}/MIME/Type.pm
 384lib/fml/${FML_STAMP}/MIME/Type.pod
383lib/fml/${FML_STAMP}/MIME/Types.pm 385lib/fml/${FML_STAMP}/MIME/Types.pm
 386lib/fml/${FML_STAMP}/MIME/Types.pod
 387lib/fml/${FML_STAMP}/MIME/types.db
384lib/fml/${FML_STAMP}/Mail/Address.pm 388lib/fml/${FML_STAMP}/Mail/Address.pm
 389lib/fml/${FML_STAMP}/Mail/Address.pod
385lib/fml/${FML_STAMP}/Mail/Bounce.pm 390lib/fml/${FML_STAMP}/Mail/Bounce.pm
386lib/fml/${FML_STAMP}/Mail/Bounce/00_PARSE.ja.txt 391lib/fml/${FML_STAMP}/Mail/Bounce/00_PARSE.ja.txt
387lib/fml/${FML_STAMP}/Mail/Bounce/DSN.pm 392lib/fml/${FML_STAMP}/Mail/Bounce/DSN.pm
388lib/fml/${FML_STAMP}/Mail/Bounce/Exim.pm 393lib/fml/${FML_STAMP}/Mail/Bounce/Exim.pm
389lib/fml/${FML_STAMP}/Mail/Bounce/FixBrokenAddress.pm 394lib/fml/${FML_STAMP}/Mail/Bounce/FixBrokenAddress.pm
390lib/fml/${FML_STAMP}/Mail/Bounce/Freeserve.pm 395lib/fml/${FML_STAMP}/Mail/Bounce/Freeserve.pm
391lib/fml/${FML_STAMP}/Mail/Bounce/GOO.pm 396lib/fml/${FML_STAMP}/Mail/Bounce/GOO.pm
392lib/fml/${FML_STAMP}/Mail/Bounce/LIST.ja.txt 397lib/fml/${FML_STAMP}/Mail/Bounce/LIST.ja.txt
393lib/fml/${FML_STAMP}/Mail/Bounce/Language/Japanese.pm 398lib/fml/${FML_STAMP}/Mail/Bounce/Language/Japanese.pm
394lib/fml/${FML_STAMP}/Mail/Bounce/Postfix19991231.pm 399lib/fml/${FML_STAMP}/Mail/Bounce/Postfix19991231.pm
395lib/fml/${FML_STAMP}/Mail/Bounce/Qmail.pm 400lib/fml/${FML_STAMP}/Mail/Bounce/Qmail.pm
396lib/fml/${FML_STAMP}/Mail/Bounce/STATUS.ja.txt 401lib/fml/${FML_STAMP}/Mail/Bounce/STATUS.ja.txt
397lib/fml/${FML_STAMP}/Mail/Bounce/SimpleMatch.pm 402lib/fml/${FML_STAMP}/Mail/Bounce/SimpleMatch.pm
398lib/fml/${FML_STAMP}/Mail/Bounce/Smtpfeed.pm 403lib/fml/${FML_STAMP}/Mail/Bounce/Smtpfeed.pm
399lib/fml/${FML_STAMP}/Mail/Bounce/TODO.ja.txt 404lib/fml/${FML_STAMP}/Mail/Bounce/TODO.ja.txt
400lib/fml/${FML_STAMP}/Mail/Bounce/rfc1894.txt 405lib/fml/${FML_STAMP}/Mail/Bounce/rfc1894.txt
401lib/fml/${FML_STAMP}/Mail/Cap.pm 406lib/fml/${FML_STAMP}/Mail/Cap.pm
 407lib/fml/${FML_STAMP}/Mail/Cap.pod
402lib/fml/${FML_STAMP}/Mail/Delivery.pm 408lib/fml/${FML_STAMP}/Mail/Delivery.pm
403lib/fml/${FML_STAMP}/Mail/Delivery/Base.pm 409lib/fml/${FML_STAMP}/Mail/Delivery/Base.pm
404lib/fml/${FML_STAMP}/Mail/Delivery/ESMTP.pm 410lib/fml/${FML_STAMP}/Mail/Delivery/ESMTP.pm
405lib/fml/${FML_STAMP}/Mail/Delivery/Net/INET4.pm 411lib/fml/${FML_STAMP}/Mail/Delivery/Net/INET4.pm
406lib/fml/${FML_STAMP}/Mail/Delivery/Net/INET6.pm 412lib/fml/${FML_STAMP}/Mail/Delivery/Net/INET6.pm
407lib/fml/${FML_STAMP}/Mail/Delivery/Protocol.pm 413lib/fml/${FML_STAMP}/Mail/Delivery/Protocol.pm
408lib/fml/${FML_STAMP}/Mail/Delivery/Queue.pm 414lib/fml/${FML_STAMP}/Mail/Delivery/Queue.pm
409lib/fml/${FML_STAMP}/Mail/Delivery/SMTP.pm 415lib/fml/${FML_STAMP}/Mail/Delivery/SMTP.pm
410lib/fml/${FML_STAMP}/Mail/Field.pm 416lib/fml/${FML_STAMP}/Mail/Field.pm
 417lib/fml/${FML_STAMP}/Mail/Field.pod
411lib/fml/${FML_STAMP}/Mail/Field/AddrList.pm 418lib/fml/${FML_STAMP}/Mail/Field/AddrList.pm
 419lib/fml/${FML_STAMP}/Mail/Field/AddrList.pod
412lib/fml/${FML_STAMP}/Mail/Field/Date.pm 420lib/fml/${FML_STAMP}/Mail/Field/Date.pm
 421lib/fml/${FML_STAMP}/Mail/Field/Date.pod
 422lib/fml/${FML_STAMP}/Mail/Field/Generic.pm
 423lib/fml/${FML_STAMP}/Mail/Field/Generic.pod
413lib/fml/${FML_STAMP}/Mail/Filter.pm 424lib/fml/${FML_STAMP}/Mail/Filter.pm
 425lib/fml/${FML_STAMP}/Mail/Filter.pod
414lib/fml/${FML_STAMP}/Mail/Header.pm 426lib/fml/${FML_STAMP}/Mail/Header.pm
 427lib/fml/${FML_STAMP}/Mail/Header.pod
415lib/fml/${FML_STAMP}/Mail/Internet.pm 428lib/fml/${FML_STAMP}/Mail/Internet.pm
 429lib/fml/${FML_STAMP}/Mail/Internet.pod
416lib/fml/${FML_STAMP}/Mail/Mailer.pm 430lib/fml/${FML_STAMP}/Mail/Mailer.pm
 431lib/fml/${FML_STAMP}/Mail/Mailer.pod
417lib/fml/${FML_STAMP}/Mail/Mailer/mail.pm 432lib/fml/${FML_STAMP}/Mail/Mailer/mail.pm
418lib/fml/${FML_STAMP}/Mail/Mailer/qmail.pm 433lib/fml/${FML_STAMP}/Mail/Mailer/qmail.pm
419lib/fml/${FML_STAMP}/Mail/Mailer/rfc822.pm 434lib/fml/${FML_STAMP}/Mail/Mailer/rfc822.pm
420lib/fml/${FML_STAMP}/Mail/Mailer/sendmail.pm 435lib/fml/${FML_STAMP}/Mail/Mailer/sendmail.pm
421lib/fml/${FML_STAMP}/Mail/Mailer/smtp.pm 436lib/fml/${FML_STAMP}/Mail/Mailer/smtp.pm
 437lib/fml/${FML_STAMP}/Mail/Mailer/smtps.pm
422lib/fml/${FML_STAMP}/Mail/Mailer/test.pm 438lib/fml/${FML_STAMP}/Mail/Mailer/test.pm
 439lib/fml/${FML_STAMP}/Mail/Mailer/testfile.pm
423lib/fml/${FML_STAMP}/Mail/Message.pm 440lib/fml/${FML_STAMP}/Mail/Message.pm
424lib/fml/${FML_STAMP}/Mail/Message/Address.pm 441lib/fml/${FML_STAMP}/Mail/Message/Address.pm
425lib/fml/${FML_STAMP}/Mail/Message/Charset.pm 442lib/fml/${FML_STAMP}/Mail/Message/Charset.pm
426lib/fml/${FML_STAMP}/Mail/Message/Checksum.pm 443lib/fml/${FML_STAMP}/Mail/Message/Checksum.pm
427lib/fml/${FML_STAMP}/Mail/Message/Compose.pm 444lib/fml/${FML_STAMP}/Mail/Message/Compose.pm
428lib/fml/${FML_STAMP}/Mail/Message/DB.pm 445lib/fml/${FML_STAMP}/Mail/Message/DB.pm
429lib/fml/${FML_STAMP}/Mail/Message/Date.pm 446lib/fml/${FML_STAMP}/Mail/Message/Date.pm
430lib/fml/${FML_STAMP}/Mail/Message/Encode.pm 447lib/fml/${FML_STAMP}/Mail/Message/Encode.pm
 448lib/fml/${FML_STAMP}/Mail/Message/Encode/Obsolete.pm
 449lib/fml/${FML_STAMP}/Mail/Message/Encode/Perl.pm
431lib/fml/${FML_STAMP}/Mail/Message/HISTORY 450lib/fml/${FML_STAMP}/Mail/Message/HISTORY
432lib/fml/${FML_STAMP}/Mail/Message/IMPLEMENTATION 451lib/fml/${FML_STAMP}/Mail/Message/IMPLEMENTATION
433lib/fml/${FML_STAMP}/Mail/Message/Language.pm 452lib/fml/${FML_STAMP}/Mail/Message/Language.pm
434lib/fml/${FML_STAMP}/Mail/Message/Language/Japanese/Outline.pm 453lib/fml/${FML_STAMP}/Mail/Message/Language/Japanese/Outline.pm
435lib/fml/${FML_STAMP}/Mail/Message/Language/Japanese/Subject.pm 454lib/fml/${FML_STAMP}/Mail/Message/Language/Japanese/Subject.pm
436lib/fml/${FML_STAMP}/Mail/Message/MH.pm 455lib/fml/${FML_STAMP}/Mail/Message/MH.pm
437lib/fml/${FML_STAMP}/Mail/Message/Outline.pm 456lib/fml/${FML_STAMP}/Mail/Message/Outline.pm
438lib/fml/${FML_STAMP}/Mail/Message/Parse.pm 457lib/fml/${FML_STAMP}/Mail/Message/Parse.pm
439lib/fml/${FML_STAMP}/Mail/Message/Spool.pm 458lib/fml/${FML_STAMP}/Mail/Message/Spool.pm
440lib/fml/${FML_STAMP}/Mail/Message/String.pm 459lib/fml/${FML_STAMP}/Mail/Message/String.pm
441lib/fml/${FML_STAMP}/Mail/Message/Subject.pm 460lib/fml/${FML_STAMP}/Mail/Message/Subject.pm
442lib/fml/${FML_STAMP}/Mail/Message/THREAD.euc-jp 461lib/fml/${FML_STAMP}/Mail/Message/THREAD.euc-jp
443lib/fml/${FML_STAMP}/Mail/Message/TODO 462lib/fml/${FML_STAMP}/Mail/Message/TODO
444lib/fml/${FML_STAMP}/Mail/Message/Thread.pm 463lib/fml/${FML_STAMP}/Mail/Message/Thread.pm
445lib/fml/${FML_STAMP}/Mail/Message/ToHTML.pm 464lib/fml/${FML_STAMP}/Mail/Message/ToHTML.pm
446lib/fml/${FML_STAMP}/Mail/Message/Utils.pm 465lib/fml/${FML_STAMP}/Mail/Message/Utils.pm
447lib/fml/${FML_STAMP}/Mail/Send.pm 466lib/fml/${FML_STAMP}/Mail/Send.pm
 467lib/fml/${FML_STAMP}/Mail/Send.pod
448lib/fml/${FML_STAMP}/Mail/Util.pm 468lib/fml/${FML_STAMP}/Mail/Util.pm
 469lib/fml/${FML_STAMP}/Mail/Util.pod
 470lib/fml/${FML_STAMP}/MailTools.pm
 471lib/fml/${FML_STAMP}/MailTools.pod
 472lib/fml/${FML_STAMP}/MojoX/MIME/Types.pm
 473lib/fml/${FML_STAMP}/MojoX/MIME/Types.pod
449lib/fml/${FML_STAMP}/Tie/JournaledDir.pm 474lib/fml/${FML_STAMP}/Tie/JournaledDir.pm
450lib/fml/${FML_STAMP}/Tie/JournaledFile.pm 475lib/fml/${FML_STAMP}/Tie/JournaledFile.pm
451lib/fml/${FML_STAMP}/Time/CTime.pm 476lib/fml/${FML_STAMP}/Time/CTime.pm
452lib/fml/${FML_STAMP}/Time/DaysInMonth.pm 477lib/fml/${FML_STAMP}/Time/DaysInMonth.pm
453lib/fml/${FML_STAMP}/Time/JulianDay.pm 478lib/fml/${FML_STAMP}/Time/JulianDay.pm
454lib/fml/${FML_STAMP}/Time/ParseDate.pm 479lib/fml/${FML_STAMP}/Time/ParseDate.pm
455lib/fml/${FML_STAMP}/Time/Timezone.pm 480lib/fml/${FML_STAMP}/Time/Timezone.pm
 481lib/fml/${FML_STAMP}/Unicode/Japanese.mlpod
456lib/fml/${FML_STAMP}/Unicode/Japanese.pm 482lib/fml/${FML_STAMP}/Unicode/Japanese.pm
 483lib/fml/${FML_STAMP}/Unicode/Japanese/JA.pod
457lib/fml/${FML_STAMP}/patch 484lib/fml/${FML_STAMP}/patch
458libexec/fml/${FML_STAMP}/.cvsignore 485libexec/fml/${FML_STAMP}/.cvsignore
459libexec/fml/${FML_STAMP}/Makefile 486libexec/fml/${FML_STAMP}/Makefile
460libexec/fml/${FML_STAMP}/index.ja.html 487libexec/fml/${FML_STAMP}/index.ja.html
461libexec/fml/${FML_STAMP}/loader 488libexec/fml/${FML_STAMP}/loader
462libexec/fml/${FML_STAMP}/loader.in 489libexec/fml/${FML_STAMP}/loader.in
463libexec/fml/command 490libexec/fml/command
464libexec/fml/createonpost 491libexec/fml/createonpost
465libexec/fml/digest 492libexec/fml/digest
466libexec/fml/distribute 493libexec/fml/distribute
467libexec/fml/error 494libexec/fml/error
468libexec/fml/faker 495libexec/fml/faker
469libexec/fml/fetchfml 496libexec/fml/fetchfml

cvs diff -r1.3 -r1.4 pkgsrc/mail/fml/distinfo (expand / switch to unified diff)

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

File Deleted: pkgsrc/mail/fml/patches/Attic/patch-aa