Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2008 23:09:13 GMT
From:      Chess Griffin <chess@chessgriffin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121162: [maintainer patch] - add missing run depends to multimedia/gpodder
Message-ID:  <200802272309.m1RN9DXk035249@www.freebsd.org>
Resent-Message-ID: <200802272320.m1RNK1Vi065754@freefall.freebsd.org>

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

>Number:         121162
>Category:       ports
>Synopsis:       [maintainer patch] - add missing run depends to multimedia/gpodder
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 23:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Chess Griffin
>Release:        7.0-RELEASE
>Organization:
>Environment:
FreeBSD bsdbob.localdomain 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Mon Feb 25 19:09:06 EST 2008     chess@bsdbob.localdomain:/usr/obj/usr/src/sys/CHESS  i386

>Description:
Attached patch adds a runtime dependency.  Tested on local tinderbox.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN gpodder.orig/Makefile gpodder/Makefile
--- gpodder.orig/Makefile	2008-02-27 09:11:45.000000000 -0500
+++ gpodder/Makefile	2008-02-27 09:16:42.000000000 -0500
@@ -7,6 +7,7 @@
 
 PORTNAME=	gpodder
 PORTVERSION=	0.11.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_BERLIOS}
 MASTER_SITE_SUBDIR=	gpodder
@@ -18,7 +19,8 @@
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \
 		convert:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \
-		wget:${PORTSDIR}/ftp/wget
+		wget:${PORTSDIR}/ftp/wget \
+		xdg-open:${PORTSDIR}/devel/xdg-utils
 
 USE_GMAKE=	yes
 USE_GNOME=	pygtk2 libglade2


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



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