Date: Thu, 6 Dec 2018 20:32:47 +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: r486795 - head/www/py-python-digitalocean Message-ID: <201812062032.wB6KWliU053910@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812062032.wB6KWliU053910>