From owner-svn-ports-head@freebsd.org Sun Aug 14 18:46:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 386D0BB9AC8; Sun, 14 Aug 2016 18:46:50 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E510E1C97; Sun, 14 Aug 2016 18:46:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7EIknZA040053; Sun, 14 Aug 2016 18:46:49 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7EIknsj040051; Sun, 14 Aug 2016 18:46:49 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608141846.u7EIknsj040051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 14 Aug 2016 18:46:49 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2016 18:46:50 -0000 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 (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