diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-12-08 12:31:31 +0000 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-12-08 12:31:31 +0000 |
| commit | d5b92f6705b041a3ba89315ed27997b6ff139130 (patch) | |
| tree | bc2cef0cd4741e52711e61af29b002e045f5810c /packaging | |
| parent | f6a62256f284304daec565b933269e83bbd4e4f3 (diff) | |
| parent | 1ffd85e580b5d5e8e7bb6b7123126933aa1cf168 (diff) | |
| download | rabbitmq-server-git-d5b92f6705b041a3ba89315ed27997b6ff139130.tar.gz | |
merge bug23482 into default (Detect already-running broker)
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/macports/Portfile.in | 14 |
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 |
