From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 9 01:30:12 2009 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 125F11065674 for ; Thu, 9 Jul 2009 01:30:12 +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 E18968FC17 for ; Thu, 9 Jul 2009 01:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691UB06036116 for ; Thu, 9 Jul 2009 01:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691UB8m036108; Thu, 9 Jul 2009 01:30:11 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jul 2009 01:30:11 GMT Resent-Message-Id: <200907090130.n691UB8m036108@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9446B1065691; Thu, 9 Jul 2009 01:21:31 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8265E8FC25; Thu, 9 Jul 2009 01:21:31 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691LVXq020818; Thu, 9 Jul 2009 01:21:31 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691LV4o020817; Thu, 9 Jul 2009 01:21:31 GMT (envelope-from pgollucci) Message-Id: <200907090121.n691LV4o020817@freefall.freebsd.org> Date: Thu, 9 Jul 2009 01:21:31 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lbr@FreeBSD.org Subject: ports/136575: [PATCH] www/p5-Catalyst-Plugin-Authentication: update to 0.100091 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: Thu, 09 Jul 2009 01:30:12 -0000 >Number: 136575 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Plugin-Authentication: update to 0.100091 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 09 01:30:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.2-STABLE i386 >Organization: RideCharge Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #38 r194101: Sat Jun 13 11:12:24 UTC >Description: - Update to 0.100091 Port maintainer (lbr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Plugin-Authentication-0.100091,2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Authentication/Makefile,v retrieving revision 1.22 diff -u -u -r1.22 Makefile --- Makefile 19 Jun 2009 19:47:37 -0000 1.22 +++ Makefile 9 Jul 2009 01:21:27 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Catalyst-Plugin-Authentication -PORTVERSION= 0.10012 -PORTREVISION= 1 +PORTVERSION= 0.100091 PORTEPOCH= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -16,11 +15,11 @@ MAINTAINER= lbr@FreeBSD.org COMMENT= Infrastructure plugin for the Catalyst authentication framework -RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Plugin-Session>=0.10:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.1+ @@ -35,7 +34,6 @@ Catalyst::Authentication::User::Hash.3 \ Catalyst::Plugin::Authentication.3 \ Catalyst::Plugin::Authentication::Credential::Password.3 \ - Catalyst::Authentication::Credential::Remote.3 \ Catalyst::Plugin::Authentication::Internals.3 \ Catalyst::Plugin::Authentication::Store::Minimal.3 \ Catalyst::Plugin::Authentication::User.3 \ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Authentication/distinfo,v retrieving revision 1.18 diff -u -u -r1.18 distinfo --- distinfo 19 Jun 2009 19:09:08 -0000 1.18 +++ distinfo 9 Jul 2009 01:21:27 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Authentication-0.10012.tar.gz) = 9c3357e05fbeb1ccf62621fe4542a0eb -SHA256 (Catalyst-Plugin-Authentication-0.10012.tar.gz) = 3e49510cac0d166f8833b9bee527de8875fe1389417b669c380196c9251a337e -SIZE (Catalyst-Plugin-Authentication-0.10012.tar.gz) = 62738 +MD5 (Catalyst-Plugin-Authentication-0.100091.tar.gz) = cd14db0da73f11f2a8dee309d0a2b202 +SHA256 (Catalyst-Plugin-Authentication-0.100091.tar.gz) = a03c2614387295ab1e64e59940ca6e4e3089672505f994276440ff535708b66f +SIZE (Catalyst-Plugin-Authentication-0.100091.tar.gz) = 59268 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Authentication/pkg-plist,v retrieving revision 1.10 diff -u -u -r1.10 pkg-plist --- pkg-plist 19 Jun 2009 20:01:13 -0000 1.10 +++ pkg-plist 9 Jul 2009 01:21:27 -0000 @@ -1,6 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/.packlist %%SITE_PERL%%/Catalyst/Authentication/Credential/Password.pm -%%SITE_PERL%%/Catalyst/Authentication/Credential/Remote.pm %%SITE_PERL%%/Catalyst/Authentication/Realm.pm %%SITE_PERL%%/Catalyst/Authentication/Realm/Compatibility.pm %%SITE_PERL%%/Catalyst/Authentication/Realm/Progressive.pm --- p5-Catalyst-Plugin-Authentication-0.100091,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: