svn commit: r482119 - head/audio/puddletag

Jason E. Hale jhale at FreeBSD.org
Sun Oct 14 21:27:19 UTC 2018


Author: jhale
Date: Sun Oct 14 21:27:18 2018
New Revision: 482119
URL: https://svnweb.freebsd.org/changeset/ports/482119

Log:
  audio/puddletag: Remove unused dependency
  
  audio/py-musicbrainz2 is DEPRECATED and will be removed soon. The code
  requiring it was removed in 2012.
  https://github.com/keithgg/puddletag/commit/3da2d0d

Modified:
  head/audio/puddletag/Makefile

Modified: head/audio/puddletag/Makefile
==============================================================================
--- head/audio/puddletag/Makefile	Sun Oct 14 21:20:25 2018	(r482118)
+++ head/audio/puddletag/Makefile	Sun Oct 14 21:27:18 2018	(r482119)
@@ -3,7 +3,7 @@
 PORTNAME=	puddletag
 PORTVERSION=	1.2.0
 DISTVERSIONPREFIX=v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio python
 
 MAINTAINER=	multimedia at FreeBSD.org
@@ -13,7 +13,6 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	chromaprint>=0.4:audio/chromaprint \
-		${PYTHON_PKGNAMEPREFIX}musicbrainz2>=0:audio/py-musicbrainz2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mutagen>=1.14:audio/py-mutagen@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}configobj>=4.5.0:devel/py-configobj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.1:devel/py-pyparsing@${PY_FLAVOR}


More information about the svn-ports-head mailing list