svn commit: r545862 - in head/www/py-feedgenerator: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:36:52 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:36:44 2020
New Revision: 545862
URL: https://svnweb.freebsd.org/changeset/ports/545862

Log:
  Use USE_LOCALE instead

Deleted:
  head/www/py-feedgenerator/files/
Modified:
  head/www/py-feedgenerator/Makefile

Modified: head/www/py-feedgenerator/Makefile
==============================================================================
--- head/www/py-feedgenerator/Makefile	Sun Aug 23 19:36:40 2020	(r545861)
+++ head/www/py-feedgenerator/Makefile	Sun Aug 23 19:36:44 2020	(r545862)
@@ -21,6 +21,7 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+USE_LOCALE=	en_US.UTF-8
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test


More information about the svn-ports-all mailing list