svn commit: r545913 - head/devel/py-appdirs

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


Author: sunpoet
Date: Sun Aug 23 19:41:20 2020
New Revision: 545913
URL: https://svnweb.freebsd.org/changeset/ports/545913

Log:
  Use correct encoding
  
  Reported by:	John W. O'Brien <john at saltant.com>

Modified:
  head/devel/py-appdirs/Makefile

Modified: head/devel/py-appdirs/Makefile
==============================================================================
--- head/devel/py-appdirs/Makefile	Sun Aug 23 19:41:15 2020	(r545912)
+++ head/devel/py-appdirs/Makefile	Sun Aug 23 19:41:20 2020	(r545913)
@@ -17,5 +17,6 @@ USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
+USE_LOCALE=	en_US.UTF-8
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list