svn commit: r457362 - head/audio/abcde
Antoine Brodin
antoine at FreeBSD.org
Wed Dec 27 12:01:13 UTC 2017
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
More information about the svn-ports-all
mailing list