svn commit: r490216 - head/audio/pithos
Mark Linimon
linimon at FreeBSD.org
Sun Jan 13 21:45:04 UTC 2019
Author: linimon
Date: Sun Jan 13 21:45:03 2019
New Revision: 490216
URL: https://svnweb.freebsd.org/changeset/ports/490216
Log:
Remove unneccesary dependency on git. Switch to USE_GSTREAMER1.
PR: 234393
Reported by: jhibbits
Approved by: maintainer
Modified:
head/audio/pithos/Makefile
Modified: head/audio/pithos/Makefile
==============================================================================
--- head/audio/pithos/Makefile Sun Jan 13 21:42:30 2019 (r490215)
+++ head/audio/pithos/Makefile Sun Jan 13 21:45:03 2019 (r490216)
@@ -3,7 +3,7 @@
PORTNAME= pithos
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MAINTAINER= jhixson at FreeBSD.org
@@ -16,13 +16,12 @@ USE_GITHUB= yes
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/gi/overrides/Gst.py:multimedia/py-gstreamer1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py-pylast@${PY_FLAVOR} \
- git:devel/git
+ ${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py-pylast@${PY_FLAVOR}
USE_GNOME= gtk30 pygobject3
USES= python:3.4+
USE_PYTHON= distutils autoplist optsuffix
-USE_GSTREAMER= core good bad soup
+USE_GSTREAMER1= core good bad soup
post-install:
${MKDIR} ${STAGEDIR}${DATADIR}
More information about the svn-ports-all
mailing list