Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Critical: Update dotnetcli domain #27205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-2.1/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in dotnet/aspnetcore-runtime-2.1/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test aspnetcore-runtime-2.1: Warning: aspnetcore-runtime-2.1 is configured to build for the architecture(s) 'x86_64', but installed Mach-O files built for the following archs: Warning: i386,x86_64: Warning: /opt/local/share/dotnet/shared/Microsoft.AspNetCore.All/2.1.30/libe_sqlite3.dylib Warning: /opt/local/share/dotnet/shared/Microsoft.AspNetCore.All/2.1.30/libuv.dylib Warning:

PortSystem 1.0
PortGroup deprecated 1.0
Expand Down Expand Up @@ -26,7 +26,7 @@
platforms {darwin any} {darwin >= 16}
supported_archs x86_64
distname aspnetcore-runtime-${version}-osx-x64
master_sites https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/${version}/

checksums rmd160 81ab5d19c9214c28e332548bc24ed5aa13c12331 \
sha256 ce0128b83be40489ec6d4a31064f124dd03eeb7be3702807968ccdbed83964dd \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-3.1/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in dotnet/aspnetcore-runtime-3.1/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test aspnetcore-runtime-3.1: Warning: aspnetcore-runtime-3.1 is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

PortSystem 1.0
PortGroup deprecated 1.0
Expand Down Expand Up @@ -26,7 +26,7 @@
platforms {darwin any} {darwin >= 19}
supported_archs x86_64
distname aspnetcore-runtime-${version}-osx-x64
master_sites https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/${version}/

checksums rmd160 d9c4da94b1e6a8a1c3f60d15667359a5d580d9e5 \
sha256 cc853a95232ce6b8c4443d5d9dd71927c24cc18931589709aedad7d94fa5baff \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-6/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in dotnet/aspnetcore-runtime-6/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test aspnetcore-runtime-6: Warning: aspnetcore-runtime-6 is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in dotnet/aspnetcore-runtime-6/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test aspnetcore-runtime-6: Warning: aspnetcore-runtime-6 is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in dotnet/aspnetcore-runtime-6/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test aspnetcore-runtime-6: Warning: aspnetcore-runtime-6 is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

PortSystem 1.0

Expand Down Expand Up @@ -45,7 +45,7 @@
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-7/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in dotnet/aspnetcore-runtime-7/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test aspnetcore-runtime-7: Warning: aspnetcore-runtime-7 is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in dotnet/aspnetcore-runtime-7/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test aspnetcore-runtime-7: Warning: aspnetcore-runtime-7 is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in dotnet/aspnetcore-runtime-7/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test aspnetcore-runtime-7: Warning: aspnetcore-runtime-7 is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

PortSystem 1.0

Expand Down Expand Up @@ -45,7 +45,7 @@
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-8/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in dotnet/aspnetcore-runtime-8/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test aspnetcore-runtime-8: Warning: aspnetcore-runtime-8 is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in dotnet/aspnetcore-runtime-8/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test aspnetcore-runtime-8: Warning: aspnetcore-runtime-8 is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in dotnet/aspnetcore-runtime-8/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test aspnetcore-runtime-8: Warning: aspnetcore-runtime-8 is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

PortSystem 1.0

Expand Down Expand Up @@ -45,7 +45,7 @@
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-devel/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in dotnet/aspnetcore-runtime-devel/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test aspnetcore-runtime-devel: Warning: aspnetcore-runtime-devel is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in dotnet/aspnetcore-runtime-devel/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test aspnetcore-runtime-devel: Warning: aspnetcore-runtime-devel is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in dotnet/aspnetcore-runtime-devel/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test aspnetcore-runtime-devel: Warning: aspnetcore-runtime-devel is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

PortSystem 1.0

Expand Down Expand Up @@ -48,7 +48,7 @@
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-cli/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ homepage https://dotnet.microsoft.com/
platforms {darwin any} {darwin >= 19}
supported_archs x86_64 arm64

master_sites https://dotnetcli.azureedge.net/dotnet/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Runtime/${version}/

switch ${build_arch} {
x86_64 {
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-2.1/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage https://dotnet.microsoft.com/
platforms {darwin any} {darwin >= 16}
supported_archs x86_64
distname dotnet-runtime-${version}-osx-x64
master_sites https://dotnetcli.azureedge.net/dotnet/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Runtime/${version}/

checksums rmd160 2bc893e18d51ff6ea8ee0aa964a6fbc5e8abb8ec \
sha256 e69d62789c0ebc690ab4a67ade35f7251939c9d24e7e0d4752ac89ba34ed2df2 \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-3.1/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage https://dotnet.microsoft.com/
platforms {darwin any} {darwin >= 19}
supported_archs x86_64
distname dotnet-runtime-${version}-osx-x64
master_sites https://dotnetcli.azureedge.net/dotnet/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Runtime/${version}/

checksums rmd160 838f44918ef9d5675ced0ded97b81b515b31d485 \
sha256 2d577720fc956c34ebd4e2c5bd910c96333ae263865359e89c7fb50264205774 \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-6/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ switch ${build_arch} {
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Runtime/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-7/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ switch ${build_arch} {
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Runtime/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ switch ${build_arch} {
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Runtime/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ switch ${build_arch} {
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/Runtime/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Runtime/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-2.1/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ long_description .NET is a free, cross-platform, open source developer platfo
homepage https://dotnet.microsoft.com/
platforms {darwin any} {darwin >= 16}
distname dotnet-sdk-${version}-osx-x64
master_sites https://dotnetcli.azureedge.net/dotnet/Sdk/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Sdk/${version}/

checksums rmd160 f013b7b489627ad0df00a0afe4496d06e7d03e80 \
sha256 eceea62b5ae716fa149ceabfd9de66f89fd91f48e701be3ea498d7f3cbc8a988 \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-3.1/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ homepage https://dotnet.microsoft.com/
platforms {darwin any} {darwin >= 19}
supported_archs x86_64
distname dotnet-sdk-${version}-osx-x64
master_sites https://dotnetcli.azureedge.net/dotnet/Sdk/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Sdk/${version}/

checksums rmd160 1b0a834ae33a55f14721b53121f05b1b336d0e6c \
sha256 6b0792f2be40a279ebbee284b6bc4e955c8242401f2b254a9a975ff477c7e535 \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-6/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ switch ${build_arch} {
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/Sdk/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Sdk/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-7/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ switch ${build_arch} {
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/Sdk/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Sdk/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ switch ${build_arch} {
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/Sdk/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Sdk/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ switch ${build_arch} {
}
}

master_sites https://dotnetcli.azureedge.net/dotnet/Sdk/${version}/
master_sites https://builds.dotnet.microsoft.com/dotnet/Sdk/${version}/

worksrcdir ${name}-${version}
extract.mkdir yes
Expand Down
Loading