Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2012 10:49:19 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dennylin93@hs.ntnu.edu.tw
Subject:   ports/166277: [PATCH] www/p5-WWW-GitHub-Gist: add missing DEPENDS
Message-ID:  <201203201449.q2KEnJst096468@meatwad.mouf.net>
Resent-Message-ID: <201203201450.q2KEoGb0017451@freefall.freebsd.org>

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

>Number:         166277
>Category:       ports
>Synopsis:       [PATCH] www/p5-WWW-GitHub-Gist: 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:   Tue Mar 20 14:50:16 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 DEPENDS

Port maintainer (dennylin93@hs.ntnu.edu.tw) is cc'd.

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

--- p5-WWW-GitHub-Gist-0.13_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-WWW-GitHub-Gist/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	9 Jan 2012 14:41:18 -0000	1.4
+++ Makefile	20 Mar 2012 14:49:01 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	WWW-GitHub-Gist
 PORTVERSION=	0.13
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ALEXBIO
@@ -15,9 +16,11 @@
 MAINTAINER=	dennylin93@hs.ntnu.edu.tw
 COMMENT=	Perl interface to Gist
 
-RUN_DEPENDS=	p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \
+BUILD_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
+		p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \
 		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
-		p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose
+		p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-WWW-GitHub-Gist-0.13_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?201203201449.q2KEnJst096468>