summaryrefslogtreecommitdiff
path: root/databases/pgpool/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2006-01-15 17:09:50 +0000
committerminskim <minskim>2006-01-15 17:09:50 +0000
commita16b5184becf83b9fa905967b90185eeec271aa9 (patch)
treeb8ea1982eb2e8c24a8d92544ee73e6c1433d979e /databases/pgpool/Makefile
parentd42c68dfe70053830e8574b09714cd0b1472e28d (diff)
downloadpkgsrc-a16b5184becf83b9fa905967b90185eeec271aa9.tar.gz
Update pgpool to 2.7. Based on patches provided by Inseo PARK in
private email. Major changes from 2.5.1: - Allow SERIAL data type replication by issuing table locks automatically. - New directives: child_max_connections and ignore_leading_white_space. - Bug fixes and minor improvements.
Diffstat (limited to 'databases/pgpool/Makefile')
-rw-r--r--databases/pgpool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile
index 333d1b4cf66..df8c1226ad9 100644
--- a/databases/pgpool/Makefile
+++ b/databases/pgpool/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2005/12/29 06:21:35 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/01/15 17:09:50 minskim Exp $
-DISTNAME= pgpool-2.5.1
+DISTNAME= pgpool-2.7
CATEGORIES= databases
-MASTER_SITES= http://pgfoundry.org/frs/download.php/183/
+MASTER_SITES= http://pgfoundry.org/frs/download.php/572/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://pgpool.projects.postgresql.org/