Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2012 21:11:56 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sumikawa@FreeBSD.org
Subject:   ports/165764: [PATCH] multimedia/p5-FFmpeg-Command: add missing RUN_DEPENDS
Message-ID:  <201203060211.q262BuUi004599@meatwad.mouf.net>
Resent-Message-ID: <201203060220.q262KAka038555@freefall.freebsd.org>

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

>Number:         165764
>Category:       ports
>Synopsis:       [PATCH] multimedia/p5-FFmpeg-Command: add missing RUN_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:   Tue Mar 06 02:20: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 missing RUN_DEPENDS
- Bump PORTREVISION

Module pases tests now.

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

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

--- p5-FFmpeg-Command-0.15_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/p5-FFmpeg-Command/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	21 Jan 2012 17:38:01 -0000	1.12
+++ Makefile	6 Mar 2012 02:11:22 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	FFmpeg-Command
 PORTVERSION=	0.15
+PORTREVISION=	1
 CATEGORIES=	multimedia perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MIZZY
@@ -19,6 +20,7 @@
 		p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
 		p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS+=	ffmpeg:${PORTSDIR}/multimedia/ffmpeg
 
 PERL_CONFIGURE=	yes
 
--- p5-FFmpeg-Command-0.15_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?201203060211.q262BuUi004599>