mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
mail/p5-Mail-DMARC: Update version 1.20190308=>1.20211209
- Update MAINTAINER email Changelog: https://github.com/msimerson/mail-dmarc/blob/v1.20211209/Changes.md PR: 275505 Approved by: submitter is maintainer
This commit is contained in:
parent
7b0545f877
commit
054014cea2
@ -1,10 +1,10 @@
|
||||
PORTNAME= Mail-DMARC
|
||||
PORTVERSION= 1.20190308
|
||||
PORTVERSION= 1.20211209
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dgeo@centrale-marseille.fr
|
||||
MAINTAINER= dgeo@centrale-med.fr
|
||||
COMMENT= Perl5 module to process and/or create DKIM email
|
||||
WWW= https://github.com/msimerson/mail-dmarc
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1554736675
|
||||
SHA256 (Mail-DMARC-1.20190308.tar.gz) = fc11f1b29a31e94be7805a9230259e3e578bd53461c2ff700679c94104b5a518
|
||||
SIZE (Mail-DMARC-1.20190308.tar.gz) = 730115
|
||||
TIMESTAMP = 1701595904
|
||||
SHA256 (Mail-DMARC-1.20211209.tar.gz) = f519d33bbcde83ad27a8eb4568009f629e8375efb4b6c84261cb7a2e5dbf7f24
|
||||
SIZE (Mail-DMARC-1.20211209.tar.gz) = 794986
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- Makefile.PL.orig 2015-06-25 20:44:01 UTC
|
||||
+++ Makefile.PL
|
||||
@@ -33,7 +33,6 @@ my %WriteMakefileArgs = (
|
||||
"bin/dmarc_send_reports",
|
||||
"bin/dmarc_update_public_suffix_list",
|
||||
"bin/dmarc_view_reports",
|
||||
- "bin/install_deps.pl"
|
||||
],
|
||||
"LICENSE" => "perl",
|
||||
"MIN_PERL_VERSION" => "5.008",
|
@ -24,11 +24,16 @@ bin/dmarc_view_reports
|
||||
%%SITE_PERL%%/Mail/DMARC/Report/Send.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Report/Send/HTTP.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Report/Send/SMTP.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Report/Sender.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Report/Store.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Report/Store/SQL.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Report/URI.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Result.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Result/Reason.pm
|
||||
%%SITE_PERL%%/Mail/DMARC/Test/Transport.pm
|
||||
%%SITE_PERL%%/auto/share/dist/Mail-DMARC/dmarc_whitelist
|
||||
%%SITE_PERL%%/auto/share/dist/Mail-DMARC/html/css/ellipsis-xbl.xml
|
||||
%%SITE_PERL%%/auto/share/dist/Mail-DMARC/html/css/ui.jqgrid.css
|
||||
@ -90,6 +95,7 @@ bin/dmarc_view_reports
|
||||
%%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail-dmarc.cron
|
||||
%%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail-dmarc.ini
|
||||
%%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail_dmarc_schema.mysql
|
||||
%%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail_dmarc_schema.pgsql
|
||||
%%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail_dmarc_schema.sqlite
|
||||
%%SITE_PERL%%/auto/share/dist/Mail-DMARC/public_suffix_list
|
||||
%%SITE_PERL%%/auto/share/dist/Mail-DMARC/rua-schema.xsd
|
||||
@ -114,6 +120,9 @@ bin/dmarc_view_reports
|
||||
%%PERL5_MAN3%%/Mail::DMARC::Report::Send::SMTP.3.gz
|
||||
%%PERL5_MAN3%%/Mail::DMARC::Report::Store.3.gz
|
||||
%%PERL5_MAN3%%/Mail::DMARC::Report::Store::SQL.3.gz
|
||||
%%PERL5_MAN3%%/Mail::DMARC::Report::Store::SQL::Grammars::MySQL.3.gz
|
||||
%%PERL5_MAN3%%/Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL.3.gz
|
||||
%%PERL5_MAN3%%/Mail::DMARC::Report::Store::SQL::Grammars::SQLite.3.gz
|
||||
%%PERL5_MAN3%%/Mail::DMARC::Report::URI.3.gz
|
||||
%%PERL5_MAN3%%/Mail::DMARC::Result.3.gz
|
||||
%%PERL5_MAN3%%/Mail::DMARC::Result::Reason.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user