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

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Jun 2 15:53:12 UTC 2016


Author: rm
Date: Thu Jun  2 15:53:10 2016
New Revision: 416284
URL: https://svnweb.freebsd.org/changeset/ports/416284

Log:
  devel/py-xdg: relax python version check
  
  pyxdg support Python3 since version 0.20, so adjust out port accordingly.
  While here, add NO_ARCH and sort USE_PYTHON values.
  
  PR:		209896
  Submitted by:	Iblis Lin <iblis at hs.ntnu.edu.tw>
  With hat:   gnome

Modified:
  head/devel/py-xdg/Makefile

Modified: head/devel/py-xdg/Makefile
==============================================================================
--- head/devel/py-xdg/Makefile	Thu Jun  2 15:37:22 2016	(r416283)
+++ head/devel/py-xdg/Makefile	Thu Jun  2 15:53:10 2016	(r416284)
@@ -10,12 +10,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	gnome at FreeBSD.org
-COMMENT=	Python 2 library to access freedesktop.org standards
+COMMENT=	Python library to access freedesktop.org standards
 
 LICENSE=	LGPL20
 
-USES=		python:2
-USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 post-patch:
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-head mailing list