Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.1 29 Apr 2014 15:02:34 |
olgeni |
Upgrade to version 3.3.1. |
3.3.0 03 Apr 2014 10:41:14 |
olgeni |
Upgrade net/rabbitmq to 3.3.0.
- Add optional installation of rabbitmqadmin script.
- Note the new guest user behavior in UPDATING. |
3.2.4 04 Mar 2014 14:47:57 |
olgeni |
Upgrade to version 3.2.4. |
3.2.3_2 12 Feb 2014 14:03:25 |
mat |
Fix old makeplist bug.
Pointy hat to: people who blindly use makeplist
Sponsored by: Absolight |
3.2.3_1 06 Feb 2014 15:00:25 |
olgeni |
Add a separate "wait" command to the startup script, to be used
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) |
3.2.3 24 Jan 2014 10:36:33 |
olgeni |
Upgrade to version 3.2.3 and add LICENSE. |
3.2.2_2 21 Jan 2014 15:40:08 |
olgeni |
- Export HOME before starting RabbitMQ node.
- After starting, wait for RabbitMQ to be available.
PR: ports/185962
Submitted by: Anes Mukhametov <anes@anes.su> |
3.2.2_1 10 Jan 2014 09:29:05 |
olgeni |
Reset ERL_LIBS before running RabbitMQ.
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,[]]}}} |
3.2.2 08 Jan 2014 12:35:39 |
olgeni |
- Upgrade to version 3.2.2
- Take over maintainership
- Add staging support
PR: ports/184036
Submitted by: olgeni
Approved by: maintainer timeout |
3.1.5_1 23 Dec 2013 21:11:45 |
antoine |
Fix some symlinks after getting rid of implicit lang/python dependency |
3.1.5 14 Dec 2013 22:03:54 |
wg |
net/rabbitmq: fix usage of python
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
3.1.5 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
3.1.5 24 Aug 2013 20:04:01 |
olgeni |
Upgrade to version 3.1.5.
PR: ports/180389 (plus local changes)
Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru>
Approved by: maintainer timeout |
3.0.4 20 May 2013 16:01:51 |
wg |
- Update to 3.0.4
- 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) |
3.0.0 29 Nov 2012 16:13:26 |
wxs |
Update to 3.0.0.
PR: ports/173957
Submitted by: wxs@
Approved by: maintainer (private mail)
Feature safe: yes |
2.8.4 15 Aug 2012 13:37:45 |
olgeni |
Patch ports depending on lang/erlang-lite to use lang/erlang instead.
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. |
2.8.4 19 Jul 2012 05:36:33 |
jgh |
- update to 2.8.4
PR: ports/169866
Submitted by: kenji.rikitake@acm.org
Approved by: maintainer, pneumann@gmail.com |
2.8.2 04 May 2012 20:21:30 |
jgh |
- Update to 2.8.2
PR: ports/167542
Submitted by: maintainer, pneumann@gmail.com |
2.7.1_1 02 Feb 2012 17:41:14 |
jgh |
- adjust rabbitmq-plugins to use ${PREFIX}/etc in favor of /etc
- 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) |
2.7.1 29 Jan 2012 11:04:36 |
lwhsu |
- Update to 2.7.1
- 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) |
2.7.0 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
2.7.0 10 Nov 2011 03:42:09 |
clsung |
Update to version 2.7.0
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) |
2.6.1 19 Oct 2011 05:13:49 |
culot |
- Update to 2.6.1
PR: ports/161757
Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer) |
2.6.0 07 Sep 2011 19:41:30 |
crees |
Update to 2.6.0
PR: ports/160336
Submitted by: Phillip <pneumann@gmail.com> (maintainer) |
2.5.1_1 31 Aug 2011 12:36:27 |
crees |
Make rabbitmq wait for pid after stopping; stops restarting problems.
PR: ports/160027
Submitted by: Nicolas Szalay <nico@rottenbytes.info>
Approved by: Phillip Neumann <pneumann@gmail.com> (maintainer) |
2.5.1 10 Aug 2011 19:00:34 |
swills |
- Update to 2.5.1
PR: ports/159364
Submitted by: Andrew <andrew@flarn.com>
Approved by: Phillip Neumann <pneumann@gmail.com> (maintainer) (with changes) |
2.3.1_2 14 Jun 2011 19:34:50 |
swills |
- Fix build
PR: ports/157422
Submitted by: Antoine van Gelder <antoine@artifactual.org.za>
Approved by: Phillip Neumann <pneumann@gmail.com> (maintainer) |
2.3.1_1 13 Jun 2011 21:25:27 |
pav |
- Mark BROKEN: does not build
Reported by: pointyhat |
2.3.1_1 07 Mar 2011 20:17:14 |
az |
Fix configuration directory location.
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) |
2.3.1 09 Feb 2011 20:12:01 |
culot |
- Update to 2.3.1
PR: ports/154556
Submitted by: Phillip Neumann <pneumann AT gmail.com> (maintainer)
Approved by: sahil@/wen@ (mentors, implicit) |
2.2.0 13 Jan 2011 06:09:59 |
wen |
- Update to 2.2.0
PR: ports/153928
Submitted by: Phillip <pneumann@gmail.com> (maintainer)
Feature safe: yes |
2.1.0_1 27 Sep 2010 20:40:16 |
olgeni |
Bump PORTREVISION in Erlang dependent ports, which need to be rebuilt
due to the new beam format. |
2.1.0 19 Sep 2010 12:46:05 |
makc |
Update to 2.1.0
PR: ports/150678
Submitted by: Phillip Neumann (maintainer) |
2.0.0 09 Sep 2010 12:38:54 |
pav |
- Update to 2.0.0
PR: ports/150168
Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer) |
1.8.0 25 Aug 2010 19:26:48 |
pav |
- Disallow on pointyhat due to beam.smp hangs |
1.8.0 22 Jul 2010 13:33:09 |
wxs |
Update to 1.8.0
PR: ports/148456
Submitted by: Phillip <pneumann@gmail.com> (maintainer) |
1.7.0 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.7.0 13 Oct 2009 08:49:28 |
dhn |
- Update to 1.7.0
PR: ports/139550
Submitted by: Phillip N. <pneumann@gmail.com> (maintainer) |
1.6.0 04 Jul 2009 17:59:45 |
bms |
Use pkg-message.in instead of post-install so it will appear in a
binary package.
Push UID/GID/group/user substitutions into Makefile, use SUBST_LIST.
Tidy up variable definitions in Makefile.
Suggested by: wxs |
1.6.0 04 Jul 2009 12:40:50 |
bms |
Add a note about rabbitmqctl and how to use it properly to the
post-install target. |
1.6.0 04 Jul 2009 12:21:55 |
bms |
Fix substitution for port's /etc directory location.
Use LOCALBASE, not PREFIX, for previously installed ports (i.e. Erlang).
I'm not going to fix the man pages, for the moment. |
1.6.0 04 Jul 2009 12:00:11 |
bms |
fix rotate_logs and status sub-commands in rc.d script;
the shell functions use the wrong quoting. |
1.6.0 24 Jun 2009 09:05:32 |
bms |
Update to 1.6.0 beta release.
Qpid Python broker test runs largely as expected. |
1.5.5 09 Jun 2009 07:11:32 |
bms |
Remove erroneous whitespace.
Explicitly fix permissions of BEAM files in pre-install target. |
1.5.5 09 Jun 2009 06:55:20 |
bms |
Update to release 1.5.5 by request.
* 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. |
1.5.0 30 Dec 2008 10:57:17 |
miwi |
- Update to 1.5.0
PR: 129751
Submitted by: "Phillip N." <pneumann@gmail.com> (maintainer) |
1.4.0_2 29 Oct 2008 01:02:22 |
wxs |
Add missing pkg-install.in which I forgot in my last commit. |
1.4.0_2 29 Oct 2008 01:01:35 |
wxs |
- Add UID and GID entries for net/rabbitmq.
- Convince RC script to use rabbitmq user.
PR: ports/128108
Submitted by: Nick Barkas <snb@threerings.net>
Approved by: Phillip N. <pneumann@gmail.com> (maintainer) |
1.4.0_1 03 Sep 2008 15:51:10 |
amdmi3 |
- Change rabbitmq to rabbitmq_server in TARGET_DIR to match rabbitmq install
docs recommendation
- Fix rcscript
- Create var/etc dirs on package installation and correctly dirrmtry them on
deinstallation
PR: 127033
Submitted by: Barry Pederson <bp at barryp dot org>
Approved by: "Phillip N." <pneumann at gmail dot com> (maintainer) |
1.4.0 20 Aug 2008 02:46:20 |
vanilla |
Upgrade to 1.4.0.
PR: ports/126560
Submitted by: maintainer |
1.3.0 14 Jul 2008 01:51:37 |
vanilla |
Add rabbitmq 1.3.0, rabbitMQ is an implementation of AMQP.
PR: ports/125553
Submitted by: Phillip Neumann <pneumann at gmail.com> |