[54552] trunk/dports/databases/pgbouncer/Portfile

giorgio_v at macports.org giorgio_v at macports.org
Wed Jul 29 06:06:35 PDT 2009


Revision: 54552
          http://trac.macports.org/changeset/54552
Author:   giorgio_v at macports.org
Date:     2009-07-29 06:06:35 -0700 (Wed, 29 Jul 2009)
Log Message:
-----------
Updated pgbouncer portfile to version 1.3.1

Modified Paths:
--------------
    trunk/dports/databases/pgbouncer/Portfile

Modified: trunk/dports/databases/pgbouncer/Portfile
===================================================================
--- trunk/dports/databases/pgbouncer/Portfile	2009-07-29 13:03:45 UTC (rev 54551)
+++ trunk/dports/databases/pgbouncer/Portfile	2009-07-29 13:06:35 UTC (rev 54552)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			pgbouncer
-version			1.2.3
+version			1.3.1
 categories		databases
 platforms		darwin
 maintainers		mac.com:giorgio_v
@@ -15,14 +15,14 @@
 			server, or to reuse one of its existing	connections.
 
 homepage		http://pgbouncer.projects.postgresql.org/
-master_sites		http://pgfoundry.org/frs/download.php/1873/
-checksums		md5 e8afc79103cd464c109a56e418a9ba24 \
-			sha1 597773beec654e1e27ba1a831e7136e498086b6f \
-			rmd160 7942991ef8dc206bd00f6dbba3c3e05d0a5b5b85
+master_sites		http://pgfoundry.org/frs/download.php/2284/
+checksums		md5 ccb2dbe8b6ce505e14762712c478982e \
+			sha1 dd4686cb6976ddd52159ac79c5235cad6a06b50f \
+			rmd160 c385a91a85070f54569bc5a2029751477b1bee6d
 
-configure.env		PATH=$env(PATH):${prefix}/lib/postgresql83/bin
+configure.env		PATH=$env(PATH):${prefix}/lib/postgresql84/bin
 
-depends_build		port:postgresql83
+depends_build		port:postgresql84
 depends_lib             port:libevent
 
 livecheck.check	regex
@@ -33,3 +33,8 @@
 	depends_build		port:postgresql82
 	configure.env		PATH=$env(PATH):${prefix}/lib/postgresql82/bin
 }
+
+variant postgresql83 description {uses postgresql83 installation} {
+	depends_build		port:postgresql83
+	configure.env		PATH=$env(PATH):${prefix}/lib/postgresql83/bin
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090729/80512e75/attachment.html>


More information about the macports-changes mailing list