Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2012 13:42:16 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        acm@FreeBSD.org
Subject:   ports/165148: [PATCH] devel/p5-File-DesktopEntry: add missing DEPENDS
Message-ID:  <201202141842.q1EIgGAY025346@meatwad.mouf.net>
Resent-Message-ID: <201202141850.q1EIo3ew003919@freefall.freebsd.org>

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

>Number:         165148
>Category:       ports
>Synopsis:       [PATCH] devel/p5-File-DesktopEntry: 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:   Tue Feb 14 18:50:03 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:
see patch, module needs these extra dependencies

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

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

--- p5-File-DesktopEntry-0.04_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-File-DesktopEntry/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	17 Apr 2008 14:25:22 -0000	1.6
+++ Makefile	14 Feb 2012 18:41:54 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	File-DesktopEntry
 PORTVERSION=	0.04
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +15,9 @@
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Object to handle desktop files
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
+		p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
 
--- p5-File-DesktopEntry-0.04_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?201202141842.q1EIgGAY025346>