Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2012 15:18:51 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wenheping@gmail.com
Subject:   ports/163991: [PATCH] graphics/p5-Geo-Gpx: add missing dependency
Message-ID:  <201201102018.q0AKIpRc012695@meatwad.mouf.net>
Resent-Message-ID: <201201102020.q0AKKAxk016860@freefall.freebsd.org>

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

>Number:         163991
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-Geo-Gpx: add missing dependency
>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 Jan 10 20:20:09 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:

This module is missing a dependnecy. Without it, tests fail and the module does
not function correctly. The attached patch addresses this issue. Also, it
expands the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS per
porters handbook.

Port maintainer (wenheping@gmail.com) is cc'd.

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

--- p5-Geo-Gpx-0.26_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-Geo-Gpx/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	24 Sep 2010 00:44:24 -0000	1.7
+++ Makefile	10 Jan 2012 20:17:30 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	Geo-Gpx
 PORTVERSION=	0.26
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,8 +20,9 @@
 		p5-version>=0:${PORTSDIR}/devel/p5-version \
 		p5-ExtUtils-MakeMaker-Coverage>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-Coverage \
 		p5-Time-Local>=0:${PORTSDIR}/devel/p5-Time-Local \
-		p5-XML-Descent>=0:${PORTSDIR}/textproc/p5-XML-Descent
-RUN_DEPENDS=	${BUILD_DEPENDS}
+		p5-XML-Descent>=0:${PORTSDIR}/textproc/p5-XML-Descent \
+		p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAN3=		Geo::Gpx.3
 
--- p5-Geo-Gpx-0.26_4.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?201201102018.q0AKIpRc012695>