Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 12:08:22 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515188 - head/databases/pgbouncer
Message-ID:  <201910221208.x9MC8Mb7011091@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Tue Oct 22 12:08:22 2019
New Revision: 515188
URL: https://svnweb.freebsd.org/changeset/ports/515188

Log:
  databases/pgbouncer: Update to 1.12.0
  
  - update to 1.12.0
  - add USE=pkgconfig for libevent
  
  Changes: https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_12_0
  
  PR:		241331
  Submitted by:	Loïc Bartoletti <lbartoletti@tuxfamily.org>
  Approved by:	m.tsatsenko@gmail.com (maintainer), araujo (mentor)
  Differential Revision:	https://reviews.freebsd.org/D22097

Modified:
  head/databases/pgbouncer/Makefile
  head/databases/pgbouncer/distinfo

Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile	Tue Oct 22 11:21:42 2019	(r515187)
+++ head/databases/pgbouncer/Makefile	Tue Oct 22 12:08:22 2019	(r515188)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgbouncer
-PORTVERSION=	1.9.0
-PORTREVISION=	1
+PORTVERSION=	1.12.0
 CATEGORIES=	databases
 MASTER_SITES=	https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \
 		http://pgbouncer.github.io/downloads/files/${PORTVERSION}/
@@ -16,7 +15,7 @@ LICENSE=	BSD2CLAUSE
 LIB_DEPENDS=	libevent.so:devel/libevent
 BUILD_DEPENDS+=	${LOCALBASE}/bin/gsed:textproc/gsed
 
-USES=		gmake ssl
+USES=		gmake ssl pkgconfig
 
 PORTSCOUT=	site:https://pgbouncer.github.io/downloads/
 

Modified: head/databases/pgbouncer/distinfo
==============================================================================
--- head/databases/pgbouncer/distinfo	Tue Oct 22 11:21:42 2019	(r515187)
+++ head/databases/pgbouncer/distinfo	Tue Oct 22 12:08:22 2019	(r515188)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550794333
-SHA256 (pgbouncer-1.9.0.tar.gz) = 39eca9613398636327e79cbcbd5b41115035bca9ca1bd3725539646468825f04
-SIZE (pgbouncer-1.9.0.tar.gz) = 469300
+TIMESTAMP = 1571410649
+SHA256 (pgbouncer-1.12.0.tar.gz) = 1b3c6564376cafa0da98df3520f0e932bb2aebaf9a95ca5b9fa461e9eb7b273e
+SIZE (pgbouncer-1.12.0.tar.gz) = 567465



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910221208.x9MC8Mb7011091>