svn commit: r371349 - head/databases/pgbouncer
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 22 08:29:00 UTC 2014
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
- at dir(%%PGBOUNCER_USER%%,%PGBOUNCER_GROUP%%,) %%PGBOUNCER_LOGDIR%%
- at dir(%%PGBOUNCER_USER%%,%PGBOUNCER_GROUP%%,) %%PGBOUNCER_RUNDIR%%
+ at dir(%%PGBOUNCER_USER%%,%%PGBOUNCER_GROUP%%,) %%PGBOUNCER_LOGDIR%%
+ at dir(%%PGBOUNCER_USER%%,%%PGBOUNCER_GROUP%%,) %%PGBOUNCER_RUNDIR%%
More information about the svn-ports-head
mailing list