1
0
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:
Po-Chuan Hsieh 2024-06-18 22:25:52 +08:00
parent 36547cdd31
commit 0d20bf89a4
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 6 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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/
^

View File

@ -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/