Date: Thu, 2 Nov 2017 12:34:09 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453343 - head/net/rabbitmq Message-ID: <201711021234.vA2CY9YM034335@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Nov 2 12:34:09 2017 New Revision: 453343 URL: https://svnweb.freebsd.org/changeset/ports/453343 Log: Correctly register the run-time python dependency for the ADMIN option. Sponsored by: Absolight Modified: head/net/rabbitmq/Makefile (contents, props changed) Modified: head/net/rabbitmq/Makefile ============================================================================== --- head/net/rabbitmq/Makefile Thu Nov 2 11:34:17 2017 (r453342) +++ head/net/rabbitmq/Makefile Thu Nov 2 12:34:09 2017 (r453343) @@ -3,6 +3,7 @@ PORTNAME= rabbitmq PORTVERSION= 3.6.12 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} @@ -24,10 +25,11 @@ OPTIONS_DEFINE= ADMIN OPTIONS_SUB= yes ADMIN_DESC= Install rabbitmqadmin script -ADMIN_USES= python:run +ADMIN_USES= python +ADMIN_USES_OFF= python:build ALL_TARGET= all manpages -USES= cpe gmake python:build shebangfix tar:xz +USES= cpe gmake shebangfix tar:xz USE_RC_SUBR= rabbitmq NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711021234.vA2CY9YM034335>