Date: Fri, 16 Feb 2018 14:50:17 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462017 - head/audio/picard Message-ID: <201802161450.w1GEoHHD033477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802161450.w1GEoHHD033477>