Bug 206365 - databases/pgbouncer: Update to 1.7
Summary: databases/pgbouncer: Update to 1.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthew Seaman
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-01-18 10:51 UTC by m.tsatsenko
Modified: 2016-01-18 11:38 UTC (History)
1 user (show)

See Also:


Attachments
the patch (1.18 KB, text/plain)
2016-01-18 10:51 UTC, m.tsatsenko
m.tsatsenko: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description m.tsatsenko 2016-01-18 10:51:50 UTC
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
Comment 1 Matthew Seaman freebsd_committer freebsd_triage 2016-01-18 11:35:05 UTC
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.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-01-18 11:38:06 UTC
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
Comment 3 Matthew Seaman freebsd_committer freebsd_triage 2016-01-18 11:38:41 UTC
Committed, thanks!