diff options
| author | Gleb Popov <arrowd@FreeBSD.org> | 2025-02-13 17:43:11 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-02-15 08:00:35 +0000 |
| commit | 8a13f412f8385660692169ebb1593e31500b9a75 (patch) | |
| tree | 363b8ce46757ad6e17197f1dd20f7c0445db3237 | |
| parent | b98e87f5d4f9b62ac6f2dfad8847bbcce2a06590 (diff) | |
lang/dotnet-runtime: Rename to lang/dotnet-host to match Microsoft recommendation
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | lang/Makefile | 2 | ||||
| -rw-r--r-- | lang/dotnet-host/Makefile (renamed from lang/dotnet-runtime/Makefile) | 0 | ||||
| -rw-r--r-- | lang/dotnet-host/distinfo (renamed from lang/dotnet-runtime/distinfo) | 0 | ||||
| -rw-r--r-- | lang/dotnet-host/pkg-descr (renamed from lang/dotnet-runtime/pkg-descr) | 0 | ||||
| -rw-r--r-- | lang/dotnet/Makefile | 2 | ||||
| -rw-r--r-- | lang/dotnet8/Makefile | 2 |
7 files changed, 4 insertions, 3 deletions
@@ -4147,3 +4147,4 @@ devel/py-yandex-money-sdk||2025-02-11|Has expired: Dead project. Yandex.Money is devel/astah-community||2025-02-11|Has expired: Upstream no longer provides community edition audio/pulseaudio-qt@qt5||2025-02-14|Qt5 support was removed upstream audio/pulseaudio-qt@qt6|audio/pulseaudio-qt|2025-02-14|Unflavorize; only Qt6 is supported +lang/dotnet-runtime|lang/dotnet-host|2025-02-15|Rename to match Microsoft recommendations diff --git a/lang/Makefile b/lang/Makefile index c37122a54cc1..c37bc3aaeb59 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -46,7 +46,7 @@ SUBDIR += dhall SUBDIR += dlang-tools SUBDIR += dotnet - SUBDIR += dotnet-runtime + SUBDIR += dotnet-host SUBDIR += dotnet8 SUBDIR += duktape SUBDIR += duktape-lib diff --git a/lang/dotnet-runtime/Makefile b/lang/dotnet-host/Makefile index c9f01aabf364..c9f01aabf364 100644 --- a/lang/dotnet-runtime/Makefile +++ b/lang/dotnet-host/Makefile diff --git a/lang/dotnet-runtime/distinfo b/lang/dotnet-host/distinfo index 593afe1f3284..593afe1f3284 100644 --- a/lang/dotnet-runtime/distinfo +++ b/lang/dotnet-host/distinfo diff --git a/lang/dotnet-runtime/pkg-descr b/lang/dotnet-host/pkg-descr index 942404ae2cc2..942404ae2cc2 100644 --- a/lang/dotnet-runtime/pkg-descr +++ b/lang/dotnet-host/pkg-descr diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile index c061c5ba57aa..28ac1c478837 100644 --- a/lang/dotnet/Makefile +++ b/lang/dotnet/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= libbrotlienc.so:archivers/brotli \ libinotify.so:devel/libinotify \ libunwind.so:devel/libunwind RUN_DEPENDS= terminfo-db>0:misc/terminfo-db \ - dotnet:lang/dotnet-runtime + dotnet:lang/dotnet-host USES= autoreconf:build gssapi:mit llvm:noexport pkgconfig \ python:build,3.9+ shebangfix ssl diff --git a/lang/dotnet8/Makefile b/lang/dotnet8/Makefile index 38b9f2478152..0cdffa443b3a 100644 --- a/lang/dotnet8/Makefile +++ b/lang/dotnet8/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libinotify.so:devel/libinotify \ libunwind.so:devel/libunwind RUN_DEPENDS= terminfo-db>0:misc/terminfo-db \ - dotnet:lang/dotnet-runtime + dotnet:lang/dotnet-host USES= autoreconf:build gssapi:mit llvm:noexport nodejs pkgconfig \ python:build,3.9+ shebangfix ssl |
