From sunpoet@sunpoet.net  Thu Oct  6 02:51:52 2011
Return-Path: <sunpoet@sunpoet.net>
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 <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lippe@FreeBSD.org
Subject: [PATCH] databases/mysqlsla: fix dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         161319
>Category:       ports
>Synopsis:       [PATCH] databases/mysqlsla: fix dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 06 03:00:21 UTC 2011
>Closed-Date:    Thu Oct 27 07:49:26 UTC 2011
>Last-Modified:  Thu Oct 27 07:50:09 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->lippe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 6 03:00:34 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161319 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Thu Oct 27 07:49:11 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 


Responsible-Changed-From-To: lippe->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Thu Oct 27 07:49:11 UTC 2011 
Responsible-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161319 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161319: commit references a PR
Date: Thu, 27 Oct 2011 07:48:16 +0000 (UTC)

 sunpoet     2011-10-27 07:48:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/mysqlsla   Makefile 
   Log:
   - Fix dependency: this port requires DBI, not Class::DBI
   - Bump PORTREVISION for dependency change
   
   PR:             ports/161319
   Submitted by:   sunpoet (myself)
   Approved by:    maintainer (timeout, 3 weeks)
   
   Revision  Changes    Path
   1.8       +3 -3      ports/databases/mysqlsla/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
