svn commit: r457354 - head/audio/py-eyed3

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 27 08:03:32 UTC 2017


Author: bapt
Date: Wed Dec 27 08:03:30 2017
New Revision: 457354
URL: https://svnweb.freebsd.org/changeset/ports/457354

Log:
  eyed3 does not works, packaging works, but it fails at runtime due
  to the code being for python2

Modified:
  head/audio/py-eyed3/Makefile

Modified: head/audio/py-eyed3/Makefile
==============================================================================
--- head/audio/py-eyed3/Makefile	Wed Dec 27 08:02:58 2017	(r457353)
+++ head/audio/py-eyed3/Makefile	Wed Dec 27 08:03:30 2017	(r457354)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}


More information about the svn-ports-head mailing list