Commit graph

15 commits

Author SHA1 Message Date
Kurt Jaeger
702f6e0af6 databases/pgbouncer: Add patch for LibreSSL 2.5 support
PR:		219018
Submitted by:	Tom Hurst <tom@hur.st>
Approved by:	m.tsatsenko@gmail.com (maintainer)
2017-10-06 19:13:46 +00:00
Jason Unovitch
ced4208220 databases/pgbouncer: update 1.5.5 -> 1.6.1
While here, add HTTP mirror to address portlint

PR:		202957
Submitted by:	m.tsatsenko@gmail.com (maintainer)
Approved by:	feld (mentor)
2015-09-09 14:20:03 +00:00
Baptiste Daroussin
b564653452 Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
2014-07-24 13:32:58 +00:00
Steve Wills
e90080ca9a - Add STAGE support
- Depend on xmlto to generate man pages. Add DOCS option

PR:		ports/189787
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
2014-05-25 12:23:00 +00:00
Steve Wills
0f05e04d01 - Switch to libevent2
- Bump PORTREVISION
- Pet portlint

PR:		ports/182446
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
2013-11-14 19:38:40 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Sergey Skvortsov
93da9d0173 * Update to 1.5.2 [1]
* Add patch to use TCP_KEEP{CNT, IDLE, INTVL, ALIVE} [2]

Changes:	http://pgfoundry.org/forum/forum.php?forum_id=1885
PR:		ports/169463 [1]
Submitted by:	Dmitry <dmitry2004@yandex.ru> [1],
		Oleg A. Mamontov <oleg@mamontov.net> [2]
2012-07-01 08:50:48 +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
Sergey Skvortsov
572af21f20 Update to 1.4.1
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1795
PR:		ports/157702
Submitted by:	mm
2011-06-08 17:13:12 +00:00
Martin Matuska
f09b9d995b - Update to 1.4
- Fix lib/usual/endian.h
- Modify rc file - allow setting a custom configuration file

PR:		ports/153932
Approved by:	skv@FreeBSD.org (maintainer, private e-mail)
Feature safe:	yes
2011-01-15 00:06:46 +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
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Martin Matuska
c8e18c63b1 - Update pgbouncer to 1.2.3
- Add new UID and GID for pgbouncer
- Improve handling of example configuration files
- Add support for the reload rc command
- Other minor enhancements

PR:		ports/126454
Submitted by:	mm
Approved by:	skv (maintainer)
2008-08-11 20:09:15 +00:00
Sergey Skvortsov
d899e9b1ae Update to 1.1.2
PR:		ports/117639
Submitted by:	Vivek Khera <vivek xx khera.org>
2007-12-12 23:17:51 +00:00
Sergey Skvortsov
784419accc Add pgbouncer 1.0.8, lightweight connection pooler for PostgreSQL. 2007-07-22 19:02:40 +00:00