Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 09:40:59 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393720 - head/multimedia/totem
Message-ID:  <201508080940.t789exIV060300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Aug  8 09:40:58 2015
New Revision: 393720
URL: https://svnweb.freebsd.org/changeset/ports/393720

Log:
  Totem uses python2. No need to attempt to also include the python3 version of
  libpeas python bindings in.
  
  Submitted by:	antoine@

Modified:
  head/multimedia/totem/Makefile

Modified: head/multimedia/totem/Makefile
==============================================================================
--- head/multimedia/totem/Makefile	Sat Aug  8 09:29:01 2015	(r393719)
+++ head/multimedia/totem/Makefile	Sat Aug  8 09:40:58 2015	(r393720)
@@ -3,6 +3,7 @@
 
 PORTNAME=	totem
 PORTVERSION=	3.16.2
+PORTREVISION=	1
 CATEGORIES=	multimedia gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -27,8 +28,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 		${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py-libpeas \
 		gnome-settings-daemon>=2.91.0:${PORTSDIR}/sysutils/gnome-settings-daemon \
 		gnome-icon-theme-symbolic>=2.91.0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \
-		grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins \
-		${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas
+		grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins
 
 PORTSCOUT=	limitw:1,even
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508080940.t789exIV060300>