summaryrefslogtreecommitdiff
path: root/net/rabbitmq/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2013-05-13 11:51:38 +0000
committerfhajny <fhajny@pkgsrc.org>2013-05-13 11:51:38 +0000
commita48e985ad6733d3f341cc9e91e497970d345ad2e (patch)
tree0c4a4757c07ccad23a1110fd2a12ced9b1f7f3a1 /net/rabbitmq/Makefile
parentc5de10c6d56955cf3e3218ac72560ce4a2eea3ad (diff)
downloadpkgsrc-a48e985ad6733d3f341cc9e91e497970d345ad2e.tar.gz
Update rabbitmq to 3.1.0.
Notable changes: - eager synchronisation of mirror queue slaves; - automatic cluster partition healing; - improved statistics (including charts) in the management plugin; - many smaller new features, bug fixes and performance improvements. See release notes for full changelog: http://www.rabbitmq.com/release-notes/README-3.1.0.txt
Diffstat (limited to 'net/rabbitmq/Makefile')
-rw-r--r--net/rabbitmq/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile
index 56d04a203e4..497ffd5dcb3 100644
--- a/net/rabbitmq/Makefile
+++ b/net/rabbitmq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/04/02 10:40:36 fhajny Exp $
+# $NetBSD: Makefile,v 1.11 2013/05/13 11:51:38 fhajny Exp $
#
PKGNAME= rabbitmq-${RMQ_VERSION}
@@ -16,6 +16,7 @@ USE_TOOLS+= bash:run coreutils gmake unzip zip
MAKE_JOBS_SAFE= no
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils
DEPENDS+= ${PYPKGPREFIX}-simplejson>=2:../../converters/py-simplejson
@@ -83,6 +84,7 @@ INSTALL_ENV+= RMQ_VERSION=${RMQ_VERSION}
INSTALL_ENV+= MAKE_SHELL="${RMQ_SHELL}"
REPLACE_PYTHON+= calculate-relative
+REPLACE_PYTHON+= plugins-src/rabbitmq-amqp1.0/codegen.py
post-install:
${INSTALL_DATA} ${FILESDIR}/rabbitmq-env.conf ${DESTDIR}${PREFIX}/share/examples/rabbitmq/rabbitmq-env.conf