diff options
| author | David Wragg <dpw@lshift.net> | 2010-02-17 13:52:33 +0000 |
|---|---|---|
| committer | David Wragg <dpw@lshift.net> | 2010-02-17 13:52:33 +0000 |
| commit | 09c0e33011e742e2b9278f7926fb9d73139bde44 (patch) | |
| tree | 32e6a30bb6ef9ca0712d12efa61839e19d6b6d7f | |
| parent | e1107dc9ab7ab91e8a3ce9f95f4cf85773aed3cc (diff) | |
| download | rabbitmq-server-git-09c0e33011e742e2b9278f7926fb9d73139bde44.tar.gz | |
A couple of Portfile fixes
The revision should be 0 for a new release of rabbitmq-server (it gets
bumped when the port changes for the same version of the base
package).
Sync with the maintainers line from the macports subversion repo.
| -rw-r--r-- | packaging/macports/Portfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macports/Portfile.in b/packaging/macports/Portfile.in index e1f582124a..cf8be3530a 100644 --- a/packaging/macports/Portfile.in +++ b/packaging/macports/Portfile.in @@ -4,9 +4,9 @@ PortSystem 1.0 name rabbitmq-server version @VERSION@ -revision 1 +revision 0 categories net -maintainers rabbitmq.com:tonyg +maintainers paperplanes.de:meyer rabbitmq.com:tonyg openmaintainer platforms darwin description The RabbitMQ AMQP Server long_description \ |
