From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 13 19:20:00 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 D6A5BA0A for ; Sat, 13 Oct 2012 19:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id AD3328FC0A for ; Sat, 13 Oct 2012 19:20:00 +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 q9DJK02E075857 for ; Sat, 13 Oct 2012 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9DJK01R075856; Sat, 13 Oct 2012 19:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 13 Oct 2012 19:20:00 GMT Resent-Message-Id: <201210131920.q9DJK01R075856@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, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95FEC9F2; Sat, 13 Oct 2012 19:19:02 +0000 (UTC) (envelope-from root@Leo.mi.chu.edu.tw) Received: from Leo.mi.chu.edu.tw (unknown [IPv6:2002:8c7e:8f3f::8c7e:8f3f]) by mx1.freebsd.org (Postfix) with ESMTP id 26FE68FC08; Sat, 13 Oct 2012 19:19:02 +0000 (UTC) Received: from Leo.mi.chu.edu.tw (localhost [127.0.0.1]) by Leo.mi.chu.edu.tw (Postfix) with ESMTP id 8276E4DFC36; Sun, 14 Oct 2012 03:19:00 +0800 (CST) Received: from Leo.mi.chu.edu.tw ([127.0.0.1]) by Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with LMTP id w7Tjk9ZQSkCv; Sun, 14 Oct 2012 03:19:00 +0800 (CST) Received: by Leo.mi.chu.edu.tw (Postfix, from userid 0) id EA4C64DFC30; Sun, 14 Oct 2012 03:18:59 +0800 (CST) Message-Id: <20121013191859.EA4C64DFC30@Leo.mi.chu.edu.tw> Date: Sun, 14 Oct 2012 03:18:59 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/172667: [PATCH] databases/mytop: Patch for MySQL version detection Cc: matthew@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2012 19:20:00 -0000 >Number: 172667 >Category: ports >Synopsis: [PATCH] databases/mytop: Patch for MySQL version detection >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: Sat Oct 13 19:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #4: Mon Jun 25 11:48:59 CST 2012 >Description: - Patch for MySQL version detection Port maintainer (matthew@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- mytop-1.6_9.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/mytop/Makefile ./Makefile --- /usr/ports/databases/mytop/Makefile 2012-06-07 19:59:51.000000000 +0800 +++ ./Makefile 2012-10-14 03:14:17.000000000 +0800 @@ -14,13 +14,14 @@ MAINTAINER= matthew@FreeBSD.org COMMENT= A top clone for MySQL -RUN_DEPENDS= p5-DBD-mysql>1.0:${PORTSDIR}/databases/p5-DBD-mysql \ +RUN_DEPENDS= p5-DBD-mysql${MYSQL_VER}>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \ p5-DBI>=1.13:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey CONFLICTS= mariadb-scripts-[0-9]* PERL_CONFIGURE= yes +USE_MYSQL= yes MAN1= mytop.1 --- mytop-1.6_9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: