[130008] trunk/dports/perl/p5-dbd-pg/Portfile
mojca at macports.org
mojca at macports.org
Wed Dec 24 04:04:00 PST 2014
Revision: 130008
https://trac.macports.org/changeset/130008
Author: mojca at macports.org
Date: 2014-12-24 04:04:00 -0800 (Wed, 24 Dec 2014)
Log Message:
-----------
p5-dbd-pg: upgrade to 3.4.2, add postgresql94 and make it default
Modified Paths:
--------------
trunk/dports/perl/p5-dbd-pg/Portfile
Modified: trunk/dports/perl/p5-dbd-pg/Portfile
===================================================================
--- trunk/dports/perl/p5-dbd-pg/Portfile 2014-12-24 11:58:04 UTC (rev 130007)
+++ trunk/dports/perl/p5-dbd-pg/Portfile 2014-12-24 12:04:00 UTC (rev 130008)
@@ -5,8 +5,7 @@
PortGroup perl5 1.0
perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup DBD-Pg 3.3.0
-revision 1
+perl5.setup DBD-Pg 3.4.2
license {Artistic-1 GPL}
categories perl databases
maintainers nomaintainer
@@ -16,17 +15,18 @@
platforms darwin
-checksums rmd160 660ae04e42a750401efa7ab43612a2c043e4287a \
- sha256 52f43de5b2d916d447d7ed252b127f728b226dc88db57d4fe9712e21d3586ffe
+checksums rmd160 d8aeb20a5f2d30789c882240389432f38ad39109 \
+ sha256 7b76930cec143b90a068e1e64a3beb6f640c10b22d0a41f9a032516683892f24
if {${perl5.major} ne ""} {
-depends_lib-append port:p${perl5.major}-dbi \
- port:p${perl5.major}-version \
+ depends_lib-append \
+ port:p${perl5.major}-dbi \
port:p${perl5.major}-module-signature \
port:p${perl5.major}-test-yaml-meta \
- port:p${perl5.major}-test-warn
+ port:p${perl5.major}-test-warn \
+ port:p${perl5.major}-version
-variant postgresql7 conflicts postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 description {build with postgresql7 port} {
+variant postgresql7 conflicts postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 description {build with postgresql7 port} {
depends_lib-append port:postgresql7
configure.env PATH=${prefix}/lib/pgsql7/bin:$env(PATH) \
@@ -34,7 +34,7 @@
POSTGRES_LIB="${prefix}/lib/pgsql7 -lssl"
}
-variant postgresql80 conflicts postgresql7 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 description {build with postgresql80 port} {
+variant postgresql80 conflicts postgresql7 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 description {build with postgresql80 port} {
depends_lib-append port:postgresql80
configure.env PATH=${prefix}/lib/pgsql8/bin:$env(PATH) \
@@ -42,7 +42,7 @@
POSTGRES_LIB="${prefix}/lib/pgsql8 -lssl"
}
-variant postgresql81 conflicts postgresql7 postgresql80 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 description {build with postgresql81 port} {
+variant postgresql81 conflicts postgresql7 postgresql80 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 description {build with postgresql81 port} {
depends_lib-append port:postgresql81
configure.env PATH=${prefix}/lib/postgresql81/bin:$env(PATH) \
@@ -50,7 +50,7 @@
POSTGRES_LIB="${prefix}/lib/postgresql81 -lssl"
}
-variant postgresql82 conflicts postgresql7 postgresql80 postgresql81 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 description {build with postgresql82 port} {
+variant postgresql82 conflicts postgresql7 postgresql80 postgresql81 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 description {build with postgresql82 port} {
depends_lib-append port:postgresql82
configure.env PATH=${prefix}/lib/postgresql82/bin:$env(PATH) \
@@ -58,7 +58,7 @@
POSTGRES_LIB="${prefix}/lib/postgresql82 -lssl"
}
-variant postgresql83 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 description {build with postgresql83 port} {
+variant postgresql83 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 description {build with postgresql83 port} {
depends_lib-append port:postgresql83
configure.env PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
@@ -66,7 +66,7 @@
POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
}
-variant postgresql84 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql90 postgresql91 postgresql92 postgresql93 description {build with postgresql84 port} {
+variant postgresql84 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 description {build with postgresql84 port} {
depends_lib-append port:postgresql84
configure.env PATH=${prefix}/lib/postgresql84/bin:$env(PATH) \
@@ -74,7 +74,7 @@
POSTGRES_LIB="${prefix}/lib/postgresql84 -lssl"
}
-variant postgresql90 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql91 postgresql92 postgresql93 description {build with postgresql90 port} {
+variant postgresql90 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql91 postgresql92 postgresql93 postgresql94 description {build with postgresql90 port} {
depends_lib-append port:postgresql90
configure.env PATH=${prefix}/lib/postgresql90/bin:$env(PATH) \
@@ -82,7 +82,7 @@
POSTGRES_LIB="${prefix}/lib/postgresql90 -lssl"
}
-variant postgresql91 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql92 postgresql93 description {build with postgresql91 port} {
+variant postgresql91 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql92 postgresql93 postgresql94 description {build with postgresql91 port} {
depends_lib-append port:postgresql91
configure.env PATH=${prefix}/lib/postgresql91/bin:$env(PATH) \
@@ -90,7 +90,7 @@
POSTGRES_LIB="${prefix}/lib/postgresql91 -lssl"
}
-variant postgresql92 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql93 description {build with postgresql92 port} {
+variant postgresql92 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql93 postgresql94 description {build with postgresql92 port} {
depends_lib-append port:postgresql92
configure.env PATH=${prefix}/lib/postgresql92/bin:$env(PATH) \
@@ -98,7 +98,7 @@
POSTGRES_LIB="${prefix}/lib/postgresql92 -lssl"
}
-variant postgresql93 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 description {build with postgresql93 port} {
+variant postgresql93 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql94 description {build with postgresql93 port} {
depends_lib-append port:postgresql93
configure.env PATH=${prefix}/lib/postgresql93/bin:$env(PATH) \
@@ -106,8 +106,16 @@
POSTGRES_LIB="${prefix}/lib/postgresql93 -lssl"
}
+variant postgresql94 conflicts postgresql7 postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 description {build with postgresql94 port} {
+ depends_lib-append port:postgresql94
+
+ configure.env PATH=${prefix}/lib/postgresql94/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql94" \
+ POSTGRES_LIB="${prefix}/lib/postgresql94 -lssl"
+}
+
# Default to latest release
-if {![variant_isset postgresql7] && ![variant_isset postgresql80] && ![variant_isset postgresql81] && ![variant_isset postgresql82] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93]} {
- default_variants +postgresql93
+if {![variant_isset postgresql7] && ![variant_isset postgresql80] && ![variant_isset postgresql81] && ![variant_isset postgresql82] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93] && ![variant_isset postgresql94]} {
+ default_variants +postgresql94
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141224/3fe08813/attachment-0001.html>
More information about the macports-changes
mailing list