ports/121162: [maintainer patch] - add missing run depends to multimedia/gpodder
Chess Griffin
chess at chessgriffin.com
Wed Feb 27 23:20:01 UTC 2008
>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 at 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:
More information about the freebsd-ports-bugs
mailing list