Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 12:01:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457362 - head/audio/abcde
Message-ID:  <201712271201.vBRC1CdP074855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Dec 27 12:01:12 2017
New Revision: 457362
URL: https://svnweb.freebsd.org/changeset/ports/457362

Log:
  - abcde requires the eyeD3 command, not the eyed3 module
  - abcde doesn't contain python code

Modified:
  head/audio/abcde/Makefile

Modified: head/audio/abcde/Makefile
==============================================================================
--- head/audio/abcde/Makefile	Wed Dec 27 11:49:35 2017	(r457361)
+++ head/audio/abcde/Makefile	Wed Dec 27 12:01:12 2017	(r457362)
@@ -3,7 +3,7 @@
 
 PORTNAME=	abcde
 PORTVERSION=	2.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://abcde.einval.com/download/
 
@@ -16,14 +16,14 @@ LICENSE_COMB=	dual
 RUN_DEPENDS=	cd-discid:audio/cd-discid \
 		cdparanoia:audio/cdparanoia \
 		lame:audio/lame \
-		${PYTHON_PKGNAMEPREFIX}eyed3>=0.7:audio/py-eyed3@${PY_FLAVOR} \
+		eyeD3:audio/py-eyed3 \
 		oggenc:audio/vorbis-tools \
 		bash:shells/bash
 
 NO_ARCH=	yes
 NO_BUILD=	yes
 
-USES=		python:run shebangfix
+USES=		shebangfix
 SHEBANG_FILES=	abcde abcde-musicbrainz-tool cddb-tool
 
 SUB_FILES=	pkg-message



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