Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 18:23:38 +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: r513683 - head/net/p5-Net-OAuth2
Message-ID:  <201910031823.x93INcSC082916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  3 18:23:37 2019
New Revision: 513683
URL: https://svnweb.freebsd.org/changeset/ports/513683

Log:
  Update to 0.66
  
  Changes:	https://metacpan.org/changes/distribution/Net-OAuth2

Modified:
  head/net/p5-Net-OAuth2/Makefile
  head/net/p5-Net-OAuth2/distinfo

Modified: head/net/p5-Net-OAuth2/Makefile
==============================================================================
--- head/net/p5-Net-OAuth2/Makefile	Thu Oct  3 18:23:32 2019	(r513682)
+++ head/net/p5-Net-OAuth2/Makefile	Thu Oct  3 18:23:37 2019	(r513683)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-OAuth2
-PORTVERSION=	0.65
+PORTVERSION=	0.66
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +15,7 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-HTTP-Message>=0:www/p5-HTTP-Message \
-		p5-JSON>=0:converters/p5-JSON \
+		p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
 		p5-URI>=0:net/p5-URI \
 		p5-libwww>=0:www/p5-libwww
 TEST_DEPENDS=	p5-Test-Mock-LWP-Dispatch>=0:devel/p5-Test-Mock-LWP-Dispatch \
@@ -23,8 +23,9 @@ TEST_DEPENDS=	p5-Test-Mock-LWP-Dispatch>=0:devel/p5-Te
 		p5-Test-Pod>=1.22:devel/p5-Test-Pod \
 		p5-YAML>=0:textproc/p5-YAML
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/net/p5-Net-OAuth2/distinfo
==============================================================================
--- head/net/p5-Net-OAuth2/distinfo	Thu Oct  3 18:23:32 2019	(r513682)
+++ head/net/p5-Net-OAuth2/distinfo	Thu Oct  3 18:23:37 2019	(r513683)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568802218
-SHA256 (Net-OAuth2-0.65.tar.gz) = 970775b8ea61b7f03f83a068792cd751e4c2cb11b8cc4470ffdf5ef322428472
-SIZE (Net-OAuth2-0.65.tar.gz) = 22402
+TIMESTAMP = 1570031391
+SHA256 (Net-OAuth2-0.66.tar.gz) = 149a2b8418818848910951e88d73c062a6f1c7f2ce446d1c800f26d5f752d421
+SIZE (Net-OAuth2-0.66.tar.gz) = 22475



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