Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 17:52:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522506 - head/mail/p5-Mail-AuthenticationResults
Message-ID:  <202001091752.009HqMlL058338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001091752.009HqMlL058338>