1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

61 Commits

Author SHA1 Message Date
Ashish SHUKLA
bd830b0955 - Update to 14.05[1]
- Add a separate tarball to contain dependencies.
- Add OPTIONS for HTTP, STUN, JSON, MYSQL, PGSQL, LAGER, and ICONV
- Add diff to install epam binary[2]

PR:		ports/189812[1]
Submitted by:	Joseph Benden <joe at thrallingpenguin.com>[1],
		Christophe Romain <christophe.romain at process-one.net>[2]
2014-05-25 03:55:50 +00:00
Mathieu Arnold
0cfd925acd Have OPTIONS_SUB also fill in SUB_LIST.
Fix two ports that would have been broken with this change.

With hat:	portmgr
2014-03-25 18:19:44 +00:00
Ashish SHUKLA
a7d5bfaf28 - Fix brokenness on 10-RELEASE due to expat library
- Remove ABI version from LIB_DEPENDS
- Add STAGE support
- Add option for documentation
- Use OptionsNG helpers

PR:		ports/186274 ports/185594
2014-02-05 08:24:45 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Ashish SHUKLA
92c9d9af4c - Update to 2.1.13
Submitted by:	damir bikmuhametov <boco at ufanet.ru> (private email)
2013-09-09 14:48:31 +00:00
Baptiste Daroussin
b3e4e19ddc Add an explicit dependency on pkgconf 2013-09-03 09:59:01 +00:00
Jason Helfman
4c6703ce1d - adoption of optionsNG framework
Approved by:	portmgr (bapt)
2013-05-23 16:10:43 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Ashish SHUKLA
c22ae1ac86 - Update to 2.1.11
Changes:	http://www.ejabberd.im/ejabberd-2.1.11
2012-05-18 19:28:41 +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
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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Pav Lucistnik
e9cc7471f8 - Mark BROKEN on 6.X: does not compile
Reported by:	pointyhat
2010-10-24 21:59:42 +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
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
Ashish SHUKLA
2bc822d8e8 - Update port to 2.1.4.
- Add LICENSE information.
- Add support for NOPORTDOCS.
- Adopt port.

PR:		ports/147911
Submitted by:	Denis Shaposhnikov <dsh@wizard.volgograd.ru>
Approved by:	pgj (mentor)
2010-07-13 23:35:07 +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
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Martin Wilke
bc3c81a0b0 - Fix plist
Reported by:	erwinbot
2009-07-29 08:26:52 +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
Shaun Amott
4036b19d97 With regret, return these to the pool. 2009-07-22 02:07:05 +00:00
Shaun Amott
e36d81dc93 Remove references to my mirror, which will be decommissioned shortly;
fall back to FreeBSD mirrors in case the port has no others.
2009-07-19 18:59:40 +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
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +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
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Shaun Amott
7e113100c5 Bump PORTREVISION to sync with lang/erlang. 2007-02-03 14:06:30 +00:00
Shaun Amott
f2f0e0ebba - Upgrade to 1.1.2.
- Add an ODBC option.
2006-10-05 19:11:40 +00:00
Shaun Amott
666ea71965 Bump PORTREVISION to sync with lang/erlang. 2006-09-09 01:02:38 +00:00
Shaun Amott
5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00
Edwin Groothuis
d4c1ab4505 [MAINTAINER] net-im/ejabberd: Bump PORTREVISION to keep in syncwith erlang
ejabberd needs to be rebuilt whenever lang/erlang is upgraded.
    The erlang port was recently updated, so ejabberd needs
    PORTREVISION bumping.

PR:		ports/98470:
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-06-04 01:43:57 +00:00
Edwin Groothuis
9569e2a99c fix WWW 2006-05-23 11:41:05 +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
Emanuel Haupt
f78cf042fb Add an additional mirror.
Submitted by:	Shaun Amott <shaun@inerd.com> (maintainer)
2006-04-29 09:14:52 +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
Edwin Groothuis
dc51534cba Welcome new maintainer!
PR:		ports/95772
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-04-15 06:51:44 +00:00
Mark Linimon
0025f82662 Reset vsevolod as maintainer due to unreponsiveness. We hope to see him
back sometime.

Hat:		portmgr
2006-04-14 18:14:59 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Edwin Groothuis
fa9ffd85cd Update port: net-im/ejabberd (new release)
Upgrade to ejabberd-1.0.0

PR:		ports/90597
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
Approved by:	maintainer timeout
2006-01-07 07:39:50 +00:00