Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2011 08:48:59 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        flo@FreeBSD.org
Subject:   ports/160928: [PATCH] databases/percona-toolkit: update RUN_DEPENDS
Message-ID:  <20110923004859.D20CF1398@sunpoet.net>
Resent-Message-ID: <201109230100.p8N10HDq028959@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160928
>Category:       ports
>Synopsis:       [PATCH] databases/percona-toolkit: update RUN_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:   Fri Sep 23 01:00:17 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: Sat Jul  9 23:23:51 CST
>Description:
- Update RUN_DEPENDS:
  - Time::HiRes is already in all supported Perl releases
  - Explicitly define minimal required version of p5-DBD-mysql and p5-DBI
- Bump PORTREVISION for dependency change

Port maintainer (flo@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- percona-toolkit-1.0.1_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/percona-toolkit/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	16 Sep 2011 21:03:28 -0000	1.2
+++ Makefile	23 Sep 2011 00:47:13 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	percona-toolkit
 PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://www.percona.com/downloads/percona-toolkit/
 
@@ -15,9 +15,8 @@
 COMMENT=	Collection of essential command-line utilities for MySQL
 
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
-		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
-		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+		p5-DBD-mysql>=3:${PORTSDIR}/databases/p5-DBD-mysql \
+		p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI
 
 PERL_CONFIGURE=	yes
 
--- percona-toolkit-1.0.1_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110923004859.D20CF1398>