From owner-svn-ports-head@freebsd.org Fri Feb 22 19:14:35 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 822FD14F74B8; Fri, 22 Feb 2019 19:14:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24EA882D3A; Fri, 22 Feb 2019 19:14:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B5D29A4D; Fri, 22 Feb 2019 19:14:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1MJEY5B061385; Fri, 22 Feb 2019 19:14:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1MJEYPA061384; Fri, 22 Feb 2019 19:14:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201902221914.x1MJEYPA061384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 22 Feb 2019 19:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493582 - head/databases/pgbouncer X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/pgbouncer X-SVN-Commit-Revision: 493582 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 24EA882D3A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2019 19:14:35 -0000 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