- Update pgbouncer from 1.1.2 to 1.2.3 - Pgbouncer cannot run as root, so add a new pgbouncer user to UIDs/GIDs (543) - Introduce pgbouncer.ini.sample and pgbouncer.users.sample instead of ${EXAMPLESDIR} - Modify startup and configuration files to use PGBOUNCER_USER, PGBOUNCER_RUNDIR and PGBOUNCER_LOGDIR - Add support for the reload rc command - Adjust pkg-message to changes Removed files: files/patch-etc...pgbouncer.ini Added files: files/pkg-install.in files/pkg-deinstall.in Very well tested (tinderbox and real world).
Responsible Changed From-To: freebsd-ports-bugs->skv Over to maintainer (via the GNATS Auto Assign Tool)
mm 2008-08-11 20:09:15 UTC FreeBSD ports repository Modified files: . GIDs UIDs UPDATING databases/pgbouncer Makefile distinfo pkg-plist databases/pgbouncer/files pgbouncer.sh.in pkg-message.in Added files: databases/pgbouncer/files pkg-deinstall.in pkg-install.in Removed files: databases/pgbouncer/files patch-etc...pgbouncer.ini Log: - 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) Revision Changes Path 1.62 +2 -1 ports/GIDs 1.73 +2 -1 ports/UIDs 1.696 +13 -1 ports/UPDATING 1.5 +54 -7 ports/databases/pgbouncer/Makefile 1.3 +3 -3 ports/databases/pgbouncer/distinfo 1.2 +0 -13 ports/databases/pgbouncer/files/patch-etc...pgbouncer.ini (dead) 1.2 +5 -2 ports/databases/pgbouncer/files/pgbouncer.sh.in 1.1 +30 -0 ports/databases/pgbouncer/files/pkg-deinstall.in (new) 1.1 +98 -0 ports/databases/pgbouncer/files/pkg-install.in (new) 1.3 +4 -5 ports/databases/pgbouncer/files/pkg-message.in 1.2 +4 -2 ports/databases/pgbouncer/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Responsible Changed From-To: skv->mm Approved takeover.
State Changed From-To: open->closed Committed. Thanks!