git: 0d20bf89a43d - main - mail/p5-Mail-SPF: Update to 3.20240617
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 14:30:13 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0d20bf89a43d203cc792ccb13bd3b19130a713be
commit 0d20bf89a43d203cc792ccb13bd3b19130a713be
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-06-18 14:25:52 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-18 14:25:52 +0000
mail/p5-Mail-SPF: Update to 3.20240617
- Update WWW and clean up pkg-descr
Changes: https://metacpan.org/dist/Mail-SPF/changes
---
mail/p5-Mail-SPF/Makefile | 5 +++--
mail/p5-Mail-SPF/distinfo | 6 +++---
mail/p5-Mail-SPF/files/patch-lib-Mail-SPF-Record.pm | 10 ----------
mail/p5-Mail-SPF/pkg-descr | 2 --
4 files changed, 6 insertions(+), 17 deletions(-)
diff --git a/mail/p5-Mail-SPF/Makefile b/mail/p5-Mail-SPF/Makefile
index 832fdbda696f..6557a8a9a3ab 100644
--- a/mail/p5-Mail-SPF/Makefile
+++ b/mail/p5-Mail-SPF/Makefile
@@ -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
diff --git a/mail/p5-Mail-SPF/distinfo b/mail/p5-Mail-SPF/distinfo
index 8a7ffd229736..9dadb787be2b 100644
--- a/mail/p5-Mail-SPF/distinfo
+++ b/mail/p5-Mail-SPF/distinfo
@@ -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
diff --git a/mail/p5-Mail-SPF/files/patch-lib-Mail-SPF-Record.pm b/mail/p5-Mail-SPF/files/patch-lib-Mail-SPF-Record.pm
deleted file mode 100644
index 233466ba2643..000000000000
--- a/mail/p5-Mail-SPF/files/patch-lib-Mail-SPF-Record.pm
+++ /dev/null
@@ -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/
- ^
diff --git a/mail/p5-Mail-SPF/pkg-descr b/mail/p5-Mail-SPF/pkg-descr
index 39ae54a4b859..46b755bc44e7 100644
--- a/mail/p5-Mail-SPF/pkg-descr
+++ b/mail/p5-Mail-SPF/pkg-descr
@@ -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/