svn commit: r433711 - head/devel/py-xdg

Dima Panov fluffy at FreeBSD.org
Thu Feb 9 05:30:12 UTC 2017


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:


More information about the svn-ports-all mailing list