Date: Tue, 25 Mar 2014 14:00:01 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> 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 Message-ID: <201403251400.s2PE012W015718@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403251400.s2PE012W015718>