Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2012 16:26:27 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        oleg@mamontov.net
Subject:   ports/165837: [PATCH] net/p5-URI-SmartURI: add missing DEPENDS
Message-ID:  <201203072126.q27LQRSt095213@meatwad.mouf.net>
Resent-Message-ID: <201203072130.q27LUElk028857@freefall.freebsd.org>

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

>Number:         165837
>Category:       ports
>Synopsis:       [PATCH] net/p5-URI-SmartURI: 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:30:14 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
- Sort DEPENDS
- Bump PORTREVISION

(p5-namespace-clean is the new one)

Port maintainer (oleg@mamontov.net) is cc'd.

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

--- p5-URI-SmartURI-0.031_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-URI-SmartURI/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	21 Jan 2012 17:39:15 -0000	1.5
+++ Makefile	7 Mar 2012 21:25:40 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	URI-SmartURI
 PORTVERSION=	0.031
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +15,12 @@
 MAINTAINER=	oleg@mamontov.net
 COMMENT=	Subclassable and hostless URIs
 
-BUILD_DEPENDS=	p5-Class-C3-Componentised>=0:${PORTSDIR}/devel/p5-Class-C3-Componentised	\
-		p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule	\
-		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose				\
-		p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat		\
-		p5-URI>=0:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS=	p5-Class-C3-Componentised>=0:${PORTSDIR}/devel/p5-Class-C3-Componentised \
+		p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \
+		p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \
+		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-URI-SmartURI-0.031_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?201203072126.q27LQRSt095213>