Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2012 16:37:14 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dhn@FreeBSD.org
Subject:   ports/166354: [PATCH] www/p5-WWW-TinySong: add missing DEPENDS
Message-ID:  <201203232037.q2NKbEoW072652@meatwad.mouf.net>
Resent-Message-ID: <201203232040.q2NKeBvB015244@freefall.freebsd.org>

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

>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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
--- p5-WWW-TinySong-1.01_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?201203232037.q2NKbEoW072652>