diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-14 22:19:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-14 22:19:07 +0000 |
commit | 205b32a64fc9f3249c01f615467d73e2c998d8d0 (patch) | |
tree | 712635f5bfd5e65e4818433839cabc4a54af3059 /databases/pgpool/Makefile | |
parent | 9039c58ffb8b468fe3ab9fa0ae223fbb20c76375 (diff) |
Notes
Diffstat (limited to 'databases/pgpool/Makefile')
-rw-r--r-- | databases/pgpool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index 7a57c85fe392..e4036a20d844 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pgpool -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/980/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/1192/ MAINTAINER= ports@FreeBSD.org COMMENT= A connection pool server for PostgreSQL |