Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 01:58:40 GMT
From:      Koichiro IWAO <meta+ports@vmeta.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183944: [patch] graphics/impressive: Fix overwritten RUN_DEPENDS
Message-ID:  <201311140158.rAE1weJv047324@oldred.freebsd.org>
Resent-Message-ID: <201311140200.rAE200uK052260@freefall.freebsd.org>

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

>Number:         183944
>Category:       ports
>Synopsis:       [patch] graphics/impressive: Fix overwritten 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:   Thu Nov 14 02:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Koichiro IWAO
>Release:        9.2-STABLE
>Organization:
>Environment:
>Description:
Dependencies are not properly decrared because RUN_DEPENDS are overwritten.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/graphics/impressive/Makefile graphics/impressive/Makefile
--- /usr/ports/graphics/impressive/Makefile	2013-10-26 00:52:33.000000000 +0000
+++ graphics/impressive/Makefile	2013-11-14 01:54:49.370002963 +0000
@@ -3,7 +3,7 @@
 
 PORTNAME=	impressive
 PORTVERSION=	0.10.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Impressive/${PORTVERSION}/
 DISTNAME=	Impressive-${PORTVERSION}
@@ -18,8 +18,8 @@
 		xpdf:${PORTSDIR}/graphics/xpdf \
 		pdftk:${PORTSDIR}/print/pdftk \
 		xdg-open:${PORTSDIR}/devel/xdg-utils \
-		mplayer:${PORTSDIR}/multimedia/mplayer
-RUN_DEPENDS=	${PYGAME}
+		mplayer:${PORTSDIR}/multimedia/mplayer \
+		${PYGAME}
 
 USE_PYTHON=	yes
 USE_GHOSTSCRIPT_RUN=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311140158.rAE1weJv047324>