ports/166360: [PATCH] www/p5-Template-Simple: Add missing DEPENDS

Steve Wills swills at FreeBSD.org
Fri Mar 23 21:40:10 UTC 2012


>Number:         166360
>Category:       ports
>Synopsis:       [PATCH] www/p5-Template-Simple: 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:40:09 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
- Bump PORTREVISION

Port maintainer (ken.mcglothlen at gmail.com) is cc'd.

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

--- p5-Template-Simple-0.05_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Template-Simple/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	4 Dec 2011 10:05:29 -0000	1.1
+++ Makefile	23 Mar 2012 21:31:53 -0000
@@ -6,6 +6,7 @@
 
 PORTNAME=	Template-Simple
 PORTVERSION=	0.05
+PORTREVISION=	1
 CATEGORIES=	www textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,6 +16,9 @@
 
 LICENSE=	ART20
 
+BUILD_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Template::Simple.3
--- p5-Template-Simple-0.05_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list