Date: Sun, 14 Aug 2016 18:46:49 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420198 - head/www/p5-Dancer2-Plugin-Interchange6 Message-ID: <201608141846.u7EIknsj040051@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Aug 14 18:46:48 2016 New Revision: 420198 URL: https://svnweb.freebsd.org/changeset/ports/420198 Log: www/p5-Dancer2-Plugin-Interchange6: 0.202 -> 0.203 - Enhancement: Main plugin needs access to the Schema's current_user so move stashing of user in Schema from Routes to main plugin class. - Bug Fix Add dep on Scalar::Utils for weaken method. - Tests o Remove pg_enable_utf8 from Pg tests - closes issue #1. o Omit BUILD from pod-coverage. PR: 211726 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer) Modified: head/www/p5-Dancer2-Plugin-Interchange6/Makefile head/www/p5-Dancer2-Plugin-Interchange6/distinfo Modified: head/www/p5-Dancer2-Plugin-Interchange6/Makefile ============================================================================== --- head/www/p5-Dancer2-Plugin-Interchange6/Makefile Sun Aug 14 18:42:22 2016 (r420197) +++ head/www/p5-Dancer2-Plugin-Interchange6/Makefile Sun Aug 14 18:46:48 2016 (r420198) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Interchange6 -PORTVERSION= 0.202 +PORTVERSION= 0.203 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -31,7 +31,9 @@ BUILD_DEPENDS= p5-Interchange6-Schema>=0 p5-Dancer2-Plugin-Auth-Extensible>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible \ p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite +TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-DBIx-Class-Helpers>=0:databases/p5-DBIx-Class-Helpers \ + p5-Test-WWW-Mechanize-PSGI>=0:devel/p5-Test-WWW-Mechanize-PSGI NO_ARCH= yes USES= perl5 Modified: head/www/p5-Dancer2-Plugin-Interchange6/distinfo ============================================================================== --- head/www/p5-Dancer2-Plugin-Interchange6/distinfo Sun Aug 14 18:42:22 2016 (r420197) +++ head/www/p5-Dancer2-Plugin-Interchange6/distinfo Sun Aug 14 18:46:48 2016 (r420198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469783059 -SHA256 (Dancer2-Plugin-Interchange6-0.202.tar.gz) = 9506ef2e4ec4e8ae5b53814b4e7f60baaa79d5162bf6fe64fa4bd39d04f9193b -SIZE (Dancer2-Plugin-Interchange6-0.202.tar.gz) = 35221 +TIMESTAMP = 1470831825 +SHA256 (Dancer2-Plugin-Interchange6-0.203.tar.gz) = 59c6d1c8f888f51ef20831ca19b72a62aad409f66f6cf58a0923abc987da0a39 +SIZE (Dancer2-Plugin-Interchange6-0.203.tar.gz) = 35404
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608141846.u7EIknsj040051>