Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 14:05:05 GMT
From:      Mark Felder <feld@feld.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179302: [patch] audio/beets various fixes
Message-ID:  <201306041405.r54E55Nt053776@oldred.freebsd.org>
Resent-Message-ID: <201306041410.r54EA4Kw056142@freefall.freebsd.org>

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

>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@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:



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