From owner-svn-ports-all@FreeBSD.ORG Tue Mar 25 14:00:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC561CDC; Tue, 25 Mar 2014 14:00:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D8F41E9A; Tue, 25 Mar 2014 14:00:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2PE01jJ015720; Tue, 25 Mar 2014 14:00:01 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2PE012W015718; Tue, 25 Mar 2014 14:00:01 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201403251400.s2PE012W015718@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Tue, 25 Mar 2014 14:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349144 - head/www/p5-Catalyst-Authentication-Store-DBIx-Class/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 14:00:02 -0000 Author: des Date: Tue Mar 25 14:00:01 2014 New Revision: 349144 URL: http://svnweb.freebsd.org/changeset/ports/349144 QAT: https://qat.redports.org/buildarchive/r349144/ Log: Disable part of the patch which doesn't apply cleanly. Modified: head/www/p5-Catalyst-Authentication-Store-DBIx-Class/files/patch-c30ad9df2c49e9f51435b03182a2bf263c69d63e Modified: head/www/p5-Catalyst-Authentication-Store-DBIx-Class/files/patch-c30ad9df2c49e9f51435b03182a2bf263c69d63e ============================================================================== --- head/www/p5-Catalyst-Authentication-Store-DBIx-Class/files/patch-c30ad9df2c49e9f51435b03182a2bf263c69d63e Tue Mar 25 13:40:57 2014 (r349143) +++ head/www/p5-Catalyst-Authentication-Store-DBIx-Class/files/patch-c30ad9df2c49e9f51435b03182a2bf263c69d63e Tue Mar 25 14:00:01 2014 (r349144) @@ -6,18 +6,18 @@ X-Git-Url: http://git.shadowcat.co.uk/gi Fix calling User->can() as a class method. RT#90715 --- -diff --git a/Changes b/Changes -index 137ee33..c8babb3 100644 ---- a/Changes -+++ b/Changes -@@ -1,6 +1,7 @@ - Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class - - * Fix doc bugs. RT#87372 -+ * Fix calling User->can() as a class method. RT#90715 - - 0.1505 2013-06-10 - * Fix RT#82944 - test fails on perl >= 5.17.3 +#diff --git a/Changes b/Changes +#index 137ee33..c8babb3 100644 +#--- a/Changes +#+++ b/Changes +#@@ -1,6 +1,7 @@ +# Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class +# +# * Fix doc bugs. RT#87372 +#+ * Fix calling User->can() as a class method. RT#90715 +# +# 0.1505 2013-06-10 +# * Fix RT#82944 - test fails on perl >= 5.17.3 diff --git a/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm b/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm index 405ae75..18282a4 100644 --- a/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm