1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Jimmy Olgeni
9529968f06 Upgrade to version 3.3.2. 2014-06-09 10:57:51 +00:00
Jimmy Olgeni
861558dd50 Upgrade to version 3.3.1. 2014-04-29 15:02:34 +00:00
Jimmy Olgeni
8575d08393 Upgrade net/rabbitmq to 3.3.0.
- Add optional installation of rabbitmqadmin script.
- Note the new guest user behavior in UPDATING.
2014-04-03 10:41:14 +00:00
Jimmy Olgeni
b7f762c8b0 Upgrade to version 3.2.4. 2014-03-04 14:47:57 +00:00
Mathieu Arnold
33ab73cd19 Fix old makeplist bug.
Pointy hat to:	people who blindly use makeplist
Sponsored by:	Absolight
2014-02-12 14:03:25 +00:00
Jimmy Olgeni
0a105e1045 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)
2014-02-06 15:00:25 +00:00
Jimmy Olgeni
558f41538b Upgrade to version 3.2.3 and add LICENSE. 2014-01-24 10:36:33 +00:00
Jimmy Olgeni
a62402190b - Export HOME before starting RabbitMQ node.
- After starting, wait for RabbitMQ to be available.

PR:		ports/185962
Submitted by:	Anes Mukhametov <anes@anes.su>
2014-01-21 15:40:07 +00:00
Jimmy Olgeni
43ce726eae 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,[]]}}}
2014-01-10 09:29:04 +00:00
Jimmy Olgeni
7c1c731c87 - Upgrade to version 3.2.2
- Take over maintainership
- Add staging support

