Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2009 01:02:31 -0700 (PDT)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/133335: [PATCH] devel/p5-Text-vFile-asData: update dependency
Message-ID:  <200904030802.n3382VYH014868@cn1.leeym.com>
Resent-Message-ID: <200904030810.n338A2oo062919@freefall.freebsd.org>

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

>Number:         133335
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Text-vFile-asData: update 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:   Fri Apr 03 08:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- change the order of dependencies, otherwise it will list Module::Build as run-depend which is incorrect.
- bump PORTREVISION

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

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

--- p5-Text-vFile-asData-0.05_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Text-vFile-asData/Makefile,v
retrieving revision 1.6
diff -u -d -b -w -u -r1.6 Makefile
--- Makefile	17 Apr 2008 14:26:17 -0000	1.6
+++ Makefile	3 Apr 2009 08:00:31 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	Text-vFile-asData
 PORTVERSION=	0.05
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,10 +15,11 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Parse vFile formatted files into data structures
 
-BUILD_DEPENDS=	${SITE_PERL}/Class/Accessor/Chained.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
+
 MAN1=		holidays_ical.1 rota_ical.cgi.1
 MAN3=		Text::vFile::asData.3
 
--- p5-Text-vFile-asData-0.05_2.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?200904030802.n3382VYH014868>