diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-14 01:56:52 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-14 01:56:52 +0000 |
commit | 48fce7985838ae3dd2f7d1d1575bb875e88230c1 (patch) | |
tree | d1e65291926da7c530738601342ab3f771081117 /databases/pgpool/Makefile | |
parent | 068a568fca4d9532580f38beb1571759c4a3b98f (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 61da366e05ce..c09676f8668f 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pgpool -PORTVERSION= 3.0.1 +PORTVERSION= 3.1 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/733/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/932/ MAINTAINER= whitekid@gmail.com COMMENT= A connection pool server for PostgreSQL |