Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2012 14:00:23 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/164064: [PATCH] audio/p5-Music-Audioscrobbler-Submit: Add missing BUILD_DEPENDS
Message-ID:  <201201121900.q0CJ0N2a095731@meatwad.mouf.net>
Resent-Message-ID: <201201121910.q0CJA9JU051337@freefall.freebsd.org>

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

>Number:         164064
>Category:       ports
>Synopsis:       [PATCH] audio/p5-Music-Audioscrobbler-Submit: Add missing BUILD_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 Jan 12 19:10: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 #8: Mon Dec 19 15:53:28 EST 2011
>Description:
Add missing BUILD_DEPENDS to silence build warnings.

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Music-Audioscrobbler-Submit-0.05.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/p5-Music-Audioscrobbler-Submit/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	13 Sep 2010 23:39:41 -0000	1.2
+++ Makefile	12 Jan 2012 18:59:59 -0000
@@ -14,8 +14,9 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Module to submit songs to last.fm from MPD
 
-RUN_DEPENDS=	${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
+BUILD_DEPENDS=	${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
 		p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Music-Audioscrobbler-Submit-0.05.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?201201121900.q0CJ0N2a095731>