[57142] trunk/dports/perl/p5-dbd-pg/Portfile
narf_tm at macports.org
narf_tm at macports.org
Sun Sep 6 13:59:13 PDT 2009
Revision: 57142
http://trac.macports.org/changeset/57142
Author: narf_tm at macports.org
Date: 2009-09-06 13:59:12 -0700 (Sun, 06 Sep 2009)
Log Message:
-----------
Updated to 2.15.1.
Modified Paths:
--------------
trunk/dports/perl/p5-dbd-pg/Portfile
Modified: trunk/dports/perl/p5-dbd-pg/Portfile
===================================================================
--- trunk/dports/perl/p5-dbd-pg/Portfile 2009-09-06 20:56:45 UTC (rev 57141)
+++ trunk/dports/perl/p5-dbd-pg/Portfile 2009-09-06 20:59:12 UTC (rev 57142)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup DBD-Pg 2.11.8
+perl5.setup DBD-Pg 2.15.1
categories perl databases
maintainers narf_tm openmaintainer
description Perl DBI module to provide access to PostgreSQL databases
@@ -12,66 +12,81 @@
platforms darwin
-checksums md5 543e8caf0de78423adc9c9bb1c9a023b \
- sha1 ebb901b6feccaf65432509c416f09ac8e0b2ba35 \
- rmd160 951075722f1beb2a7f8a28bb6cd70ca76c645136
+checksums md5 b1c5488a68fa61cc3694b0cd4e413e25 \
+ sha1 2e9dd36eb88168848dd1086904f99369138ec04b \
+ rmd160 e3dd54e78c9205e8a7c6e30587c59ef85e7c0e42
-depends_lib-append port:postgresql83 \
+depends_lib-append port:postgresql84 \
port:p5-dbi \
- port:p5-version
+ port:p5-version \
+ port:p5-module-signature \
+ port:p5-test-yaml-meta
-configure.env PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
- POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+configure.env PATH=${prefix}/lib/postgresql84/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql84" \
+ POSTGRES_LIB="${prefix}/lib/postgresql84 -lssl"
-variant postgresql7 conflicts postgresql80 postgresql81 postgresql82 description {build with postgresql7 port} {
- depends_lib-delete port:postgresql83
+variant postgresql7 conflicts postgresql80 postgresql81 postgresql82 postgresql83 description {build with postgresql7 port} {
+ depends_lib-delete port:postgresql84
depends_lib-append port:postgresql7
- configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
- POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+ configure.env-delete PATH=${prefix}/lib/postgresql84/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql84" \
+ POSTGRES_LIB="${prefix}/lib/postgresql84 -lssl"
configure.env-append PATH=${prefix}/lib/pgsql7/bin:$env(PATH) \
POSTGRES_INCLUDE="${prefix}/include/pgsql7" \
POSTGRES_LIB="${prefix}/lib/pgsql7 -lssl"
}
-variant postgresql80 conflicts postgresql7 postgresql81 postgresql82 description {build with postgresql80 port} {
- depends_lib-delete port:postgresql83
+variant postgresql80 conflicts postgresql7 postgresql81 postgresql82 postgresql83 description {build with postgresql80 port} {
+ depends_lib-delete port:postgresql84
depends_lib-append port:postgresql80
- configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
- POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+ configure.env-delete PATH=${prefix}/lib/postgresql84/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql84" \
+ POSTGRES_LIB="${prefix}/lib/postgresql84 -lssl"
configure.env-append PATH=${prefix}/lib/pgsql8/bin:$env(PATH) \
POSTGRES_INCLUDE="${prefix}/include/pgsql8" \
POSTGRES_LIB="${prefix}/lib/pgsql8 -lssl"
}
-variant postgresql81 conflicts postgresql7 postgresql80 postgresql82 description {build with postgresql81 port} {
- depends_lib-delete port:postgresql83
+variant postgresql81 conflicts postgresql7 postgresql80 postgresql82 postgresql83 description {build with postgresql81 port} {
+ depends_lib-delete port:postgresql84
depends_lib-append port:postgresql81
- configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
- POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+ configure.env-delete PATH=${prefix}/lib/postgresql84/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql84" \
+ POSTGRES_LIB="${prefix}/lib/postgresql84 -lssl"
configure.env-append PATH=${prefix}/lib/postgresql81/bin:$env(PATH) \
POSTGRES_INCLUDE="${prefix}/include/postgresql81" \
POSTGRES_LIB="${prefix}/lib/postgresql81 -lssl"
}
-variant postgresql82 conflicts postgresql7 postgresql80 postgresql81 description {build with postgresql82 port} {
- depends_lib-delete port:postgresql83
+variant postgresql82 conflicts postgresql7 postgresql80 postgresql81 postgresql83 description {build with postgresql82 port} {
+ depends_lib-delete port:postgresql84
depends_lib-append port:postgresql82
- configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
- POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+ configure.env-delete PATH=${prefix}/lib/postgresql84/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql84" \
+ POSTGRES_LIB="${prefix}/lib/postgresql84 -lssl"
configure.env-append PATH=${prefix}/lib/postgresql82/bin:$env(PATH) \
POSTGRES_INCLUDE="${prefix}/include/postgresql82" \
POSTGRES_LIB="${prefix}/lib/postgresql82 -lssl"
}
+
+variant postgresql83 conflicts postgresql7 postgresql80 postgresql81 postgresql82 description {build with postgresql83 port} {
+ depends_lib-delete port:postgresql84
+ depends_lib-append port:postgresql82
+
+ configure.env-delete PATH=${prefix}/lib/postgresql84/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql84" \
+ POSTGRES_LIB="${prefix}/lib/postgresql84 -lssl"
+
+ configure.env-append PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+ POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090906/a27f218c/attachment-0001.html>
More information about the macports-changes
mailing list