summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorRob Harrop <rob@rabbitmq.com>2010-12-01 14:16:33 +0000
committerRob Harrop <rob@rabbitmq.com>2010-12-01 14:16:33 +0000
commit9b7a1e9fef01233548d8a2edb37cc0964162b932 (patch)
treebccb2fbd6932c2081dddbd0b1b9015ffade2d5f9 /packaging
parent275195fc340fa8ed14e13be82cd6fa82fc13d10e (diff)
parent0a882b45fec2c78240ebabf082e5799a466fd3a1 (diff)
downloadrabbitmq-server-git-9b7a1e9fef01233548d8a2edb37cc0964162b932.tar.gz
Merged bug23448 into default
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macports/Portfile.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/packaging/macports/Portfile.in b/packaging/macports/Portfile.in
index ce6b1e34a7..f8417b83b9 100644
--- a/packaging/macports/Portfile.in
+++ b/packaging/macports/Portfile.in
@@ -7,6 +7,8 @@ version @VERSION@
categories net
maintainers paperplanes.de:meyer rabbitmq.com:tonyg openmaintainer
platforms darwin
+supported_archs noarch
+
description The RabbitMQ AMQP Server
long_description \
RabbitMQ is an implementation of AMQP, the emerging standard for \
@@ -31,17 +33,13 @@ checksums \
depends_lib port:erlang
depends_build port:libxslt
-platform darwin 7 {
- depends_build-append port:py25-simplejson
- build.args PYTHON=${prefix}/bin/python2.5
-}
platform darwin 8 {
- depends_build-append port:py25-simplejson
- build.args PYTHON=${prefix}/bin/python2.5
+ depends_build-append port:py26-simplejson
+ build.args PYTHON=${prefix}/bin/python2.6
}
platform darwin 9 {
- depends_build-append port:py25-simplejson
- build.args PYTHON=${prefix}/bin/python2.5
+ depends_build-append port:py26-simplejson
+ build.args PYTHON=${prefix}/bin/python2.6
}
# no need for simplejson on Snow Leopard or higher