Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2012 12:53:03 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/165043: [PATCH] devel/p5-Data-Bind: add missing DEPENDS and other improvements
Message-ID:  <201202121753.q1CHr3Fn018282@meatwad.mouf.net>
Resent-Message-ID: <201202121800.q1CI0RAx086068@freefall.freebsd.org>

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

>Number:         165043
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-Bind: add missing DEPENDS and other improvements
>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:   Sun Feb 12 18:00:26 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:
- Add missing DEPENDS on devel/p5-Data-Capture
- Remove SITE_PERL from DEPENDS
- Move p5-Test-Exception to TEST_DEPENDS
- Bump PORTREVISION

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

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

--- p5-Data-Bind-0.30_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-Bind/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	21 Jan 2012 17:37:51 -0000	1.8
+++ Makefile	12 Feb 2012 17:50:55 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	Data-Bind
 PORTVERSION=	0.30
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,11 +16,12 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	A perl module to bind and alias variables
 
-BUILD_DEPENDS=	${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor	\
-		${SITE_PERL}/${PERL_ARCH}/Devel/Caller.pm:${PORTSDIR}/devel/p5-Devel-Caller \
-		${SITE_PERL}/${PERL_ARCH}/Devel/LexAlias.pm:${PORTSDIR}/devel/p5-Devel-LexAlias \
-		${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
+BUILD_DEPENDS=	p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor	\
+		p5-Devel-Caller>0:${PORTSDIR}/devel/p5-Devel-Caller \
+		p5-Devel-LexAlias>0:${PORTSDIR}/devel/p5-Devel-LexAlias \
+		p5-Data-Capture>0:${PORTSDIR}/devel/p5-Data-Capture
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
 
 PERL_CONFIGURE=	yes
 
--- p5-Data-Bind-0.30_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?201202121753.q1CHr3Fn018282>