Here's a simple update to p5-Mail-AuthenticationResults to bring it current. There were only POD changes, but this gives me the chance to add the missing RUN_DEPENDS on p5-JSON.
(no clue how I didn't notice that when testing or updating before) https://metacpan.org/changes/distribution/Mail-AuthenticationResults Comments? OK? Index: Makefile =================================================================== RCS file: /cvs/ports/mail/p5-Mail-AuthenticationResults/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 3 Jul 2020 21:45:26 -0000 1.3 +++ Makefile 6 Dec 2020 02:13:55 -0000 @@ -2,8 +2,7 @@ COMMENT = object oriented Authentication-Results headers -DISTNAME = Mail-AuthenticationResults-1.20200331.1 -REVISION = 0 +DISTNAME = Mail-AuthenticationResults-1.20200824.1 CATEGORIES = mail @@ -14,7 +13,9 @@ PERMIT_PACKAGE = Yes MODULES = cpan -TEST_DEPENDS = devel/p5-Test-Exception +RUN_DEPENDS = converters/p5-JSON + +TEST_DEPENDS = devel/p5-Test-Exception PKG_ARCH = * Index: distinfo =================================================================== RCS file: /cvs/ports/mail/p5-Mail-AuthenticationResults/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 25 Apr 2020 17:43:09 -0000 1.2 +++ distinfo 6 Dec 2020 02:13:55 -0000 @@ -1,2 +1,2 @@ -SHA256 (Mail-AuthenticationResults-1.20200331.1.tar.gz) = TLgtOY1f1nkvAeZFME8QZsXJrLyGeEU0t5HXl2KO6mI= -SIZE (Mail-AuthenticationResults-1.20200331.1.tar.gz) = 30770 +SHA256 (Mail-AuthenticationResults-1.20200824.1.tar.gz) = M7qo4p+rDobNtHkNAJzFn3IlZyUWaCvHKy1MH4ahHpo= +SIZE (Mail-AuthenticationResults-1.20200824.1.tar.gz) = 30880
