Created attachment 165753 [details] the patch - Update the port to 1.7 QA: http://pkg.tsatsenko.ru/logs/bulk/93amd64-default/2016-01-18_13h48m16s/logs/pgbouncer-1.7.log
Hi, I'm getting a build failure on 10.2-STABLE: lucid-nonsense:~...ports/databases/pgbouncer:% make make: "/home/matthew/work/ports/databases/pgbouncer/Makefile" line 29: Malformed conditional (${OSVERSION} < 1000000) make: Fatal errors encountered -- cannot continue make: stopped in /home/matthew/work/ports/databases/pgbouncer That's because ${OSVERSION} has to occur after .include <bsd.port.pre.mk> Also, I believe you should test OPSYS as well as OSVERSION to ensure portability to DragonFly. I've modified your patch to fix those problems, and I'll commit it soon.
A commit references this bug: Author: matthew Date: Mon Jan 18 11:37:39 UTC 2016 New revision: 406562 URL: https://svnweb.freebsd.org/changeset/ports/406562 Log: Update to 1.7 - Adds the ability to connect via TLS PR: 206365 Submitted by: m.tsatsenko@gmail.com (maintainer) Changes: head/databases/pgbouncer/Makefile head/databases/pgbouncer/distinfo
Committed, thanks!