Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2014 08:29:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371349 - head/databases/pgbouncer
Message-ID:  <201410220829.s9M8T0ex015594@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct 22 08:28:59 2014
New Revision: 371349
URL: https://svnweb.freebsd.org/changeset/ports/371349
QAT: https://qat.redports.org/buildarchive/r371349/

Log:
  Fix yet another typo

Modified:
  head/databases/pgbouncer/Makefile
  head/databases/pgbouncer/pkg-plist

Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile	Wed Oct 22 07:42:10 2014	(r371348)
+++ head/databases/pgbouncer/Makefile	Wed Oct 22 08:28:59 2014	(r371349)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pgbouncer
 PORTVERSION=	1.5.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases
 MASTER_SITES=	http://pgfoundry.org/frs/download.php/3393/
 

Modified: head/databases/pgbouncer/pkg-plist
==============================================================================
--- head/databases/pgbouncer/pkg-plist	Wed Oct 22 07:42:10 2014	(r371348)
+++ head/databases/pgbouncer/pkg-plist	Wed Oct 22 08:28:59 2014	(r371349)
@@ -3,5 +3,5 @@ man/man1/pgbouncer.1.gz
 man/man5/pgbouncer.5.gz
 @sample etc/pgbouncer.ini.sample
 @sample etc/pgbouncer.users.sample
-@dir(%%PGBOUNCER_USER%%,%PGBOUNCER_GROUP%%,) %%PGBOUNCER_LOGDIR%%
-@dir(%%PGBOUNCER_USER%%,%PGBOUNCER_GROUP%%,) %%PGBOUNCER_RUNDIR%%
+@dir(%%PGBOUNCER_USER%%,%%PGBOUNCER_GROUP%%,) %%PGBOUNCER_LOGDIR%%
+@dir(%%PGBOUNCER_USER%%,%%PGBOUNCER_GROUP%%,) %%PGBOUNCER_RUNDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410220829.s9M8T0ex015594>