svn commit: r337297 - head/net/rabbitmq

Antoine Brodin antoine at FreeBSD.org
Mon Dec 23 21:11:46 UTC 2013


Author: antoine
Date: Mon Dec 23 21:11:45 2013
New Revision: 337297
URL: http://svnweb.freebsd.org/changeset/ports/337297

Log:
  Fix some symlinks after getting rid of implicit lang/python dependency

Modified:
  head/net/rabbitmq/Makefile

Modified: head/net/rabbitmq/Makefile
==============================================================================
--- head/net/rabbitmq/Makefile	Mon Dec 23 21:02:29 2013	(r337296)
+++ head/net/rabbitmq/Makefile	Mon Dec 23 21:11:45 2013	(r337297)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rabbitmq
 PORTVERSION=	3.1.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/
 DISTNAME=	${PORTNAME}-server-${PORTVERSION}
@@ -20,7 +21,8 @@ RUN_DEPENDS=	erl:${PORTSDIR}/lang/erlang
 USES=		gmake shebangfix
 USE_PYTHON_BUILD=yes
 USE_RC_SUBR=	rabbitmq
-SHEBANG_FILES=	plugins-src/rabbitmq-amqp1.0/codegen.py
+SHEBANG_FILES=	calculate-relative plugins-src/rabbitmq-amqp1.0/codegen.py
+python_OLD_CMD=	.*python
 python_CMD=	${PYTHON_CMD}
 
 USERS=	rabbitmq


More information about the svn-ports-head mailing list