summaryrefslogtreecommitdiff
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
commiteb73d08db6c273e260a066dd77535adcd6a8784c (patch)
treebccb2fbd6932c2081dddbd0b1b9015ffade2d5f9
parentda9e6d2ba8ca5eba30dec82c6c06d1217bd1b7b9 (diff)
parent8492fa65414c296220f913cd5ff28db8f30d3044 (diff)
downloadrabbitmq-server-eb73d08db6c273e260a066dd77535adcd6a8784c.tar.gz
Merged bug23448 into default
-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 ce6b1e34..f8417b83 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