PR:		ports/184036
Submitted by:	olgeni
Approved by:	maintainer timeout
2014-01-08 12:35:39 +00:00
Antoine Brodin
ae661fb64e Fix some symlinks after getting rid of implicit lang/python dependency 2013-12-23 21:11:45 +00:00
William Grzybowski
73d4f985b1 net/rabbitmq: fix usage of python
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-14 22:03:54 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Jimmy Olgeni
0163467d8c Upgrade to version 3.1.5.
PR:		ports/180389 (plus local changes)
Submitted by:	Anton Yuzhaninov <ayuzhaninov@openstat.ru>
Approved by:	maintainer timeout
2013-08-24 20:04:01 +00:00
William Grzybowski
c8abb5314b - 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)
2013-05-20 16:01:51 +00:00
Wesley Shields
f0ca96bf92 Update to 3.0.0.
PR:		ports/173957
Submitted by:	wxs@
Approved by:	maintainer (private mail)
Feature safe:	yes
2012-11-29 16:13:26 +00:00
Jimmy Olgeni
137938443f 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.
2012-08-15 13:37:44 +00:00
Jason Helfman
762c13c1c5 - update to 2.8.4
PR:     ports/169866
Submitted by:   kenji.rikitake@acm.org
Approved by:    maintainer, pneumann@gmail.com
2012-07-19 05:36:32 +00:00
Jason Helfman
17d419574d - Update to 2.8.2
PR:	ports/167542
Submitted by:	maintainer, pneumann@gmail.com
2012-05-04 20:21:30 +00:00
Jason Helfman
2a572a9e9b - 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)
2012-02-02 17:41:14 +00:00
Li-Wen Hsu
ccf7addce4 - 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)
2012-01-29 11:04:36 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Cheng-Lung Sung
440a026076 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)
2011-11-10 03:42:09 +00:00
Frederic Culot
2a8d918757 - Update to 2.6.1
PR:		ports/161757
Submitted by:	Phillip Neumann <pneumann@gmail.com> (maintainer)
2011-10-19 05:13:49 +00:00
Chris Rees
e31167bdac Update to 2.6.0
PR:		ports/160336
Submitted by:	Phillip <pneumann@gmail.com> (maintainer)
2011-09-07 19:41:30 +00:00
Chris Rees
50b021969e 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)
2011-08-31 12:36:27 +00:00
Steve Wills
3e53706723 - Update to 2.5.1
PR:		ports/159364
Submitted by:	Andrew <andrew@flarn.com>
Approved by:	Phillip Neumann <pneumann@gmail.com> (maintainer) (with changes)
2011-08-10 19:00:33 +00:00
Steve Wills
c6fbf801f9 - Fix build
PR:		ports/157422
Submitted by:	Antoine van Gelder <antoine@artifactual.org.za>
Approved by:	Phillip Neumann <pneumann@gmail.com> (maintainer)
2011-06-14 19:34:50 +00:00
Pav Lucistnik
c145e13a8f - Mark BROKEN: does not build
Reported by:	pointyhat
2011-06-13 21:25:27 +00:00
Andrej Zverev
7971acf291 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)
2011-03-07 20:17:14 +00:00
Frederic Culot
f38f2adc94 - Update to 2.3.1
PR:		ports/154556
Submitted by:	Phillip Neumann <pneumann AT gmail.com> (maintainer)
Approved by:	sahil@/wen@ (mentors, implicit)
2011-02-09 20:12:01 +00:00
Wen Heping
ed0612d86f - Update to 2.2.0
PR:		ports/153928
Submitted by:	Phillip <pneumann@gmail.com> (maintainer)
Feature safe:	yes
2011-01-13 06:09:59 +00:00
Jimmy Olgeni
499f41f124 Bump PORTREVISION in Erlang dependent ports, which need to be rebuilt
due to the new beam format.
2010-09-27 20:40:16 +00:00
Max Brazhnikov
0978e03605 Update to 2.1.0
PR:		ports/150678
Submitted by:	Phillip Neumann (maintainer)
2010-09-19 12:46:05 +00:00
Pav Lucistnik
786f71e4bf - Update to 2.0.0
PR:		ports/150168
Submitted by:	Phillip Neumann <pneumann@gmail.com> (maintainer)
2010-09-09 12:38:53 +00:00
Pav Lucistnik
61091d1172 - Disallow on pointyhat due to beam.smp hangs 2010-08-25 19:26:48 +00:00
Wesley Shields
ee8c3d1b7c Update to 1.8.0
PR:		ports/148456
Submitted by:	Phillip <pneumann@gmail.com> (maintainer)
2010-07-22 13:33:09 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dennis Herrmann
e7d0614368 - Update to 1.7.0
PR:		ports/139550
Submitted by:	Phillip N. <pneumann@gmail.com> (maintainer)
2009-10-13 08:49:28 +00:00
Bruce M Simpson
37bb6161f0 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
2009-07-04 17:59:45 +00:00
Bruce M Simpson
1f43685518 Add a note about rabbitmqctl and how to use it properly to the
post-install target.
2009-07-04 12:40:50 +00:00
Bruce M Simpson
b143a17af5 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.
2009-07-04 12:21:55 +00:00
Bruce M Simpson
0f22d70819 fix rotate_logs and status sub-commands in rc.d script;
the shell functions use the wrong quoting.
2009-07-04 12:00:11 +00:00
Bruce M Simpson
9ad2d07ef7 Update to 1.6.0 beta release.
Qpid Python broker test runs largely as expected.
2009-06-24 09:05:32 +00:00
Bruce M Simpson
53d2368333 Remove erroneous whitespace.
Explicitly fix permissions of BEAM files in pre-install target.
2009-06-09 07:11:32 +00:00
Bruce M Simpson
a4fcd877c0 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.
2009-06-09 06:55:20 +00:00
Martin Wilke
e0d95c7757 - Update to 1.5.0
PR:		129751
Submitted by:	"Phillip N." <pneumann@gmail.com> (maintainer)
2008-12-30 10:57:17 +00:00
Wesley Shields
14fda81e71 Add missing pkg-install.in which I forgot in my last commit. 2008-10-29 01:02:22 +00:00
Wesley Shields
286741f08d - 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)
2008-10-29 01:01:34 +00:00
Dmitry Marakasov
feba621254 - 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)
2008-09-03 15:51:10 +00:00