diff options
author | delphij <delphij@FreeBSD.org> | 2015-06-11 04:28:54 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-06-11 04:28:54 +0800 |
commit | 1031c5b440302a27f79973cee8387ee4409401a9 (patch) | |
tree | 306f124eaa5698e8ee08e7516cc86019b266dbd2 | |
parent | da551482abbf4216e270af82d518d4f2ed932fbd (diff) | |
download | freebsd-ports-graphics-1031c5b440302a27f79973cee8387ee4409401a9.tar.gz freebsd-ports-graphics-1031c5b440302a27f79973cee8387ee4409401a9.tar.zst freebsd-ports-graphics-1031c5b440302a27f79973cee8387ee4409401a9.zip |
Security update to 1.5.5, while there also move the
upstream to github.
PR: 200537
Approved by: maintainer
MFH: 2015Q2 (test)
-rw-r--r-- | databases/pgbouncer/Makefile | 7 | ||||
-rw-r--r-- | databases/pgbouncer/distinfo | 4 | ||||
-rw-r--r-- | databases/pgbouncer/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index 4c7b2caaad9..402c41ee08e 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pgbouncer -PORTVERSION= 1.5.4 -PORTREVISION= 6 +PORTVERSION= 1.5.5 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/3393/ +MASTER_SITES= https://pgbouncer.github.io/downloads/ MAINTAINER= m.tsatsenko@gmail.com COMMENT= Lightweight connection pooler for PostgreSQL @@ -15,7 +14,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 BUILD_DEPENDS+= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed -PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000258 +PORTSCOUT= site:https://pgbouncer.github.io/downloads/ USERS= pgbouncer GROUPS= pgbouncer diff --git a/databases/pgbouncer/distinfo b/databases/pgbouncer/distinfo index f671ad14acf..687f764f6d5 100644 --- a/databases/pgbouncer/distinfo +++ b/databases/pgbouncer/distinfo @@ -1,2 +1,2 @@ -SHA256 (pgbouncer-1.5.4.tar.gz) = 08040482f4c887e14d8c8c46fab838fff640c0f3cf231f86ad7f766b7a292280 -SIZE (pgbouncer-1.5.4.tar.gz) = 339610 +SHA256 (pgbouncer-1.5.5.tar.gz) = d65a192d1e2e69bf445d536f10211857959fc38e0247d1974e8008253080e234 +SIZE (pgbouncer-1.5.5.tar.gz) = 336145 diff --git a/databases/pgbouncer/pkg-descr b/databases/pgbouncer/pkg-descr index 3909676ffdf..331017a021a 100644 --- a/databases/pgbouncer/pkg-descr +++ b/databases/pgbouncer/pkg-descr @@ -1,3 +1,3 @@ Lightweight connection pooler for PostgreSQL. -WWW: http://pgfoundry.org/projects/pgbouncer/ +WWW: https://pgbouncer.github.io/ |