Commit graph

26 commits

Author SHA1 Message Date
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
Ashish SHUKLA
3c2476fa4b - Update port to 2.1.9
- Remove unneeded patches
- Move LICENSE to its own section
- Whitespace fix in pkg-descr

Changes:	http://www.ejabberd.im/ejabberd-2.1.9
PR:		ports/161962
Submitted by:	Ruslan Mahamatkhanov <cvs-src@yandex.ru>
2011-10-30 12:31:36 +00:00
Ashish SHUKLA
0cd6a9f4cf - Pass ERL_EPMD_ADDRESS to other actions of rc.d script, missed from last time
- Bump PORTREVISION

Reported by:	Vick Khera <vivek@khera.org> (via private email)
2011-09-24 18:50:05 +00:00
Ashish SHUKLA
bdefd0da08 - Explicitly specify ERL_EPMD_ADDRESS to ejabberd rc.d script during
startup to avoid unexpected behaviour.
- Bump PORTREVISION

PR:		ports/158357
Submitted by:	Maxim Ignatenko <gelraen.ua@gmail.com>
2011-09-19 15:52:30 +00:00
Ashish SHUKLA
ce190bc1cc - Update to 2.1.8
- Silence ${FIND} output
- Rename patch-src::ejabberdctl.template to patch-src_ejabberdctl.template (portlint warning)

PR:		ports/158137
Submitted by:	Ruslan Mahamatkhanov <cvs-src@yandex.ru>
Security:	http://vuxml.org/freebsd/01d3ab7d-9c43-11e0-bc0f-0014a5e3cda6.html
2011-06-24 13:49:46 +00:00
Ashish SHUKLA
a9c5e00be3 - Update to 2.1.6
- Cleanup pkg-plist
- Switch to USERS/GROUPS knobs instead of manual creating
- Remove support for unsupported FreeBSD versions
- Add PAM support[1]

PR:		ports/156850
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>, lstewart[1] (via private email)
2011-05-10 16:44:25 +00:00
Jimmy Olgeni
2ae704fad3 Teach the original Makefile about NOPORTDOCS.
Reported by:	QAT
2010-09-30 20:05:20 +00:00
Jimmy Olgeni
5241402356 Unbreak by upgrading to 2.1.5 (including 6.x support).
PR:		ports/151073
Approved by:	maintainer (see PR)
2010-09-30 16:22:15 +00:00
Ulrich Spörlein
16fca7c22a - Update to 2.1.3
Reviewed by:	itetcu
Approved by:	philip and ed (mentors)
2010-04-09 05:27:36 +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
Ulrich Spörlein
f33d475ca5 - Update to lastest release 2.1.2 [1]
- Bring rc script more in line with rc.subr [2]

PR:		(based on) 143160 [1], 143366 [2]
Submitted by:	Matias Surdi <matiassurdi at gmail> [1]
Reviewed by:	miwi
Approved by:	philip (mentor)
2010-02-05 18:48:47 +00:00
Martin Wilke
b50e7cf6b0 - Fix crash after latest erlang update
PR:		135593
Submitted by:	Bartosz Stec <admin@kkip.pl>
2009-07-28 07:11:01 +00:00
Xin LI
48ddf8b4bf Update to 2.0.5.
PR:		ports/133981
Submitted by:	Denis Shaposhnikov <dsh wizard volgograd ru>
Approved by:	maintainer timeout
2009-05-29 18:01:26 +00:00
Xin LI
f0280bc8c0 Update to 2.0.3.
Submitted by:	"Mikle Davidkin" <skylord linkline ru>
PR:		128463
Approved by:	maintainer timeout
2009-03-16 08:38:32 +00:00
Shaun Amott
297f3ad4e8 Fix build with the latest version of Erlang.
Submitted by:	Derek Kuliński, pointyhat via erwin
Obtained from:	http://support.process-one.net/browse/EJAB-446
2007-12-28 18:06:40 +00:00
Shaun Amott
669ca75545 Upgrade to 1.1.4. 2007-10-30 03:02:27 +00:00
Renato Botelho
0e8c34c0e9 - Update to 1.1.1 (fixes a security issue)
- Ensure ejabberd can find its files

PR:		ports/96675
Poked by:	Denis Shaposhnikov
Submitted by:	maintainer
2006-05-08 12:37:38 +00:00
Renato Botelho
61a4f1ab1d - Update to 1.1 [1]
- Fix rc.d script
- Change UID and GID of ejabberd user and group, to prevent conflicts with
  another applications

PR:		ports/96001, ports/94163, ports/91555
Submitted by:	maintainer, garga [1]
Approved by:	maintainer [1]
2006-04-25 17:48:48 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +00:00
Vsevolod Stakhov
6ed6eabe57 Update to 0.9.8 [1]
Fix default installation paths to preserve erlang cookies [2]

Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> [1]
		Alexander Timoshenko <gonzo@univ.kiev.ua> [2]
PR:		84383 [2]
Approved by:	perky (mentor)
2005-08-28 15:51:48 +00:00
Pav Lucistnik
61a4e3b609 - Update to 0.9.1
PR:		ports/81431
Submitted by:	Lars Eggert <lars.eggert@gmx.net>
Approved by:	Alexander Timoshenko <gonzo@univ.kiev.ua> (maintainer)
2005-05-25 16:26:41 +00:00
Pav Lucistnik
b3bc33f3b1 - Update to 0.9
PR:		ports/80252
Submitted by:	Lars Eggert <lars.eggert@gmx.net>, this patch by
		Alexander Timoshenko <gonzo@univ.kiev.ua> (maintainer)
2005-04-24 21:37:41 +00:00
Dmitry Sivachenko
aa84378396 Add a file I forgot to add during update. 2004-10-26 07:48:12 +00:00
Dmitry Sivachenko
85a6f6d7f6 Update to version 0.7.5.
PR:		72981
Submitted by:	maintainer
2004-10-25 07:25:02 +00:00
Maxim Sobolev
69673721f1 Add some patches submitted by maintainer privately, not via PR. 2004-08-19 10:15:58 +00:00
Maxim Sobolev
cfef370297 Add ejabberd 0.7, free and Open Source distributed fault-tolerant Jabber
server.

PR:		ports/69339
Submitted by:	Alexander Timoshenko <gonzo@univ.kiev.ua>
2004-08-19 10:11:13 +00:00