mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
mail/p5-Mail-SPF: Update to 3.20240617
- Update WWW and clean up pkg-descr Changes: https://metacpan.org/dist/Mail-SPF/changes
This commit is contained in:
parent
36547cdd31
commit
0d20bf89a4
@ -1,12 +1,13 @@
|
||||
PORTNAME= Mail-SPF
|
||||
PORTVERSION= 3.20240206
|
||||
PORTVERSION= 3.20240617
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Object-oriented implementation of Sender Policy Framework
|
||||
WWW= https://metacpan.org/release/Mail-SPF
|
||||
WWW= https://metacpan.org/release/Mail-SPF \
|
||||
http://www.open-spf.org/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1713033324
|
||||
SHA256 (Mail-SPF-3.20240206.tar.gz) = 3d2fc3e8ac9875e8c22dda9f4663bfa467dedcf2ff691d89ff082e1958206045
|
||||
SIZE (Mail-SPF-3.20240206.tar.gz) = 76892
|
||||
TIMESTAMP = 1718690468
|
||||
SHA256 (Mail-SPF-3.20240617.tar.gz) = 43930a708b8e605f31351120619ed8cfa5d789fe66e7f94518393693f9e10ae9
|
||||
SIZE (Mail-SPF-3.20240617.tar.gz) = 79806
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- lib/Mail/SPF/Record.pm.orig 2013-07-22 03:52:32 UTC
|
||||
+++ lib/Mail/SPF/Record.pm
|
||||
@@ -206,6 +206,7 @@ sub parse_version_tag {
|
||||
|
||||
sub parse_term {
|
||||
my ($self) = @_;
|
||||
+ require Mail::SPF::Mech;
|
||||
if (
|
||||
$self->{parse_text} =~ s/
|
||||
^
|
@ -7,5 +7,3 @@ release of the official test-suite <http://www.openspf.org/Test_Suite>.
|
||||
The Mail::SPF source package includes the following additional tools:
|
||||
- spfquery: A command-line tool for performing SPF checks.
|
||||
- spfd: A daemon for services that perform SPF checks frequently.
|
||||
|
||||
See also: http://www.openspf.org/
|
||||
|
Loading…
Reference in New Issue
Block a user