svn commit: r361249 - head/databases/pgbouncer

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Jul 8 14:37:12 UTC 2014


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 at mamontov.net
  Approved by:	m.tsatsenko at 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" \


More information about the svn-ports-all mailing list