svn commit: r364643 - head/audio/pithos

Kris Moore kmoore at FreeBSD.org
Mon Aug 11 19:18:38 UTC 2014


Author: kmoore
Date: Mon Aug 11 19:18:38 2014
New Revision: 364643
URL: http://svnweb.freebsd.org/changeset/ports/364643
QAT: https://qat.redports.org/buildarchive/r364643/

Log:
  - Add missing depend on gstreamer-soup
  - Bump PORTREV

Modified:
  head/audio/pithos/Makefile

Modified: head/audio/pithos/Makefile
==============================================================================
--- head/audio/pithos/Makefile	Mon Aug 11 19:10:32 2014	(r364642)
+++ head/audio/pithos/Makefile	Mon Aug 11 19:18:38 2014	(r364643)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pithos
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	audio
 DISTNAME=	${PORTVERSION}
 
@@ -25,7 +26,7 @@ RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/xdg/_
 USE_GNOME=	gtk30 py3gobject3
 USE_PYTHON=	3
 USE_PYDISTUTILS=yes
-USE_GSTREAMER=	core good bad
+USE_GSTREAMER=	core good bad soup
 PYDISTUTILS_AUTOPLIST=	yes
 INSTALLS_EGGINFO=	yes
 


More information about the svn-ports-head mailing list