From owner-svn-ports-all@freebsd.org Sat Aug 8 09:41:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 048979B5217; Sat, 8 Aug 2015 09:41:00 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA06C1661; Sat, 8 Aug 2015 09:40:59 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t789exTL060301; Sat, 8 Aug 2015 09:40:59 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t789exIV060300; Sat, 8 Aug 2015 09:40:59 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201508080940.t789exIV060300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 8 Aug 2015 09:40:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393720 - head/multimedia/totem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2015 09:41:00 -0000 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