[libpq] nls does not support osx (#31031)

* [libpq] nls does not support osx

* Trigger Build

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
autoantwort 2023-04-25 02:32:34 +02:00 committed by GitHub
parent 701bcf3017
commit 2c4c5c7187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "libpq",
"version": "15.2",
"port-version": 2,
"port-version": 3,
"description": "The official database access API of postgresql",
"homepage": "https://www.postgresql.org/",
"license": "PostgreSQL",
@ -48,6 +48,7 @@
},
"nls": {
"description": "Native Language Support (--enable-nls[=LANGUAGES])",
"supports": "!osx",
"dependencies": [
"gettext",
{

View File

@ -4358,7 +4358,7 @@
},
"libpq": {
"baseline": "15.2",
"port-version": 2
"port-version": 3
},
"libpqxx": {
"baseline": "7.7.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "74cc57fa79744500aef02f0b66be5f46b8005af3",
"version": "15.2",
"port-version": 3
},
{
"git-tree": "29b49eb009f412e692853ca40d353f31711829ea",
"version": "15.2",