From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 6 03:00:22 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 1EAAB1065675 for ; Thu, 6 Oct 2011 03:00:22 +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 E78418FC0A for ; Thu, 6 Oct 2011 03:00:21 +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 p9630LpP003443 for ; Thu, 6 Oct 2011 03:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9630Ls0003442; Thu, 6 Oct 2011 03:00:21 GMT (envelope-from gnats) Resent-Date: Thu, 6 Oct 2011 03:00:21 GMT Resent-Message-Id: <201110060300.p9630Ls0003442@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5790B106566C; Thu, 6 Oct 2011 02:51:52 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 258568FC12; Thu, 6 Oct 2011 02:51:51 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 14338360A; Thu, 6 Oct 2011 10:51:32 +0800 (CST) Message-Id: <20111006025133.14338360A@sunpoet.net> Date: Thu, 6 Oct 2011 10:51:32 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lippe@FreeBSD.org Subject: ports/161319: [PATCH] databases/mysqlsla: fix dependency 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, 06 Oct 2011 03:00:22 -0000 >Number: 161319 >Category: ports >Synopsis: [PATCH] databases/mysqlsla: fix dependency >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: Thu Oct 06 03:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011 >Description: - Fix dependency: this port requires DBI, not Class::DBI - Bump PORTREVISION for dependency change Port maintainer (lippe@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mysqlsla-2.03_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mysqlsla/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 29 Jan 2010 04:56:56 -0000 1.7 +++ Makefile 6 Oct 2011 02:50:23 -0000 @@ -6,15 +6,15 @@ PORTNAME= mysqlsla PORTVERSION= 2.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://hackmysql.com/scripts/ MAINTAINER= lippe@FreeBSD.org COMMENT= Mysqlsla analyzes general, slow, and raw MySQL statement logs -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI-mysql +RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey USE_PERL5= yes NO_BUILD= yes --- mysqlsla-2.03_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: