Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2012 16:46:50 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        snowfly@yuntech.edu.tw
Subject:   ports/166355: [PATCH] www/p5-WWW-Shorten-0rz: add TEST_DEPENDS
Message-ID:  <201203232046.q2NKkoi2007794@meatwad.mouf.net>
Resent-Message-ID: <201203232050.q2NKo99l024047@freefall.freebsd.org>

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

>Number:         166355
>Category:       ports
>Synopsis:       [PATCH] www/p5-WWW-Shorten-0rz: add TEST_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 20:50: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 TEST_DEPENDS
- Avoid use of SITE_PERL in DEPENDS

Port maintainer (snowfly@yuntech.edu.tw) is cc'd.

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

--- p5-WWW-Shorten-0rz-0.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-WWW-Shorten-0rz/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	21 Jan 2012 17:39:22 -0000	1.9
+++ Makefile	23 Mar 2012 20:46:08 -0000
@@ -14,9 +14,10 @@
 MAINTAINER=	snowfly@yuntech.edu.tw
 COMMENT=	Shorten URL using 0rz.net
 
-BUILD_DEPENDS=	${SITE_PERL}/WWW/Shorten.pm:${PORTSDIR}/www/p5-WWW-Shorten \
-		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
+BUILD_DEPENDS=	p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten \
+		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 PERL_CONFIGURE=	yes
 
--- p5-WWW-Shorten-0rz-0.07.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?201203232046.q2NKkoi2007794>