Date: Sat, 5 Jan 2019 13:14:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489330 - head/www/halberd Message-ID: <201901051314.x05DEJj7062864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jan 5 13:14:19 2019 New Revision: 489330 URL: https://svnweb.freebsd.org/changeset/ports/489330 Log: www/halberd is not compatible with python3 PR: 234633 Modified: head/www/halberd/Makefile Modified: head/www/halberd/Makefile ============================================================================== --- head/www/halberd/Makefile Sat Jan 5 13:10:55 2019 (r489329) +++ head/www/halberd/Makefile Sat Jan 5 13:14:19 2019 (r489330) @@ -11,7 +11,7 @@ COMMENT= HTTP load balancer detection tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:2.7 USE_PYTHON= distutils noflavors autoplist NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901051314.x05DEJj7062864>