[Bug 259474] databases/pgbouncer: Fix config file

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 05 Nov 2021 18:04:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259474

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3b29bf80e1405bd318e0bc2f402de428e53d9ee3

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(-)

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