Skip to content

Commit

Permalink
powershell: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinfx committed May 28, 2024
1 parent 99872e9 commit 4c3e0b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion powershell/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= powershell
DISTVERSION= 7.4.2
DISTVERSION= 7.5.0-preview.3
CATEGORIES= shells

MAINTAINER= zirias@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions powershell/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TIMESTAMP = 1715873909
TIMESTAMP = 1716825267
SHA256 (nuget/dotnetanalyzers.documentationanalyzers.1.0.0-beta.59.nupkg) = 923a54cd5b0fdb74cc6cc49a01b9027785ef4fd142b9b0802a588ae242a6740e
SIZE (nuget/dotnetanalyzers.documentationanalyzers.1.0.0-beta.59.nupkg) = 14410
SHA256 (nuget/dotnetanalyzers.documentationanalyzers.unstable.1.0.0.59.nupkg) = ae589831a3338b8b7efc889cbfc65f64724460ca63e4af97a8da03bff2c02191
Expand Down Expand Up @@ -187,7 +187,7 @@ SHA256 (nuget/system.web.services.description.4.10.3.nupkg) = 8aa93f43a8d9fc3658
SIZE (nuget/system.web.services.description.4.10.3.nupkg) = 285511
SHA256 (nuget/system.windows.extensions.8.0.0.nupkg) = 687933ecbb665030d14bbb3040cd22e9d0d5532b5108c61e03609f69e540d98d
SIZE (nuget/system.windows.extensions.8.0.0.nupkg) = 201765
SHA256 (PowerShell-PowerShell-7.4.2-v7.4.2_GH0.tar.gz) = 151259502a3ad688a3125637e8c87d40483af79e0c5afb224bd7929af2ad3567
SIZE (PowerShell-PowerShell-7.4.2-v7.4.2_GH0.tar.gz) = 10858155
SHA256 (PowerShell-PowerShell-7.5.0-preview.3-v7.5.0-preview.3_GH0.tar.gz) = 56f4820a0b66938391afb79e4bd4c63ac529782c9750c659ee98bf10c2d8f14b
SIZE (PowerShell-PowerShell-7.5.0-preview.3-v7.5.0-preview.3_GH0.tar.gz) = 10850190
SHA256 (PowerShell-PowerShell-Native-v7.4.0_GH0.tar.gz) = 5220f99755442720486e20682269fecdabbbabff9e082c1a51250b66465f40cf
SIZE (PowerShell-PowerShell-Native-v7.4.0_GH0.tar.gz) = 288919
9 changes: 4 additions & 5 deletions powershell/files/patch-global.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
--- global.json.orig 2024-04-11 18:38:22 UTC
--- global.json.orig 2024-05-27 16:06:02 UTC
+++ global.json
@@ -1,5 +1,6 @@
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "8.0.204"
+ "version": "8.0.100",
+ "rollForward": "latestMinor"
- "version": "9.0.100-preview.3.24204.13"
+ "version": "8.0.100"
}
}
4 changes: 2 additions & 2 deletions powershell/files/patch-nuget.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--- nuget.config.orig 2024-01-11 22:25:54 UTC
--- nuget.config.orig 2024-05-27 15:59:11 UTC
+++ nuget.config
@@ -2,8 +2,8 @@
<configuration>
<packageSources>
<clear />
- <add key="dotnet" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v2" />
- <add key="dotnet" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v2" />
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
+ <add key="FreeBSD runtime" value="/usr/local/dotnet/packages" />
+ <add key="portbld" value="/usr/ports/distfiles/nuget" />
Expand Down

0 comments on commit 4c3e0b5

Please sign in to comment.