Date: Thu, 9 Feb 2017 05:30:11 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433711 - head/devel/py-xdg Message-ID: <201702090530.v195UBag072845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702090530.v195UBag072845>