Revision: 72010 http://trac.macports.org/changeset/72010 Author: giorgio_v@macports.org Date: 2010-09-29 21:22:37 -0700 (Wed, 29 Sep 2010) Log Message: ----------- Updated to version 1.3.4 with postgresql 9.0 Modified Paths: -------------- trunk/dports/databases/pgbouncer/Portfile Modified: trunk/dports/databases/pgbouncer/Portfile =================================================================== --- trunk/dports/databases/pgbouncer/Portfile 2010-09-30 04:21:48 UTC (rev 72009) +++ trunk/dports/databases/pgbouncer/Portfile 2010-09-30 04:22:37 UTC (rev 72010) @@ -3,7 +3,7 @@ PortSystem 1.0 name pgbouncer -version 1.3.3 +version 1.3.4 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/2677/ -checksums md5 2ebd1d907db8518cb9e34534372012ac \ - sha1 248f4e498c0129541277b6c1dac52ccaaa1eeb52 \ - rmd160 8ff192dd4bb0df7895858026c8cf47f375db8e6b +master_sites http://pgfoundry.org/frs/download.php/2797/ +checksums md5 38af22d4b3546dc6763d374ec3b40f38 \ + sha1 1eaa25258657297e776d83623cc2526133051011 \ + rmd160 271ac0b2f725e11956369b385ff3ff8370f203ca -configure.env PATH=$env(PATH):${prefix}/lib/postgresql84/bin +configure.env PATH=$env(PATH):${prefix}/lib/postgresql90/bin -depends_build port:postgresql84 +depends_build port:postgresql90 depends_lib port:libevent livecheck.type regex @@ -38,3 +38,8 @@ depends_build port:postgresql83 configure.env PATH=$env(PATH):${prefix}/lib/postgresql83/bin } + +variant postgresql84 description {uses postgresql84 installation} { + depends_build port:postgresql84 + configure.env PATH=$env(PATH):${prefix}/lib/postgresql84/bin +}
participants (1)
-
giorgio_v@macports.org