Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2019 19:14:34 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493582 - head/databases/pgbouncer
Message-ID:  <201902221914.x1MJEYPA061384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Feb 22 19:14:34 2019
New Revision: 493582
URL: https://svnweb.freebsd.org/changeset/ports/493582

Log:
  databases/pgbouncer: update to 1.9.0
  
  PR:		235924
  Submitted by:	m.tsatsenko@gmail.com (maintainer)

Modified:
  head/databases/pgbouncer/Makefile   (contents, props changed)
  head/databases/pgbouncer/distinfo   (contents, props changed)

Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile	Fri Feb 22 19:12:48 2019	(r493581)
+++ head/databases/pgbouncer/Makefile	Fri Feb 22 19:14:34 2019	(r493582)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgbouncer
-PORTVERSION=	1.8.1
+PORTVERSION=	1.9.0
 CATEGORIES=	databases
 MASTER_SITES=	https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \
 		http://pgbouncer.github.io/downloads/files/${PORTVERSION}/
@@ -15,15 +15,15 @@ LICENSE=	BSD2CLAUSE
 LIB_DEPENDS=	libevent.so:devel/libevent
 BUILD_DEPENDS+=	${LOCALBASE}/bin/gsed:textproc/gsed
 
+USES=		gmake ssl
+
 PORTSCOUT=	site:https://pgbouncer.github.io/downloads/
 
 USERS=		pgbouncer
 GROUPS=		pgbouncer
 
 USE_RC_SUBR=	pgbouncer
-
 GNU_CONFIGURE=	yes
-USES=		gmake ssl
 
 OPTIONS_DEFINE=	CARES
 CARES_LIB_DEPENDS=	libcares.so:dns/c-ares

Modified: head/databases/pgbouncer/distinfo
==============================================================================
--- head/databases/pgbouncer/distinfo	Fri Feb 22 19:12:48 2019	(r493581)
+++ head/databases/pgbouncer/distinfo	Fri Feb 22 19:14:34 2019	(r493582)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523524075
-SHA256 (pgbouncer-1.8.1.tar.gz) = fa8bde2a2d2c8c80d53a859f8e48bc6713cf127e31c77d8f787bbc1d673e8dc8
-SIZE (pgbouncer-1.8.1.tar.gz) = 465930
+TIMESTAMP = 1550794333
+SHA256 (pgbouncer-1.9.0.tar.gz) = 39eca9613398636327e79cbcbd5b41115035bca9ca1bd3725539646468825f04
+SIZE (pgbouncer-1.9.0.tar.gz) = 469300



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