Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 14:37:11 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361249 - head/databases/pgbouncer
Message-ID:  <201407081437.s68EbB89007873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Jul  8 14:37:11 2014
New Revision: 361249
URL: http://svnweb.freebsd.org/changeset/ports/361249
QAT: https://qat.redports.org/buildarchive/r361249/

Log:
  Fix substitution in files/pgbounce.in.
  
  PR:		191698
  Submitted by:	oleg@mamontov.net
  Approved by:	m.tsatsenko@gmail.com (maintainer)

Modified:
  head/databases/pgbouncer/Makefile

Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile	Tue Jul  8 14:30:27 2014	(r361248)
+++ head/databases/pgbouncer/Makefile	Tue Jul  8 14:37:11 2014	(r361249)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pgbouncer
 PORTVERSION=	1.5.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://pgfoundry.org/frs/download.php/3393/
 
@@ -51,6 +51,8 @@ PLIST_SUB+=	PGBOUNCER_USER="${USERS}" \
 		PGBOUNCER_LOGDIR="${PGBOUNCER_LOGDIR}" \
 		PGBOUNCER_RUNDIR="${PGBOUNCER_RUNDIR}"
 
+SUB_LIST+=	PGBOUNCER_RUNDIR="${PGBOUNCER_RUNDIR}"
+
 post-patch:
 	@${REINPLACE_CMD} -e "s|= pgbouncer.log|= ${PGBOUNCER_LOGDIR}/pgbouncer.log|g" \
 		-e "s|= pgbouncer.pid|= ${PGBOUNCER_RUNDIR}/pgbouncer.pid|g" \



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