Date: Mon, 26 Mar 2018 16:35:31 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465611 - in head/www/py-spyne: . files Message-ID: <201803261635.w2QGZVUv097966@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 26 16:35:31 2018 New Revision: 465611 URL: https://svnweb.freebsd.org/changeset/ports/465611 Log: Use USE_LOCALE instead of patch file Deleted: head/www/py-spyne/files/patch-setup.py Modified: head/www/py-spyne/Makefile Modified: head/www/py-spyne/Makefile ============================================================================== --- head/www/py-spyne/Makefile Mon Mar 26 16:35:26 2018 (r465610) +++ head/www/py-spyne/Makefile Mon Mar 26 16:35:31 2018 (r465611) @@ -16,6 +16,7 @@ LICENSE= LGPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} NO_ARCH= yes +USE_LOCALE= en_US.UTF-8 USE_PYTHON= autoplist concurrent distutils USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803261635.w2QGZVUv097966>