Date: Thu, 2 Jun 2016 15:53:11 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416284 - head/devel/py-xdg Message-ID: <201606021553.u52FrBjF049582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606021553.u52FrBjF049582>