View | Details | Raw Unified | Return to bug 239855
Collapse All | Expand All

(-)mail/p5-Mail-SPF/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	Mail-SPF
4
PORTNAME=	Mail-SPF
5
PORTVERSION=	2.9.0
5
PORTVERSION=	2.9.0
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	4
7
PORTREVISION=	5
8
CATEGORIES=	mail perl5
8
CATEGORIES=	mail perl5
9
MASTER_SITES=	CPAN
9
MASTER_SITES=	CPAN
10
PKGNAMEPREFIX=	p5-
10
PKGNAMEPREFIX=	p5-
(-)mail/p5-Mail-SPF/files/patch-lib-Mail-SPF-Record.pm (+10 lines)
Line 0 Link Here
1
--- lib/Mail/SPF/Record.pm.orig 2018-04-22 04:07:19.000000000 +0000
2
+++ lib/Mail/SPF/Record.pm  2019-08-14 13:23:26.324884000 +0000
3
@@ -206,6 +206,7 @@
4
 
5
 sub parse_term {
6
     my ($self) = @_;
7
+    require Mail::SPF::Mech;
8
     if (
9
         $self->{parse_text} =~ s/
10
             ^

Return to bug 239855