svn commit: r428422 - head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup

Kurt Jaeger pi at FreeBSD.org
Mon Dec 12 17:24:30 UTC 2016


Author: pi
Date: Mon Dec 12 17:24:29 2016
New Revision: 428422
URL: https://svnweb.freebsd.org/changeset/ports/428422

Log:
  security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup: update 0.600 -> 0.620
  
  - Updates for compatibility with plugin v0.620
    o croak unstead of return undef
    o add config3 + schema3.ddl for tests
    o update test script for new tests in plugin
  
  PR:		214278
  Submitted by:	Henk van Oers <hvo.pm at xs4all.nl> (maintainer)

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

Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile
==============================================================================
--- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile	Mon Dec 12 17:01:19 2016	(r428421)
+++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile	Mon Dec 12 17:24:29 2016	(r428422)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2-Plugin-Auth-Extensible-Provider-Usergroup
-PORTVERSION=	0.600
+PORTVERSION=	0.620
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,12 +13,13 @@ COMMENT=	Extensible authentication frame
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Dancer2>=0.200000:www/p5-Dancer2 \
-		p5-Dancer2-Plugin-Auth-Extensible>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible \
+BUILD_DEPENDS=	p5-Dancer2>=0.204001:www/p5-Dancer2 \
+		p5-Dancer2-Plugin-Auth-Extensible>=0.620:security/p5-Dancer2-Plugin-Auth-Extensible \
 		p5-Dancer2-Plugin-Passphrase>=3.3.0:security/p5-Dancer2-Plugin-Passphrase \
 		p5-Dancer2-Plugin-DBIC>=0.0013:databases/p5-Dancer2-Plugin-DBIC
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo
==============================================================================
--- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo	Mon Dec 12 17:01:19 2016	(r428421)
+++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo	Mon Dec 12 17:24:29 2016	(r428422)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464883075
-SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.600.tar.gz) = 8d239bc403e9d9431724dac9beec8385255886eaaaa9f5cf705161346c0ca0a2
-SIZE (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.600.tar.gz) = 12406
+TIMESTAMP = 1478453750
+SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.620.tar.gz) = 9ee8abe36038f04672b56edb749c35f2c114d88bc2e6c1298d6c72896058aba0
+SIZE (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.620.tar.gz) = 12734


More information about the svn-ports-head mailing list