mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
postgresql*: use latest Python version (3.8)
This commit is contained in:
committed by
MarcusCalhoun-Lopez
parent
e02f89bf16
commit
031f671bae
@@ -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} {
|
||||
|
||||
@@ -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} {
|
||||
|
||||
@@ -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} {
|
||||
|
||||
@@ -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} {
|
||||
|
||||
Reference in New Issue
Block a user