svn commit: r522506 - head/mail/p5-Mail-AuthenticationResults

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 9 17:52:23 UTC 2020


Author: sunpoet
Date: Thu Jan  9 17:52:22 2020
New Revision: 522506
URL: https://svnweb.freebsd.org/changeset/ports/522506

Log:
  Update to 1.20200108
  
  - Add TEST_DEPENDS
  
  Changes:	https://metacpan.org/changes/distribution/Mail-AuthenticationResults

Modified:
  head/mail/p5-Mail-AuthenticationResults/Makefile
  head/mail/p5-Mail-AuthenticationResults/distinfo

Modified: head/mail/p5-Mail-AuthenticationResults/Makefile
==============================================================================
--- head/mail/p5-Mail-AuthenticationResults/Makefile	Thu Jan  9 17:52:17 2020	(r522505)
+++ head/mail/p5-Mail-AuthenticationResults/Makefile	Thu Jan  9 17:52:22 2020	(r522506)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Mail-AuthenticationResults
-PORTVERSION=	1.20180923
+PORTVERSION=	1.20200108
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +15,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
+RUN_DEPENDS=	p5-JSON>=0:converters/p5-JSON
+TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/mail/p5-Mail-AuthenticationResults/distinfo
==============================================================================
--- head/mail/p5-Mail-AuthenticationResults/distinfo	Thu Jan  9 17:52:17 2020	(r522505)
+++ head/mail/p5-Mail-AuthenticationResults/distinfo	Thu Jan  9 17:52:22 2020	(r522506)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555115808
-SHA256 (Mail-AuthenticationResults-1.20180923.tar.gz) = 7ff59a229db597cc89e3aa9c2459145092061da0b77012376f142eb653f53cbc
-SIZE (Mail-AuthenticationResults-1.20180923.tar.gz) = 29827
+TIMESTAMP = 1578584007
+SHA256 (Mail-AuthenticationResults-1.20200108.tar.gz) = 054b689713695b6f142acf5c83d2493586058e0e73244780e9ca1e88ff1a00c8
+SIZE (Mail-AuthenticationResults-1.20200108.tar.gz) = 30701


More information about the svn-ports-all mailing list