While testing some other ports, I noticed that this one was missing a
dependency on p5-Clone. Which led me to notice that there's an update
available.
https://metacpan.org/dist/Mail-AuthenticationResults/changes
Comments, OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-AuthenticationResults/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile 11 Mar 2022 19:34:48 -0000 1.7
+++ Makefile 26 Feb 2023 23:42:57 -0000
@@ -1,6 +1,6 @@
COMMENT = object oriented Authentication-Results headers
-DISTNAME = Mail-AuthenticationResults-2.20210915
+DISTNAME = Mail-AuthenticationResults-2.20230112
CATEGORIES = mail
@@ -11,7 +11,8 @@ PERMIT_PACKAGE = Yes
MODULES = cpan
-RUN_DEPENDS = converters/p5-JSON
+RUN_DEPENDS = converters/p5-JSON \
+ devel/p5-Clone
TEST_DEPENDS = devel/p5-Test-Exception
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-AuthenticationResults/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo 20 Dec 2021 14:46:41 -0000 1.5
+++ distinfo 26 Feb 2023 23:42:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (Mail-AuthenticationResults-2.20210915.tar.gz) = wpe8m7GvKjcgHbmSDhy14vWBAkcT9cWxNfQUAuyU4Q8=
-SIZE (Mail-AuthenticationResults-2.20210915.tar.gz) = 31535
+SHA256 (Mail-AuthenticationResults-2.20230112.tar.gz) = wtFEyuAiX4vJ0PX60cPxOdJ89TT85+rHB2T79m/SI0E=
+SIZE (Mail-AuthenticationResults-2.20230112.tar.gz) = 32438
No comments:
Post a Comment