Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2012 15:19:07 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lth@FreeBSD.org
Subject:   ports/164216: [PATCH] databases/p5-DBIx-MySQLSequence: Correct BUILD_DEPENDS
Message-ID:  <201201162019.q0GKJ7OR079540@meatwad.mouf.net>
Resent-Message-ID: <201201162020.q0GKKAuJ067641@freefall.freebsd.org>

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

>Number:         164216
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-MySQLSequence: Correct BUILD_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 Jan 16 20:20:10 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 #8: Mon Dec 19 15:53:28 EST 2011
>Description:
Correct BUILD_DEPENDS

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

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

--- p5-DBIx-MySQLSequence-1.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBIx-MySQLSequence/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	14 Dec 2007 09:18:17 -0000	1.3
+++ Makefile	16 Jan 2012 20:18:21 -0000
@@ -18,7 +18,7 @@
 RUN_DEPENDS=	p5-DBD-mysql>0:${PORTSDIR}/databases/p5-DBD-mysql \
 		p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
 		p5-Params-Util>=0.26:${PORTSDIR}/devel/p5-Params-Util
-BUILD_DEPENDS=	${RUN}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-DBIx-MySQLSequence-1.04.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?201201162019.q0GKJ7OR079540>