Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2019 18:27:18 +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: r500248 - head/security/p5-Dancer2-Plugin-Auth-Extensible
Message-ID:  <201904271827.x3RIRIKN010837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr 27 18:27:18 2019
New Revision: 500248
URL: https://svnweb.freebsd.org/changeset/ports/500248

Log:
  Update to 0.708
  
  - Fix *_DEPENDS
  
  Changes:	https://metacpan.org/changes/distribution/Dancer2-Plugin-Auth-Extensible

Modified:
  head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile
  head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo

Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile
==============================================================================
--- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile	Sat Apr 27 18:27:13 2019	(r500247)
+++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile	Sat Apr 27 18:27:18 2019	(r500248)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2-Plugin-Auth-Extensible
-PORTVERSION=	0.706
+PORTVERSION=	0.708
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,23 +13,33 @@ COMMENT=	Extensible authentication framework for Dance
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Crypt-SaltedHash>0:security/p5-Crypt-SaltedHash \
-		p5-Session-Token>0:security/p5-Session-Token \
-		p5-File-ShareDir-Install>0:devel/p5-File-ShareDir-Install \
-		p5-Dancer2>=0.204001:www/p5-Dancer2
-RUN_DEPENDS:=	${BUILD_DEPENDS} \
-		p5-File-Share>0:devel/p5-File-Share
-TEST_DEPENDS=	p5-HTTP-Cookies>0:www/p5-HTTP-Cookies \
-		p5-HTTP-Message>0:www/p5-HTTP-Message \
-		p5-Plack>0:www/p5-Plack \
+BUILD_DEPENDS=	p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
+		${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Crypt-SaltedHash>=0:security/p5-Crypt-SaltedHash \
+		p5-Dancer2>=0.204000:www/p5-Dancer2 \
+		p5-File-Share>=0:devel/p5-File-Share \
+		p5-HTTP-BrowserDetect>=0:www/p5-HTTP-BrowserDetect \
+		p5-Module-Runtime>=0:devel/p5-Module-Runtime \
+		p5-Moo>=2.000000:devel/p5-Moo \
+		p5-Plack>=1.0029:www/p5-Plack \
+		p5-Session-Token>=0:security/p5-Session-Token \
+		p5-Try-Tiny>=0:lang/p5-Try-Tiny \
+		p5-URI>=0:net/p5-URI \
+		p5-YAML>=0:textproc/p5-YAML \
+		p5-namespace-clean>=0:devel/p5-namespace-clean
+TEST_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
+		p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies \
+		p5-HTTP-Message>=0:www/p5-HTTP-Message \
+		p5-Path-Tiny>=0.016:devel/p5-Path-Tiny \
 		p5-Test-Deep>=0.114:devel/p5-Test-Deep \
-		p5-Test-Exception>0:devel/p5-Test-Exception \
-		p5-Test-MockDateTime>0:devel/p5-Test-MockDateTime \
-		p5-Test-Warnings>0:devel/p5-Test-Warnings
+		p5-Test-Exception>=0:devel/p5-Test-Exception \
+		p5-Test-MockDateTime>=0:devel/p5-Test-MockDateTime \
+		p5-Test-Warnings>=0:devel/p5-Test-Warnings
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DPAEPU
 DPAEPU_DESC=	Extra dependencies for Provider::Unix

Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo
==============================================================================
--- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo	Sat Apr 27 18:27:13 2019	(r500247)
+++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo	Sat Apr 27 18:27:18 2019	(r500248)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545640790
-SHA256 (Dancer2-Plugin-Auth-Extensible-0.706.tar.gz) = a2cbc41b17fab0dbc98fa0109e9f4b1acd8069f45993e3e4e2df3b7b116ac461
-SIZE (Dancer2-Plugin-Auth-Extensible-0.706.tar.gz) = 62223
+TIMESTAMP = 1556375586
+SHA256 (Dancer2-Plugin-Auth-Extensible-0.708.tar.gz) = 8cd0cbd343318bb04550ff8a86dd775821c5ed18c46b4bbdc30b48623b638134
+SIZE (Dancer2-Plugin-Auth-Extensible-0.708.tar.gz) = 62593



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