ports/166362: [PATCH] www/p5-Template-Mustache: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Fri Mar 23 21:50:16 UTC 2012


>Number:         166362
>Category:       ports
>Synopsis:       [PATCH] www/p5-Template-Mustache: 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:   Fri Mar 23 21:50:15 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 RUN_DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION

Port maintainer (kurt.lidl at cello.com) is cc'd.

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

--- p5-Template-Mustache-v0.5.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Template-Mustache/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	21 Jun 2011 06:58:48 -0000	1.3
+++ Makefile	23 Mar 2012 21:45:36 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Template-Mustache
 PORTVERSION=	v0.5.1
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PVANDE
@@ -15,8 +16,9 @@
 MAINTAINER=	kurt.lidl at cello.com
 COMMENT=	Perl version of the fabulous Mustache template language
 
-BUILD_DEPENDS=	p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck \
-		p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit
+BUILD_DEPENDS=	p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS:=	p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit
 
 PERL_CONFIGURE=	yes
 
--- p5-Template-Mustache-v0.5.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list