Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2012 21:27:37 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vvelox@vvelox.net
Subject:   ports/165542: [PATCH] deskutils/p5-ZConf-Runner-GUI-GTK: add missing DEPENDS
Message-ID:  <201202290227.q1T2Rbje022804@meatwad.mouf.net>
Resent-Message-ID: <201202290230.q1T2UBvB028728@freefall.freebsd.org>

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

>Number:         165542
>Category:       ports
>Synopsis:       [PATCH] deskutils/p5-ZConf-Runner-GUI-GTK: add missing 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:   Wed Feb 29 02:30:11 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 #13 r230974: Fri Feb  3 23:48:36
>Description:
port is missing some dependencies, patch adds them

Port maintainer (vvelox@vvelox.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-ZConf-Runner-GUI-GTK-0.0.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	20 Jun 2011 08:34:49 -0000	1.5
+++ Makefile	29 Feb 2012 02:27:19 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	ZConf-Runner-GUI-GTK
 PORTVERSION=	0.0.2
+PORTREVISION=	1
 CATEGORIES=	deskutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -15,8 +16,11 @@
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	The GTK GUI backend for ZConf::Runner
 
-RUN_DEPENDS=	${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
-		p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
+BUILD_DEPENDS=	${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
+		p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
+		p5-ZConf-Runner>=0:${PORTSDIR}/deskutils/p5-ZConf-Runner \
+		p5-File-MimeInfo>=0:${PORTSDIR}/devel/p5-File-MimeInfo
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-ZConf-Runner-GUI-GTK-0.0.2_1.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?201202290227.q1T2Rbje022804>