From owner-svn-ports-head@freebsd.org Thu Feb 9 05:30:12 2017 Return-Path: Delivered-To: svn-ports-head@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 67E61CD7B2C; Thu, 9 Feb 2017 05:30:12 +0000 (UTC) (envelope-from fluffy@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 374C4BEE; Thu, 9 Feb 2017 05:30:12 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v195UBRG072846; Thu, 9 Feb 2017 05:30:11 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v195UBag072845; Thu, 9 Feb 2017 05:30:11 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201702090530.v195UBag072845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Thu, 9 Feb 2017 05:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433711 - head/devel/py-xdg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 05:30:12 -0000 Author: fluffy Date: Thu Feb 9 05:30:11 2017 New Revision: 433711 URL: https://svnweb.freebsd.org/changeset/ports/433711 Log: devel/py-xdg: limit to use python2 only, for python3 already exist devel/py3-xdg port. This unbreak some depended ports like textproc/ibus, which also limited to python2, when python3 sets as default PR: 215921 Submitted by: myself Approved by: gnome (kwm via irc) Modified: head/devel/py-xdg/Makefile Modified: head/devel/py-xdg/Makefile ============================================================================== --- head/devel/py-xdg/Makefile Thu Feb 9 05:25:59 2017 (r433710) +++ head/devel/py-xdg/Makefile Thu Feb 9 05:30:11 2017 (r433711) @@ -4,6 +4,7 @@ PORTNAME= xdg PORTVERSION= 0.25 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://people.freedesktop.org/~takluyver/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ COMMENT= Python library to access freede LICENSE= LGPL20 NO_ARCH= yes -USES= python +USES= python:2 USE_PYTHON= autoplist distutils post-patch: