svn commit: r486795 - head/www/py-python-digitalocean

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 6 20:32:50 UTC 2018


Author: sunpoet
Date: Thu Dec  6 20:32:47 2018
New Revision: 486795
URL: https://svnweb.freebsd.org/changeset/ports/486795

Log:
  Unbreak this port
  
  - While I'm here, move USES upward
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/py-python-digitalocean/Makefile

Modified: head/www/py-python-digitalocean/Makefile
==============================================================================
--- head/www/py-python-digitalocean/Makefile	Thu Dec  6 20:32:39 2018	(r486794)
+++ head/www/py-python-digitalocean/Makefile	Thu Dec  6 20:32:47 2018	(r486795)
@@ -12,16 +12,16 @@ COMMENT=	API to manage digitalocean.com droplets
 
 LICENSE=	GPLv3
 
-BROKEN=		fails to configure, non ascii char in position 820 of long_description
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR}
 
+USES=		python
+USE_PYTHON=	distutils autoplist
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	koalalorenzo
 
-USES=	python
-USE_PYTHON=	distutils autoplist
+USE_LOCALE=	en_US.UTF-8
 NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list