Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Nov 2021 18:04:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259474] databases/pgbouncer: Fix config file
Message-ID:  <bug-259474-7788-fak5lPdATb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259474-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259474-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259474

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D3b29bf80e1405bd318e0bc2f402de42=
8e53d9ee3

commit 3b29bf80e1405bd318e0bc2f402de428e53d9ee3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2021-11-05 18:00:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2021-11-05 18:04:18 +0000

    databases/pgbouncer: Fix config file

    - No need to replace pgbouncer.log as the config mentions the absolute =
path
      /var/log/pgbouncer/pgbouncer.log now
    - No need to replace pgbouncer.pid as the config mentions the absolute =
path
      /var/run/pgbouncer/pgbouncer.log now
    - References to other files in /etc/ is changed with ${PREFIX}/etc
specially
      pgbouncer.users which had a reference to /etc directory
    - No longer requires gsed so removed the BUILD_DEPENDS
    - There was a pkg-message.in file which was not called using SUB_FILES;
added
      accordingly

    PR: 259474
    Approved by: m.tsatsenko@gmail.com (maintainer)
    Sponsored by: Bounce Experts

 databases/pgbouncer/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259474-7788-fak5lPdATb>