ports/166158: [PATCH] textproc/p5-Text-Markdown: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Thu Mar 15 20:20:03 UTC 2012


>Number:         166158
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Text-Markdown: 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:   Thu Mar 15 20:20:01 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
- Add TEST_DEPENDS to enable testing
- Bump PORTREVISION

Port maintainer (fernan at iib.unsam.edu.ar) is cc'd.

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

--- p5-Text-Markdown-1.000031_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Text-Markdown/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	17 Sep 2011 06:49:17 -0000	1.12
+++ Makefile	15 Mar 2012 20:18:08 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Text-Markdown
 PORTVERSION=	1.000031
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +15,11 @@
 MAINTAINER=	fernan at iib.unsam.edu.ar
 COMMENT=	Markdown Perl5 module
 
+BUILD_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
+RUN_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
+TEST_DEPENDS=	p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
+		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+
 PERL_CONFIGURE=	yes
 
 MAN1=		Markdown.pl.1
--- p5-Text-Markdown-1.000031_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list