Opened 14 years ago

Closed 14 years ago

#23271 closed update (fixed)

pgpool-II version 2.3.1

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

Description

Here is a patch to update pgpool-II to version 2.3.1

--- /tmp/Portfile.old	2010-01-13 08:36:41.000000000 -0800
+++ /tmp/Portfile.new	2010-01-13 08:36:04.000000000 -0800
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			pgpool-II
-version			2.3
+version			2.3.1
 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/2493/
-checksums           md5     5c3cf3001c95c4d8e28b168ddda1e478 \
-                    sha1    995f1a5bb14ffde58b009b0427764cfbdc2d9c6c \
-                    rmd160  4bd4f202a62fcc5fec58f717e4cbbb22ecfbd212
+master_sites		http://pgfoundry.org/frs/download.php/2506/
+checksums           md5     032fc94eaa71ed99276234b7a110cdf5 \
+                    sha1    ee695585ba9618ea5adc7015d4718962671f8746 \
+                    rmd160  cd1a6c230db3489560bae3ff1ecaa3feb69956c6
 configure.env		PATH=$env(PATH):${prefix}/lib/postgresql84/bin
 configure.args		--bindir=${prefix}/sbin/${name} \
 			--mandir=${prefix}/share/man/${name} \

Change History (1)

comment:1 Changed 14 years ago by giorgio_v@…

Resolution: fixed
Status: newclosed

Patch applied, thanks!

Note: See TracTickets for help on using tickets.