Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Sep 2010 09:04:51 -0700 (PDT)
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perl@FreeBSD.org
Subject:   ports/150388: [PATCH] devel/p5-Data-Visitor: Remove p5-Data-Alias dependency
Message-ID:  <20100908160448.74934.qmail@botelhor.bplab.local>
Resent-Message-ID: <201009081610.o88GA1wZ070882@freefall.freebsd.org>

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

>Number:         150388
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-Visitor: Remove p5-Data-Alias 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:   Wed Sep 08 16:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #7 r211993M: Mon Aug 30 12:15:02 BRT
>Description:
As written in Changes file, Data::Visitor didn't depend of Data::Alias since
version 0.19. p5-Data-Alias doesn't build with perl 5.12, removing this dep
we are fixing this port with perl 5.12

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

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

--- p5-Data-Visitor-0.27_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-Visitor/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile	3 Feb 2010 13:07:43 -0000	1.21
+++ Makefile	8 Sep 2010 16:03:19 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Data-Visitor
 PORTVERSION=	0.27
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +16,6 @@
 COMMENT=	Visitor style traversal of Perl data structures
 
 BUILD_DEPENDS=	p5-Moose>=0.89:${PORTSDIR}/devel/p5-Moose \
-		p5-Data-Alias>=0:${PORTSDIR}/devel/p5-Data-Alias \
 		p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean \
 		p5-Tie-ToObject>=0.01:${PORTSDIR}/devel/p5-Tie-ToObject \
 		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
--- p5-Data-Visitor-0.27_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?20100908160448.74934.qmail>