From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 23 20:40:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9512F106564A for ; Fri, 23 Mar 2012 20:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5578F8FC14 for ; Fri, 23 Mar 2012 20:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NKeBrB015245 for ; Fri, 23 Mar 2012 20:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NKeBvB015244; Fri, 23 Mar 2012 20:40:11 GMT (envelope-from gnats) Resent-Date: Fri, 23 Mar 2012 20:40:11 GMT Resent-Message-Id: <201203232040.q2NKeBvB015244@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20240106566B; Fri, 23 Mar 2012 20:37:23 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id B5A738FC08; Fri, 23 Mar 2012 20:37:22 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q2NKbIYD010443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 23 Mar 2012 16:37:19 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q2NKbEoW072652; Fri, 23 Mar 2012 16:37:14 -0400 (EDT) (envelope-from steve) Message-Id: <201203232037.q2NKbEoW072652@meatwad.mouf.net> Date: Fri, 23 Mar 2012 16:37:14 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dhn@FreeBSD.org Subject: ports/166354: [PATCH] www/p5-WWW-TinySong: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 20:40:12 -0000 >Number: 166354 >Category: ports >Synopsis: [PATCH] www/p5-WWW-TinySong: 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 20:40:11 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 Note, this still fails tests. Port maintainer (dhn@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-WWW-TinySong-1.01_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-WWW-TinySong/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 28 Jun 2009 16:09:53 -0000 1.4 +++ Makefile 23 Mar 2012 20:36:41 -0000 @@ -7,6 +7,7 @@ PORTNAME= WWW-TinySong PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,18 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Get free music links from tinysong.com +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= YES MAN3= WWW::TinySong.3 -.include +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include --- p5-WWW-TinySong-1.01_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: