postgresql*: use latest Python version (3.8)

This commit is contained in:
Marcus Calhoun-Lopez
2020-03-29 10:29:00 -07:00
committed by MarcusCalhoun-Lopez
parent e02f89bf16
commit 031f671bae
4 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ PortGroup muniversal 1.0
#remember to update the -doc and -server as well
name postgresql10
version 10.12
revision 0
revision 1
categories databases
platforms darwin
@@ -127,9 +127,9 @@ variant python27 conflicts python3 description {add support for python 2.7} {
}
variant python3 conflicts python27 description {add support for python 3.x} {
depends_lib-append port:python37
depends_lib-append port:python38
configure.args-append --with-python
configure.python ${prefix}/bin/python3.7
configure.python ${prefix}/bin/python3.8
}
variant perl description {add Perl support} {
+3 -3
View File
@@ -9,7 +9,7 @@ PortGroup muniversal 1.0
#remember to update the -doc and -server as well
name postgresql11
version 11.7
revision 0
revision 1
categories databases
platforms darwin
@@ -132,9 +132,9 @@ variant python27 conflicts python3 description {add support for python 2.7} {
}
variant python3 conflicts python27 description {add support for python 3.x} {
depends_lib-append port:python37
depends_lib-append port:python38
configure.args-append --with-python
configure.python ${prefix}/bin/python3.7
configure.python ${prefix}/bin/python3.8
}
variant perl description {add Perl support} {
+3 -3
View File
@@ -9,7 +9,7 @@ PortGroup muniversal 1.0
#remember to update the -doc and -server as well
name postgresql12
version 12.2
revision 0
revision 1
categories databases
platforms darwin
@@ -132,9 +132,9 @@ variant python27 conflicts python3 description {add support for python 2.7} {
}
variant python3 conflicts python27 description {add support for python 3.x} {
depends_lib-append port:python37
depends_lib-append port:python38
configure.args-append --with-python
configure.python ${prefix}/bin/python3.7
configure.python ${prefix}/bin/python3.8
}
variant perl description {add Perl support} {
+3 -3
View File
@@ -8,7 +8,7 @@ PortGroup muniversal 1.0
#remember to update the -doc and -server as well
name postgresql96
version 9.6.17
revision 0
revision 1
categories databases
platforms darwin
@@ -127,9 +127,9 @@ variant python27 conflicts python3 description {add support for python 2.7} {
}
variant python3 conflicts python27 description {add support for python 3.x} {
depends_lib-append port:python37
depends_lib-append port:python38
configure.args-append --with-python
configure.python ${prefix}/bin/python3.7
configure.python ${prefix}/bin/python3.8
}
variant perl description {add Perl support} {