svn commit: r465611 - in head/www/py-spyne: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 26 16:35:35 UTC 2018


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
 


More information about the svn-ports-head mailing list