aboutsummaryrefslogtreecommitdiff
path: root/net/rabbitmq
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 3.3.4.Jimmy Olgeni2014-06-242-3/+3
| | | | Notes: svn path=/head/; revision=359085
* Upgrade to version 3.3.3.Jimmy Olgeni2014-06-172-3/+3
| | | | Notes: svn path=/head/; revision=358093
* Upgrade to version 3.3.2.Jimmy Olgeni2014-06-093-3/+4
| | | | Notes: svn path=/head/; revision=357135
* Upgrade to version 3.3.1.Jimmy Olgeni2014-04-293-5/+3
| | | | Notes: svn path=/head/; revision=352628
* Upgrade net/rabbitmq to 3.3.0.Jimmy Olgeni2014-04-033-7/+24
| | | | | | | | - Add optional installation of rabbitmqadmin script. - Note the new guest user behavior in UPDATING. Notes: svn path=/head/; revision=349989
* Upgrade to version 3.2.4.Jimmy Olgeni2014-03-042-4/+3
| | | | Notes: svn path=/head/; revision=347021
* Fix old makeplist bug.Mathieu Arnold2014-02-122-2/+2
| | | | | | | | Pointy hat to: people who blindly use makeplist Sponsored by: Absolight Notes: svn path=/head/; revision=343923
* Add a separate "wait" command to the startup script, to be usedJimmy Olgeni2014-02-062-2/+7
| | | | | | | | | | | | | | with automated deployment systems to ensure that RabbitMQ is actually available. The pid file may exist, but it can still be empty when $rabbitmq_ctl is executed. In this case the script would not wait for anything and produce some weird output on the console. PR: ports/185962 (follow up) Notes: svn path=/head/; revision=343104
* Upgrade to version 3.2.3 and add LICENSE.Jimmy Olgeni2014-01-242-4/+5
| | | | Notes: svn path=/head/; revision=340888
* - Export HOME before starting RabbitMQ node.Jimmy Olgeni2014-01-212-2/+4
| | | | | | | | | | - After starting, wait for RabbitMQ to be available. PR: ports/185962 Submitted by: Anes Mukhametov <anes@anes.su> Notes: svn path=/head/; revision=340614
* Reset ERL_LIBS before running RabbitMQ.Jimmy Olgeni2014-01-102-0/+2
| | | | | | | | | | | | | | | | ERL_LIBS was inherited from the current environment, and it may contain paths to older versions of amqp_client, which may not be compatible with the current RabbitMQ management plugin. As a result, RabbitMQ would not start when the management plugin was enabled, with this error: {could_not_start,amqp_client, {{supervisor_data,{invalid_strategy,simple_one_for_one_terminate}}, {amqp_client,start,[normal,[]]}}} Notes: svn path=/head/; revision=339337
* - Upgrade to version 3.2.2Jimmy Olgeni2014-01-083-37/+35
| | | | | | | | | | | | - Take over maintainership - Add staging support PR: ports/184036 Submitted by: olgeni Approved by: maintainer timeout Notes: svn path=/head/; revision=339111
* Fix some symlinks after getting rid of implicit lang/python dependencyAntoine Brodin2013-12-231-1/+3
| | | | Notes: svn path=/head/; revision=337297
* net/rabbitmq: fix usage of pythonWilliam Grzybowski2013-12-141-0/+2
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336490
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Upgrade to version 3.1.5.Jimmy Olgeni2013-08-244-39/+60
| | | | | | | | | PR: ports/180389 (plus local changes) Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=325310
* - Update to 3.0.4William Grzybowski2013-05-203-165/+161
| | | | | | | | | | | | | | | | | | - Sort pkg-plist - Trim Makefile header Changes: http://www.rabbitmq.com/release-notes/README-3.0.4.txt http://www.rabbitmq.com/release-notes/README-3.0.3.txt http://www.rabbitmq.com/release-notes/README-3.0.2.txt http://www.rabbitmq.com/release-notes/README-3.0.1.txt PR: ports/178315 Submitted by: olgeni Reviewed by: culot (mentor), maintainer (timeout, > 14 days) Notes: svn path=/head/; revision=318610
* Update to 3.0.0.Wesley Shields2012-11-293-9/+31
| | | | | | | | | | PR: ports/173957 Submitted by: wxs@ Approved by: maintainer (private mail) Feature safe: yes Notes: svn path=/head/; revision=307967
* Patch ports depending on lang/erlang-lite to use lang/erlang instead.Jimmy Olgeni2012-08-151-2/+2
| | | | | | | | | | | | The current lang/erlang option defaults match those specified in lang/erlang-lite, thus making it redundant. Also, mixing ports depending on lang/erlang and lang/erlang-lite is impossible without manual patching. Hence, lang/erlang-lite is going to be removed. Notes: svn path=/head/; revision=302574
* - update to 2.8.4Jason Helfman2012-07-192-3/+3
| | | | | | | | | PR: ports/169866 Submitted by: kenji.rikitake@acm.org Approved by: maintainer, pneumann@gmail.com Notes: svn path=/head/; revision=301140
* - Update to 2.8.2Jason Helfman2012-05-043-10/+15
| | | | | | | | PR: ports/167542 Submitted by: maintainer, pneumann@gmail.com Notes: svn path=/head/; revision=296021
* - adjust rabbitmq-plugins to use ${PREFIX}/etc in favor of /etcJason Helfman2012-02-023-54/+12
| | | | | | | | | | | - while here drop custom user installation in favor of portstree USERS framework PR: ports/164671 Submitted by: maintainer, pneumann at gmail.com Approved by: maintainer, crees (mentor) Notes: svn path=/head/; revision=290314
* - Update to 2.7.1Li-Wen Hsu2012-01-292-7/+6
| | | | | | | | | | | | | - Checking dependency with bin/erl, allows building while erlang (not -lite version) installed - Pet portlint(1) PR: ports/164532 Submitted by: lwhsu Approved by: Phillip Neumann <pneumann@gmail.com> (maintainer) Notes: svn path=/head/; revision=290013
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update to version 2.7.0Cheng-Lung Sung2011-11-103-110/+145
| | | | | | | | | | | | | | | | | | | | | New features in this release include: - order preserved of messages re-queued for a consumer - plugins are included in the main rabbitmq-server release, with a new command, rabbitmq-plugins, to enable and disable them - clients accept a new "amqp" URI scheme for connections - significant performance improvements to connection creation, durable queues, message storage, and large numbers of consumers - thread-safe Java client consumer callbacks This version contains the main plugin, so you dont have to install them separate. Just need to enable them via rabbitmq-plugins. PR: ports/162410 Submitted by: maintainer (Phillip) Notes: svn path=/head/; revision=285414
* - Update to 2.6.1Frederic Culot2011-10-192-3/+3
| | | | | | | | PR: ports/161757 Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer) Notes: svn path=/head/; revision=283874
* Update to 2.6.0Chris Rees2011-09-073-4/+12
| | | | | | | | PR: ports/160336 Submitted by: Phillip <pneumann@gmail.com> (maintainer) Notes: svn path=/head/; revision=281392
* Make rabbitmq wait for pid after stopping; stops restarting problems.Chris Rees2011-08-312-7/+23
| | | | | | | | | PR: ports/160027 Submitted by: Nicolas Szalay <nico@rottenbytes.info> Approved by: Phillip Neumann <pneumann@gmail.com> (maintainer) Notes: svn path=/head/; revision=280850
* - Update to 2.5.1Steve Wills2011-08-106-36/+25
| | | | | | | | | PR: ports/159364 Submitted by: Andrew <andrew@flarn.com> Approved by: Phillip Neumann <pneumann@gmail.com> (maintainer) (with changes) Notes: svn path=/head/; revision=279442
* - Fix buildSteve Wills2011-06-142-5/+16
| | | | | | | | | PR: ports/157422 Submitted by: Antoine van Gelder <antoine@artifactual.org.za> Approved by: Phillip Neumann <pneumann@gmail.com> (maintainer) Notes: svn path=/head/; revision=275582
* - Mark BROKEN: does not buildPav Lucistnik2011-06-131-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=275507
* Fix configuration directory location.Andrej Zverev2011-03-071-1/+2
| | | | | | | | | | PR: ports/153773 Submitted by: Davide De Rosa <famoqua+freebsd@gmail.com>, Chris Rees <utisoft@gmail.com> Approved by: Phillip Neumann <pneumann@gmail.com> (maintainer) Notes: svn path=/head/; revision=270463
* - Update to 2.3.1Frederic Culot2011-02-093-9/+17
| | | | | | | | | PR: ports/154556 Submitted by: Phillip Neumann <pneumann AT gmail.com> (maintainer) Approved by: sahil@/wen@ (mentors, implicit) Notes: svn path=/head/; revision=268831
* - Update to 2.2.0Wen Heping2011-01-134-13/+9
| | | | | | | | | PR: ports/153928 Submitted by: Phillip <pneumann@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=267724
* Bump PORTREVISION in Erlang dependent ports, which need to be rebuiltJimmy Olgeni2010-09-271-0/+1
| | | | | | | due to the new beam format. Notes: svn path=/head/; revision=261976
* Update to 2.1.0Max Brazhnikov2010-09-194-18/+8
| | | | | | | | PR: ports/150678 Submitted by: Phillip Neumann (maintainer) Notes: svn path=/head/; revision=261432
* - Update to 2.0.0Pav Lucistnik2010-09-095-27/+45
| | | | | | | | PR: ports/150168 Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer) Notes: svn path=/head/; revision=260843
* - Disallow on pointyhat due to beam.smp hangsPav Lucistnik2010-08-251-0/+2
| | | | Notes: svn path=/head/; revision=259985
* Update to 1.8.0Wesley Shields2010-07-225-30/+53
| | | | | | | | PR: ports/148456 Submitted by: Phillip <pneumann@gmail.com> (maintainer) Notes: svn path=/head/; revision=258055
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.7.0Dennis Herrmann2009-10-133-6/+22
| | | | | | | | PR: ports/139550 Submitted by: Phillip N. <pneumann@gmail.com> (maintainer) Notes: svn path=/head/; revision=242760
* Use pkg-message.in instead of post-install so it will appear in aBruce M Simpson2009-07-043-23/+37
| | | | | | | | | | | binary package. Push UID/GID/group/user substitutions into Makefile, use SUBST_LIST. Tidy up variable definitions in Makefile. Suggested by: wxs Notes: svn path=/head/; revision=237096
* Add a note about rabbitmqctl and how to use it properly to theBruce M Simpson2009-07-041-0/+15
| | | | | | | post-install target. Notes: svn path=/head/; revision=237092
* Fix substitution for port's /etc directory location.Bruce M Simpson2009-07-041-1/+1
| | | | | | | | Use LOCALBASE, not PREFIX, for previously installed ports (i.e. Erlang). I'm not going to fix the man pages, for the moment. Notes: svn path=/head/; revision=237090
* fix rotate_logs and status sub-commands in rc.d script;Bruce M Simpson2009-07-041-15/+3
| | | | | | | the shell functions use the wrong quoting. Notes: svn path=/head/; revision=237089
* Update to 1.6.0 beta release.Bruce M Simpson2009-06-243-5/+9
| | | | | | | Qpid Python broker test runs largely as expected. Notes: svn path=/head/; revision=236584
* Remove erroneous whitespace.Bruce M Simpson2009-06-091-1/+4
| | | | | | | Explicitly fix permissions of BEAM files in pre-install target. Notes: svn path=/head/; revision=235475
* Update to release 1.5.5 by request.Bruce M Simpson2009-06-093-7/+9
| | | | | | | | | | | * Update distinfo. * Fix pkg-plist. * Add MANCOMPRESSED. * Remove trailing whitespace from Makefile. * Observation: rc.d script assumes cwd is +x for ${rabbitmq_user} when run. Notes: svn path=/head/; revision=235474
* - Update to 1.5.0Martin Wilke2008-12-305-61/+34
| | | | | | | | PR: 129751 Submitted by: "Phillip N." <pneumann@gmail.com> (maintainer) Notes: svn path=/head/; revision=224987
* Add missing pkg-install.in which I forgot in my last commit.Wesley Shields2008-10-291-0/+41
| | | | Notes: svn path=/head/; revision=222184