svn commit: r453343 - head/net/rabbitmq

Mathieu Arnold mat at FreeBSD.org
Thu Nov 2 12:34:10 UTC 2017


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
 


More information about the svn-ports-all mailing list