Hi,

    Here is a patch to update mail/p5-Mail-DMARC to 1.20191024.
    It build well and passed all test on my amd64-head system.

    One port depends on p5-Mail-DMARC: mail/p5-Mail-Milter-Authentication.
    It build well  pass all the tests with this patch.

Comments? OK?

wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-DMARC/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    28 Sep 2019 12:20:17 -0000      1.11
+++ Makefile    13 Nov 2019 07:36:46 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       Perl implementation of DMARC
 
-DISTNAME=      Mail-DMARC-1.20190831
+DISTNAME=      Mail-DMARC-1.20191024
 MAINTAINER=    Giovanni Bechis <giova...@openbsd.org>
 
 CATEGORIES=    mail
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-DMARC/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    28 Sep 2019 12:20:17 -0000      1.7
+++ distinfo    13 Nov 2019 07:36:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (Mail-DMARC-1.20190831.tar.gz) = 
Kohh1Xe3XlZn3c+4BYPjaSAdaQGHH5/PRzeUCiu4EdI=
-SIZE (Mail-DMARC-1.20190831.tar.gz) = 733485
+SHA256 (Mail-DMARC-1.20191024.tar.gz) = 
UFdvUEyJhd5QDAAQR/clxQjRwTn9/AjhiJWXxiZ2Uo8=
+SIZE (Mail-DMARC-1.20191024.tar.gz) = 784322
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-DMARC/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   26 Jan 2016 22:10:48 -0000      1.2
+++ pkg/PLIST   13 Nov 2019 07:36:46 -0000
@@ -35,7 +35,12 @@ ${P5SITE}/Mail/DMARC/Report/Send/HTTP.pm
 ${P5SITE}/Mail/DMARC/Report/Send/SMTP.pm
 ${P5SITE}/Mail/DMARC/Report/Store/
 ${P5SITE}/Mail/DMARC/Report/Store.pm
+${P5SITE}/Mail/DMARC/Report/Store/SQL/
 ${P5SITE}/Mail/DMARC/Report/Store/SQL.pm
+${P5SITE}/Mail/DMARC/Report/Store/SQL/Grammars/
+${P5SITE}/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm
+${P5SITE}/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm
+${P5SITE}/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm
 ${P5SITE}/Mail/DMARC/Report/URI.pm
 ${P5SITE}/Mail/DMARC/Result/
 ${P5SITE}/Mail/DMARC/Result.pm
@@ -107,6 +112,7 @@ ${P5SITE}/auto/share/dist/Mail-DMARC/htm
 ${P5SITE}/auto/share/dist/Mail-DMARC/mail-dmarc.cron
 ${P5SITE}/auto/share/dist/Mail-DMARC/mail-dmarc.ini
 ${P5SITE}/auto/share/dist/Mail-DMARC/mail_dmarc_schema.mysql
+${P5SITE}/auto/share/dist/Mail-DMARC/mail_dmarc_schema.pgsql
 ${P5SITE}/auto/share/dist/Mail-DMARC/mail_dmarc_schema.sqlite
 ${P5SITE}/auto/share/dist/Mail-DMARC/public_suffix_list
 ${P5SITE}/auto/share/dist/Mail-DMARC/rua-schema.xsd
@@ -139,6 +145,9 @@ ${P5SITE}/auto/share/dist/Mail-DMARC/rua
 @man man/man3p/Mail::DMARC::Report::Send::SMTP.3p
 @man man/man3p/Mail::DMARC::Report::Store.3p
 @man man/man3p/Mail::DMARC::Report::Store::SQL.3p
+@man man/man3p/Mail::DMARC::Report::Store::SQL::Grammars::MySQL.3p
+@man man/man3p/Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL.3p
+@man man/man3p/Mail::DMARC::Report::Store::SQL::Grammars::SQLite.3p
 @man man/man3p/Mail::DMARC::Report::URI.3p
 @man man/man3p/Mail::DMARC::Result.3p
 @man man/man3p/Mail::DMARC::Result::Reason.3p

Reply via email to