From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 26 14:50:22 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7386D16A420 for ; Sun, 26 Mar 2006 14:50:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 381C643D67 for ; Sun, 26 Mar 2006 14:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2QEoFp8078100 for ; Sun, 26 Mar 2006 14:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2QEoFSg078095; Sun, 26 Mar 2006 14:50:15 GMT (envelope-from gnats) Resent-Date: Sun, 26 Mar 2006 14:50:15 GMT Resent-Message-Id: <200603261450.k2QEoFSg078095@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, Lars Balker Rasmussen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91D5E16A400 for ; Sun, 26 Mar 2006 14:49:56 +0000 (UTC) (envelope-from lars@balker.dk) Received: from tux.nerdheaven.dk (tux.nerdheaven.dk [193.88.12.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05E843D46 for ; Sun, 26 Mar 2006 14:49:55 +0000 (GMT) (envelope-from lars@balker.dk) Received: from localhost (localhost [127.0.0.1]) by tux.nerdheaven.dk (Postfix) with ESMTP id 7BB003FF50 for ; Sun, 26 Mar 2006 16:49:54 +0200 (CEST) Received: from tux.nerdheaven.dk ([127.0.0.1]) by localhost (tux.nerdheaven.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 41370-04; Sun, 26 Mar 2006 16:49:54 +0200 (CEST) Received: from localhost.localdomain (tux.nerdheaven.dk [193.88.12.43]) by tux.nerdheaven.dk (Postfix) with ESMTP id 658143FF34; Sun, 26 Mar 2006 16:49:39 +0200 (CEST) Message-Id: <20060326144939.658143FF34@tux.nerdheaven.dk> Date: Sun, 26 Mar 2006 16:49:39 +0200 (CEST) From: Lars Balker Rasmussen To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/94962: [MAINTAINER] www/p5-Catalyst-Plugin-Authentication-Store-DBIC: up to 0.05002 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: Sun, 26 Mar 2006 14:50:23 -0000 >Number: 94962 >Category: ports >Synopsis: [MAINTAINER] www/p5-Catalyst-Plugin-Authentication-Store-DBIC: up to 0.05002 >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: Sun Mar 26 14:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Lars Balker Rasmussen >Release: FreeBSD 6.0-BETA1 i386 >Organization: >Environment: System: FreeBSD lagavulin.balker.org 6.0-BETA1 FreeBSD 6.0-BETA1 #2: Tue Jul 19 19:30:51 CEST 2005 root@lagavulin.balker.org:/usr/obj/usr/src/sys/LAGAVULIN i386 >Description: up to 0.05002 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile,v retrieving revision 1.2 diff -u -a -r1.2 Makefile --- Makefile 15 Dec 2005 19:11:29 -0000 1.2 +++ Makefile 26 Mar 2006 14:21:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Authentication-Store-DBIC -PORTVERSION= 0.04 +PORTVERSION= 0.05002 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Catalyst @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Catalyst>=5.49:${PORTSDIR}/www/p5-Catalyst \ p5-Catalyst-Plugin-Authentication>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ p5-Catalyst-Plugin-Authorization-Roles>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \ - p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \ + p5-Set-Object>=1.14:${PORTSDIR}/devel/p5-Set-Object \ p5-Catalyst-Plugin-Session>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session RUN_DEPENDS= ${BUILD_DEPENDS} @@ -28,6 +28,9 @@ Catalyst::Plugin::Authentication::Store::DBIC::Backend.3 \ Catalyst::Plugin::Authentication::Store::DBIC::User.3 +post-extract: + @${PERL} -i.bak -ne 'print unless /^\s*recommends/ .. /},$$/' ${WRKSRC}/Build.PL + .include .if ${PERL_LEVEL} < 500801 IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo,v retrieving revision 1.2 diff -u -a -r1.2 distinfo --- distinfo 15 Dec 2005 19:11:29 -0000 1.2 +++ distinfo 26 Mar 2006 14:21:30 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Authentication-Store-DBIC-0.04.tar.gz) = 15df480870286cf92bc66912aea24a85 -SHA256 (Catalyst-Plugin-Authentication-Store-DBIC-0.04.tar.gz) = 07ffd27720d1a3393871860c9c2ff830c9385c0ad575c490c8c3a4d352302921 -SIZE (Catalyst-Plugin-Authentication-Store-DBIC-0.04.tar.gz) = 10129 +MD5 (Catalyst-Plugin-Authentication-Store-DBIC-0.05002.tar.gz) = b0e0472ab9dc609a29567c4d680084bf +SHA256 (Catalyst-Plugin-Authentication-Store-DBIC-0.05002.tar.gz) = f5ec6f817ad99f9f064436a86d0fe3be8f0246ffc3d09034a8d647b55c4b703e +SIZE (Catalyst-Plugin-Authentication-Store-DBIC-0.05002.tar.gz) = 10790 >Release-Note: >Audit-Trail: >Unformatted: