Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2012 16:32:44 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/165838: [PATCH] net/p5-URI-Template-Restrict: add missing DEPENDS
Message-ID:  <201203072132.q27LWi2u021649@meatwad.mouf.net>
Resent-Message-ID: <201203072140.q27LeBu4039943@freefall.freebsd.org>

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

>Number:         165838
>Category:       ports
>Synopsis:       [PATCH] net/p5-URI-Template-Restrict: 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:   Wed Mar 07 21:40:11 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 #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION
- Sort DEPENDS

(Class-Accessor is the new one. Passes tests now.)

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

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

--- p5-URI-Template-Restrict-0.06_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-URI-Template-Restrict/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	4 Sep 2010 06:10:18 -0000	1.4
+++ Makefile	7 Mar 2012 21:31:57 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	URI-Template-Restrict
 PORTVERSION=	0.06
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,12 +15,11 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for restricted URI Templates handler
 
-RUN_DEPENDS=	\
-	p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
-	p5-Unicode-Normalize>0:${PORTSDIR}/textproc/p5-Unicode-Normalize \
-	p5-URI>0:${PORTSDIR}/net/p5-URI
-BUILD_DEPENDS=	\
-	p5-URI>0:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS=	p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
+		p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
+		p5-URI>0:${PORTSDIR}/net/p5-URI \
+		p5-Unicode-Normalize>0:${PORTSDIR}/textproc/p5-Unicode-Normalize
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-URI-Template-Restrict-0.06_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?201203072132.q27LWi2u021649>