ports/179302: [patch] audio/beets various fixes
Mark Felder
feld at feld.me
Tue Jun 4 14:10:04 UTC 2013
>Number: 179302
>Category: ports
>Synopsis: [patch] audio/beets various fixes
>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: Tue Jun 04 14:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Mark Felder
>Release:
>Organization:
>Environment:
>Description:
fixes to RUN_DEPENDS reported by enduser
https://redports.org/buildarchive/20130604135500-43497/
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 319855)
+++ Makefile (working copy)
@@ -3,16 +3,19 @@
PORTNAME= beets
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
MAINTAINER= feld at feld.me
COMMENT= A media library management system for obsessive-compulsive music geeks
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=0:${PORTSDIR}/audio/py-mutagen \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.21:${PORTSDIR}/audio/py-mutagen \
${PYTHON_PKGNAMEPREFIX}unidecode>=0:${PORTSDIR}/converters/py-unidecode \
${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0:${PORTSDIR}/audio/py-musicbrainzngs \
- ${PYTHON_PKGNAMEPREFIX}munkres>=0:${PORTSDIR}/math/py-munkres
+ ${PYTHON_PKGNAMEPREFIX}munkres>=0:${PORTSDIR}/math/py-munkres \
+ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
MAN1= beet.1
MAN5= beetsconfig.5
@@ -29,7 +32,7 @@
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCHROMA}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}acoustid>=0:${PORTSDIR}/audio/py-acoustid
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}acoustid>=0:${PORTSDIR}/audio/py-pyacoustid
.endif
.if ${PORT_OPTIONS:MFFMPEG}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list