From owner-svn-ports-all@freebsd.org Fri Sep 23 16:57:43 2016 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 D690DBE6401; Fri, 23 Sep 2016 16:57:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A4C6E99A; Fri, 23 Sep 2016 16:57:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8NGvgCQ049298; Fri, 23 Sep 2016 16:57:42 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8NGvgiQ049297; Fri, 23 Sep 2016 16:57:42 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201609231657.u8NGvgiQ049297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 23 Sep 2016 16:57:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422686 - head/net-im/farsight2 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.23 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: Fri, 23 Sep 2016 16:57:44 -0000 Author: rm Date: Fri Sep 23 16:57:42 2016 New Revision: 422686 URL: https://svnweb.freebsd.org/changeset/ports/422686 Log: net-im/farsight2: limit to python 2.x - limit python version to 2.x PR: 197236 Submitted by: Elizabeth Myers With hat: gnome Modified: head/net-im/farsight2/Makefile Modified: head/net-im/farsight2/Makefile ============================================================================== --- head/net-im/farsight2/Makefile Fri Sep 23 16:57:13 2016 (r422685) +++ head/net-im/farsight2/Makefile Fri Sep 23 16:57:42 2016 (r422686) @@ -15,7 +15,7 @@ COMMENT= Collection of GStreamer modules LIB_DEPENDS= libnice.so:net-im/libnice RUN_DEPENDS= libnice-gst010>=0:net-im/libnice-gst010 -USES= gettext libtool gmake pathfix pkgconfig python +USES= gettext libtool gmake pathfix pkgconfig python:2.7 USE_LDCONFIG= yes USE_GNOME= glib20 USE_GSTREAMER= core good bad python