ports/164064: [PATCH] audio/p5-Music-Audioscrobbler-Submit: Add missing BUILD_DEPENDS

Steve Wills swills at FreeBSD.org
Thu Jan 12 19:10:10 UTC 2012


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list