Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2012 13:44:50 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        loader@freebsdmall.com
Subject:   ports/165664: [PATCH] textproc/p5-HTML-FormatText-WithLinks: Add missing DEPENDS
Message-ID:  <201203031844.q23IioUf039180@meatwad.mouf.net>
Resent-Message-ID: <201203031850.q23Io3kR006222@freefall.freebsd.org>

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

>Number:         165664
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-HTML-FormatText-WithLinks: 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:   Sat Mar 03 18:50:03 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 #13 r230974: Fri Feb  3 23:48:36
>Description:
see patch. passes tests now

Port maintainer (loader@freebsdmall.com) is cc'd.

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

--- p5-HTML-FormatText-WithLinks-0.11_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-HTML-FormatText-WithLinks/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	16 Dec 2009 19:04:03 -0000	1.3
+++ Makefile	3 Mar 2012 18:44:12 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	HTML-FormatText-WithLinks
 PORTVERSION=	0.11
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +15,9 @@
 MAINTAINER=	loader@freebsdmall.com
 COMMENT=	Perl5 module to convert HTML to text with links as footnotes
 
-BUILD_DEPENDS=	${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format
-RUN_DEPENDS=	${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format
+BUILD_DEPENDS=	p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 MAN3=		HTML::FormatText::WithLinks.3
--- p5-HTML-FormatText-WithLinks-0.11_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?201203031844.q23IioUf039180>