From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 26 19:00:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E54291065675 for ; Sat, 26 Feb 2011 19:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC1F8FC14 for ; Sat, 26 Feb 2011 19:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1QJ0GbQ001725 for ; Sat, 26 Feb 2011 19:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1QJ0GfE001724; Sat, 26 Feb 2011 19:00:16 GMT (envelope-from gnats) Resent-Date: Sat, 26 Feb 2011 19:00:16 GMT Resent-Message-Id: <201102261900.p1QJ0GfE001724@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC055106566B for ; Sat, 26 Feb 2011 18:52:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B06C38FC12 for ; Sat, 26 Feb 2011 18:52:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p1QIq2ln029571 for ; Sat, 26 Feb 2011 18:52:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p1QIq2FU029569; Sat, 26 Feb 2011 18:52:02 GMT (envelope-from nobody) Message-Id: <201102261852.p1QIq2FU029569@red.freebsd.org> Date: Sat, 26 Feb 2011 18:52:02 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/155071: [UPDATE] www/p5-Catalyst-Authentication-Store-LDAP: update to 1.012 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2011 19:00:17 -0000 >Number: 155071 >Category: ports >Synopsis: [UPDATE] www/p5-Catalyst-Authentication-Store-LDAP: update to 1.012 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 26 19:00:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 8.2-STABLE >Organization: >Environment: 8.2-STABLE i386 >Description: - update to 1.012 changelog: 1.012 5 October 2010 - add methods conforming to the Catalyst::Authentication::User API as required here: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod#USER_METHODS Nudging provided via RT https://rt.cpan.org/Ticket/Display.html?id=60793 - add documentation for Active Directory at suggestion of Adam Wohld >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa p5-Catalyst-Authentication-Store-LDAP.orig/Makefile p5-Catalyst-Authentication-Store-LDAP/Makefile --- p5-Catalyst-Authentication-Store-LDAP.orig/Makefile 2011-02-26 21:18:05.000000000 +0300 +++ p5-Catalyst-Authentication-Store-LDAP/Makefile 2011-02-26 21:18:12.000000000 +0300 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Authentication-Store-LDAP -PORTVERSION= 1.011 +PORTVERSION= 1.012 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ruNa p5-Catalyst-Authentication-Store-LDAP.orig/distinfo p5-Catalyst-Authentication-Store-LDAP/distinfo --- p5-Catalyst-Authentication-Store-LDAP.orig/distinfo 2011-02-26 21:18:05.000000000 +0300 +++ p5-Catalyst-Authentication-Store-LDAP/distinfo 2011-02-26 21:18:20.000000000 +0300 @@ -1,3 +1,2 @@ -MD5 (Catalyst-Authentication-Store-LDAP-1.011.tar.gz) = 30a1c75553350c02ccd8e1442f35506b -SHA256 (Catalyst-Authentication-Store-LDAP-1.011.tar.gz) = 1d7cec59d83bbaa3a2b3b92e5904e346781b0cd546b6265ec1a86b589d81142f -SIZE (Catalyst-Authentication-Store-LDAP-1.011.tar.gz) = 32678 +SHA256 (Catalyst-Authentication-Store-LDAP-1.012.tar.gz) = 94bec2a8cfa5c3c6308cceb8709a681f290b55fe58bd290b3e8f479b8fe1993f +SIZE (Catalyst-Authentication-Store-LDAP-1.012.tar.gz) = 33207 diff -ruNa p5-Catalyst-Authentication-Store-LDAP.orig/pkg-plist p5-Catalyst-Authentication-Store-LDAP/pkg-plist --- p5-Catalyst-Authentication-Store-LDAP.orig/pkg-plist 2011-02-26 21:18:05.000000000 +0300 +++ p5-Catalyst-Authentication-Store-LDAP/pkg-plist 2011-02-26 21:39:58.000000000 +0300 @@ -1,12 +1,12 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store/LDAP/.packlist %%SITE_PERL%%/Catalyst/Authentication/Store/LDAP.pm %%SITE_PERL%%/Catalyst/Authentication/Store/LDAP/Backend.pm %%SITE_PERL%%/Catalyst/Authentication/Store/LDAP/User.pm -@dirrm %%SITE_PERL%%/Catalyst/Authentication/Store/LDAP -@dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Store -@dirrmtry %%SITE_PERL%%/Catalyst/Authentication -@dirrmtry %%SITE_PERL%%/Catalyst +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store/LDAP/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store/LDAP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst +@dirrm %%SITE_PERL%%/Catalyst/Authentication/Store/LDAP +@dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Store +@dirrmtry %%SITE_PERL%%/Catalyst/Authentication +@dirrmtry %%SITE_PERL%%/Catalyst >Release-Note: >Audit-Trail: >Unformatted: