From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 2 17:00:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5DAD1065673 for ; Mon, 2 Apr 2012 17:00:28 +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 738E48FC20 for ; Mon, 2 Apr 2012 17:00:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q32H04nS075671 for ; Mon, 2 Apr 2012 17:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q32H04XG075670; Mon, 2 Apr 2012 17:00:04 GMT (envelope-from gnats) Resent-Date: Mon, 2 Apr 2012 17:00:04 GMT Resent-Message-Id: <201204021700.q32H04XG075670@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, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75EC0106564A for ; Mon, 2 Apr 2012 16:56:00 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 30CB98FC1B for ; Mon, 2 Apr 2012 16:56:00 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q32GttKU058849 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 2 Apr 2012 12:55:56 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q32Gtmvj041050; Mon, 2 Apr 2012 12:55:48 -0400 (EDT) (envelope-from steve) Message-Id: <201204021655.q32Gtmvj041050@meatwad.mouf.net> Date: Mon, 2 Apr 2012 12:55:48 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: catone@cpan.org Subject: ports/166586: [PATCH] www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast: add missing DEPENDS 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: Mon, 02 Apr 2012 17:00:28 -0000 >Number: 166586 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 02 17:00:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #16 r233767: Sun Apr 1 22:47:32 >Description: - Add missing DEPENDS - Bump PORTREVISION Port maintainer (catone@cpan.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Catalyst-Plugin-Session-Store-Memcached-Fast-0.02_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 21 Jan 2012 17:37:37 -0000 1.3 +++ Makefile 2 Apr 2012 16:55:28 -0000 @@ -7,6 +7,7 @@ PORTNAME= Catalyst-Plugin-Session-Store-Memcached-Fast PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,10 @@ MAINTAINER= catone@cpan.org COMMENT= Memcached storage backend for session data -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Fast \ - p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session +BUILD_DEPENDS= p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Fast \ + p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ + p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes --- p5-Catalyst-Plugin-Session-Store-Memcached-Fast-0.02_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: