Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#19113 closed update (fixed)

Update pgpool-ii to version 2.2

Reported by: wsiegrist@… Owned by: giorgio_v@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: pgpool-ii

Description

Here is a patch to upgrade pgpool-ii to v2.2.

Index: Portfile
===================================================================
--- Portfile	(revision 49003)
+++ Portfile	(working copy)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			pgpool-II
-version			2.1
+version			2.2
 categories		databases
 platforms		darwin
 maintainers		mac.com:giorgio_v
@@ -15,10 +15,10 @@
 			supports connection pooling, failover and replication.
 
 homepage		http://pgpool.projects.postgresql.org/
-master_sites		http://pgfoundry.org/frs/download.php/1843/
-checksums		md5 cf02f9358f46849bd526798868e13162 \
-			sha1 6d715367cc6ea7db4367fdefd80f5105cc530c98 \
-			rmd160 b7e95b970ec875d60da8ae06b440eb8e8cf38135
+master_sites		http://pgfoundry.org/frs/download.php/2108/
+checksums           md5     3dc286e2217478acbc05f127e74bd300 \
+                    sha1    877832eb777e0ab49feed24444a55fab3ff583b4 \
+                    rmd160  adfeb49ae04fc765b221b9232e1285d3f922e8d3
 configure.env		PATH=$env(PATH):${prefix}/lib/postgresql83/bin
 configure.args		--bindir=${prefix}/sbin/${name} \
 			--mandir=${prefix}/share/man/${name} \

Change History (3)

comment:1 Changed 15 years ago by wsiegrist@…

Resolution: fixed
Status: newclosed

Maintainer approved via email. Added in r49056.

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:3 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.