Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 22:55:14 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/166133: [PATCH] textproc/p5-Search-Estraier: add TEST_DEPENDS, avoid duplicate DEPENDS
Message-ID:  <201203150255.q2F2tECW084506@meatwad.mouf.net>
Resent-Message-ID: <201203150300.q2F303PJ058956@freefall.freebsd.org>

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

>Number:         166133
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Search-Estraier: add TEST_DEPENDS, avoid duplicate 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 03:00: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 #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add TEST_DEPENDS
- Avoid duplicate DEPENDS
- Avoid use of SITE_PERL in DEPENDS

Port maintainer (clsung@FreeBSD.org) is cc'd.

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

--- p5-Search-Estraier-0.09_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Search-Estraier/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	21 Jan 2012 17:38:58 -0000	1.7
+++ Makefile	15 Mar 2012 02:54:36 -0000
@@ -15,10 +15,10 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Pure perl module to use Hyper Estraier search engine
 
-BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
-		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
-		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
 
 PERL_CONFIGURE=	yes
 
--- p5-Search-Estraier-0.09_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?201203150255.q2F2tECW084506>