| non port: net/rabbitmq/Makefile |
Number of commits found: 152 (showing only 52 on this page) |
|
Tuesday, 12 Aug 2014
|
08:28 olgeni
Upgrade to version 3.3.5.
 |
|
Tuesday, 22 Jul 2014
|
10:27 olgeni
Install sample rabbitmq.config.
Fix etc paths in rabbitmq-env.conf(5).
 |
|
Tuesday, 24 Jun 2014
|
13:47 olgeni
Upgrade to version 3.3.4.
 |
|
Tuesday, 17 Jun 2014
|
11:46 olgeni
Upgrade to version 3.3.3.
 |
|
Monday, 9 Jun 2014
|
10:57 olgeni
Upgrade to version 3.3.2.
 |
|
Tuesday, 29 Apr 2014
|
15:02 olgeni
Upgrade to version 3.3.1.
 |
|
Thursday, 3 Apr 2014
|
10:41 olgeni
Upgrade net/rabbitmq to 3.3.0.
- Add optional installation of rabbitmqadmin script.
- Note the new guest user behavior in UPDATING.
 |
|
Tuesday, 4 Mar 2014
|
14:47 olgeni
Upgrade to version 3.2.4.
 |
|
Wednesday, 12 Feb 2014
|
14:03 mat
Fix old makeplist bug.
Pointy hat to: people who blindly use makeplist
Sponsored by: Absolight
 |
|
Thursday, 6 Feb 2014
|
15:00 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)
 |
|
Friday, 24 Jan 2014
|
10:36 olgeni
Upgrade to version 3.2.3 and add LICENSE.
 |
|
Tuesday, 21 Jan 2014
|
15:40 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>
 |
|
Friday, 10 Jan 2014
|
09:29 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,[]]}}}
 |
|
Wednesday, 8 Jan 2014
|
12:35 olgeni
- Upgrade to version 3.2.2
- Take over maintainership
- Add staging support
PR: ports/184036
Submitted by: olgeni
Approved by: maintainer timeout
 |
|
Monday, 23 Dec 2013
|
21:11 antoine
Fix some symlinks after getting rid of implicit lang/python dependency
 |
|
Saturday, 14 Dec 2013
|
22:03 wg
net/rabbitmq: fix usage of python
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
 |
|
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
 |
|
Saturday, 24 Aug 2013
|
20:04 olgeni
Upgrade to version 3.1.5.
PR: ports/180389 (plus local changes)
Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru>
Approved by: maintainer timeout
 |
|
Monday, 20 May 2013
|
16:01 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)
 |
|
Thursday, 29 Nov 2012
|
16:13 wxs
Update to 3.0.0.
PR: ports/173957
Submitted by: wxs@
Approved by: maintainer (private mail)
Feature safe: yes
 |
|
Wednesday, 15 Aug 2012
|
13:37 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.
 |
|
Thursday, 19 Jul 2012
|
05:36 jgh
- update to 2.8.4
PR: ports/169866
Submitted by: kenji.rikitake@acm.org
Approved by: maintainer, pneumann@gmail.com
 |
|
Friday, 4 May 2012
|
20:21 jgh
- Update to 2.8.2
PR: ports/167542
Submitted by: maintainer, pneumann@gmail.com
 |
|
Thursday, 2 Feb 2012
|
17:41 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)
 |
|
Sunday, 29 Jan 2012
|
11:04 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)
 |
|
Thursday, 10 Nov 2011
|
03:42 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)
 |
|
Wednesday, 19 Oct 2011
|
05:13 culot
- Update to 2.6.1
PR: ports/161757
Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer)
 |
|
Wednesday, 7 Sep 2011
|
19:41 crees
Update to 2.6.0
PR: ports/160336
Submitted by: Phillip <pneumann@gmail.com> (maintainer)
 |
|
Wednesday, 31 Aug 2011
|
12:36 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)
 |
|
Wednesday, 10 Aug 2011
|
19:00 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)
 |
|
Tuesday, 14 Jun 2011
|
19:34 swills
- Fix build
PR: ports/157422
Submitted by: Antoine van Gelder <antoine@artifactual.org.za>
Approved by: Phillip Neumann <pneumann@gmail.com> (maintainer)
 |
|
Monday, 13 Jun 2011
|
21:25 pav
- Mark BROKEN: does not build
Reported by: pointyhat
 |
|
Monday, 7 Mar 2011
|
20:17 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)
 |
|
Wednesday, 9 Feb 2011
|
20:12 culot
- Update to 2.3.1
PR: ports/154556
Submitted by: Phillip Neumann <pneumann AT gmail.com> (maintainer)
Approved by: sahil@/wen@ (mentors, implicit)
 |
|
Thursday, 13 Jan 2011
|
06:09 wen
- Update to 2.2.0
PR: ports/153928
Submitted by: Phillip <pneumann@gmail.com> (maintainer)
Feature safe: yes
 |
|
Monday, 27 Sep 2010
|
20:40 olgeni
Bump PORTREVISION in Erlang dependent ports, which need to be rebuilt
due to the new beam format.
 |
|
Sunday, 19 Sep 2010
|
12:46 makc
Update to 2.1.0
PR: ports/150678
Submitted by: Phillip Neumann (maintainer)
 |
|
Thursday, 9 Sep 2010
|
12:38 pav
- Update to 2.0.0
PR: ports/150168
Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer)
 |
|
Wednesday, 25 Aug 2010
|
19:26 pav
- Disallow on pointyhat due to beam.smp hangs
 |
|
Thursday, 22 Jul 2010
|
13:33 wxs
Update to 1.8.0
PR: ports/148456
Submitted by: Phillip <pneumann@gmail.com> (maintainer)
 |
|
Tuesday, 13 Oct 2009
|
08:49 dhn
- Update to 1.7.0
PR: ports/139550
Submitted by: Phillip N. <pneumann@gmail.com> (maintainer)
 |
|
Saturday, 4 Jul 2009
|
17:59 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
 |
12:40 bms
Add a note about rabbitmqctl and how to use it properly to the
post-install target.
 |
12:21 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.
 |
|
Wednesday, 24 Jun 2009
|
09:05 bms
Update to 1.6.0 beta release.
Qpid Python broker test runs largely as expected.
 |
|
Tuesday, 9 Jun 2009
|
07:11 bms
Remove erroneous whitespace.
Explicitly fix permissions of BEAM files in pre-install target.
 |
06:55 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.
 |
|
Tuesday, 30 Dec 2008
|
10:57 miwi
- Update to 1.5.0
PR: 129751
Submitted by: "Phillip N." <pneumann@gmail.com> (maintainer)
 |
|
Wednesday, 29 Oct 2008
|
01:01 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)
 |
|
Wednesday, 3 Sep 2008
|
15:51 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)
 |
|
Wednesday, 20 Aug 2008
|
02:46 vanilla
Upgrade to 1.4.0.
PR: ports/126560
Submitted by: maintainer
 |
|
Monday, 14 Jul 2008
|
01:51 vanilla
Add rabbitmq 1.3.0, rabbitMQ is an implementation of AMQP.
PR: ports/125553
Submitted by: Phillip Neumann <pneumann at gmail.com>
 |
Number of commits found: 152 (showing only 52 on this page) |