svn commit: r462017 - head/audio/picard

Jason E. Hale jhale at FreeBSD.org
Fri Feb 16 14:50:18 UTC 2018


Author: jhale
Date: Fri Feb 16 14:50:17 2018
New Revision: 462017
URL: https://svnweb.freebsd.org/changeset/ports/462017

Log:
  sip is needed as a runtime dependency
  
  Traceback (most recent call last):
    File "/usr/local/bin/picard", line 2, in <module>
      from picard.tagger import main; main('/usr/local/share/locale', True)
    File "/usr/local/lib/python2.7/site-packages/picard/tagger.py", line 22, in <module>
      import sip
  ImportError: No module named sip

Modified:
  head/audio/picard/Makefile

Modified: head/audio/picard/Makefile
==============================================================================
--- head/audio/picard/Makefile	Fri Feb 16 14:03:22 2018	(r462016)
+++ head/audio/picard/Makefile	Fri Feb 16 14:50:17 2018	(r462017)
@@ -3,6 +3,7 @@
 
 PORTNAME=	picard
 PORTVERSION=	1.4.2
+PORTREVISION=	1
 CATEGORIES=	audio python
 MASTER_SITES=	http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
 		ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}discid>=0.5.2:audi
 		${PYTHON_PKGNAMEPREFIX}mutagen>=1.23:audio/py-mutagen@${FLAVOR}
 
 USES=		gettext pyqt:4 python:2.7 desktop-file-utils
-USE_PYQT=	core_run gui_run network_run xml_run sip_build
+USE_PYQT=	core_run gui_run network_run xml_run sip
 USE_PYTHON=	distutils
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-release-${PORTVERSION}


More information about the svn-ports-all mailing list