diff options
author | swills <swills@FreeBSD.org> | 2019-02-23 03:14:34 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-02-23 03:14:34 +0800 |
commit | d0d863ace474fc13ed43528dbc0834d2bd4f1961 (patch) | |
tree | d62a1578ec6c178f28e29a6101da2fe16af12cfa /databases | |
parent | b48d2ac31c2ce71d2255b0cb738dd8855d6ddf31 (diff) | |
download | freebsd-ports-gnome-d0d863ace474fc13ed43528dbc0834d2bd4f1961.tar.gz freebsd-ports-gnome-d0d863ace474fc13ed43528dbc0834d2bd4f1961.tar.zst freebsd-ports-gnome-d0d863ace474fc13ed43528dbc0834d2bd4f1961.zip |
databases/pgbouncer: update to 1.9.0
PR: 235924
Submitted by: m.tsatsenko@gmail.com (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgbouncer/Makefile | 6 | ||||
-rw-r--r-- | databases/pgbouncer/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index 9f7cb30e27c6..962a413108cb 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -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 diff --git a/databases/pgbouncer/distinfo b/databases/pgbouncer/distinfo index 263e211a3424..a5371743d161 100644 --- a/databases/pgbouncer/distinfo +++ b/databases/pgbouncer/distinfo @@ -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 |