/[smeserver]/rpms/perl-Mail-DMARC/sme9/Mail-DMARC-1.20141206-build_fix.patch
ViewVC logotype

Contents of /rpms/perl-Mail-DMARC/sme9/Mail-DMARC-1.20141206-build_fix.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri May 6 21:40:21 2016 UTC (8 years ago) by vip-ire
Branch: MAIN
CVS Tags: perl-Mail-DMARC-1_20141206-1_el6_sme, perl-Mail-DMARC-1_20141206-2_el6_sme, HEAD
Import perl-Mail-DMARC in sme9 branch

1 diff -Nur -x '*.orig' -x '*.rej' Mail-DMARC-1.20141206/Build.PL mezzanine_patched_Mail-DMARC-1.20141206/Build.PL
2 --- Mail-DMARC-1.20141206/Build.PL 2014-12-06 07:56:07.000000000 +0100
3 +++ mezzanine_patched_Mail-DMARC-1.20141206/Build.PL 2016-04-28 12:33:32.230121922 +0200
4 @@ -3,17 +3,17 @@
5 use strict;
6 use warnings;
7
8 -use Module::Build 0.3601;
9 +use Module::Build 0.35;
10
11
12 my %module_build_args = (
13 "build_requires" => {
14 - "Module::Build" => "0.3601"
15 + "Module::Build" => "0.35"
16 },
17 "configure_requires" => {
18 "ExtUtils::MakeMaker" => 0,
19 "File::ShareDir::Install" => "0.06",
20 - "Module::Build" => "0.3601"
21 + "Module::Build" => "0.35"
22 },
23 "dist_abstract" => "Perl implementation of DMARC",
24 "dist_author" => [
25 @@ -88,7 +88,6 @@
26 "bin/dmarc_receive",
27 "bin/dmarc_send_reports",
28 "bin/dmarc_view_reports",
29 - "bin/install_deps.pl"
30 ],
31 "share_dir" => {
32 "dist" => "share"
33 @@ -100,7 +99,7 @@
34
35
36 my %fallback_build_requires = (
37 - "Module::Build" => "0.3601",
38 + "Module::Build" => "0.35",
39 "Test::More" => 0
40 );
41
42 diff -Nur -x '*.orig' -x '*.rej' Mail-DMARC-1.20141206/Makefile.PL mezzanine_patched_Mail-DMARC-1.20141206/Makefile.PL
43 --- Mail-DMARC-1.20141206/Makefile.PL 2014-12-06 07:56:07.000000000 +0100
44 +++ mezzanine_patched_Mail-DMARC-1.20141206/Makefile.PL 2016-04-28 12:33:45.312116966 +0200
45 @@ -17,12 +17,12 @@
46 "ABSTRACT" => "Perl implementation of DMARC",
47 "AUTHOR" => "Matt Simerson <msimerson\@cpan.org>, Davide Migliavacca <shari\@cpan.org>",
48 "BUILD_REQUIRES" => {
49 - "Module::Build" => "0.3601"
50 + "Module::Build" => "0.35"
51 },
52 "CONFIGURE_REQUIRES" => {
53 "ExtUtils::MakeMaker" => 0,
54 "File::ShareDir::Install" => "0.06",
55 - "Module::Build" => "0.3601"
56 + "Module::Build" => "0.35"
57 },
58 "DISTNAME" => "Mail-DMARC",
59 "EXE_FILES" => [
60 @@ -32,7 +32,6 @@
61 "bin/dmarc_receive",
62 "bin/dmarc_send_reports",
63 "bin/dmarc_view_reports",
64 - "bin/install_deps.pl"
65 ],
66 "LICENSE" => "perl",
67 "MIN_PERL_VERSION" => "5.008",
68 @@ -108,7 +107,7 @@
69 "IO::Uncompress::Unzip" => 0,
70 "JSON" => 0,
71 "LWP::UserAgent" => 0,
72 - "Module::Build" => "0.3601",
73 + "Module::Build" => "0.35",
74 "Net::DNS::Resolver" => 0,
75 "Net::HTTP" => 0,
76 "Net::IP" => 0,

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed