diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-09-13 03:20:10 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-09-13 03:20:10 +0800 |
commit | 2d4222559e46d9010fb0375ffba2f0c0f5b9deba (patch) | |
tree | 35073bc8051cd9267d07eb59937ac52d215746a6 /games | |
parent | fbc41940b8110319e41dbdd73ac074c800c08f23 (diff) | |
download | freebsd-ports-gnome-2d4222559e46d9010fb0375ffba2f0c0f5b9deba.tar.gz freebsd-ports-gnome-2d4222559e46d9010fb0375ffba2f0c0f5b9deba.tar.zst freebsd-ports-gnome-2d4222559e46d9010fb0375ffba2f0c0f5b9deba.zip |
games/openra: unbreak fetch after r479607
$ make distclean
$ make checksum MASTER_SITE_BACKUP=
[...]
=> stylecop.msbuild.4.7.49.0.nupkg doesn't seem to exist in /distfiles/.
=> Attempting to fetch https://api.nuget.org/v3-flatcontainer/stylecop.msbuild/4.7.49.0/stylecop.msbuild.4.7.49.0.nupkg
fetch: https://api.nuget.org/v3-flatcontainer/stylecop.msbuild/4.7.49.0/stylecop.msbuild.4.7.49.0.nupkg: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /distfiles/ and try again.
*** Error code 1
Diffstat (limited to 'games')
-rw-r--r-- | games/openra/Makefile | 2 | ||||
-rw-r--r-- | games/openra/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/openra/Makefile b/games/openra/Makefile index 5d385009b0a7..6fa15bf2c6b5 100644 --- a/games/openra/Makefile +++ b/games/openra/Makefile @@ -31,7 +31,7 @@ NUGET_DEPENDS= FuzzyLogicLibrary=1.2.0 \ Open.NAT=2.1.0 \ SharpFont=4.0.1 \ SharpZipLib=0.86.0 \ - StyleCop.MSBuild=4.7.49.0 \ + StyleCop.MSBuild=4.7.49 \ StyleCopPlus.MSBuild=4.7.49.5 \ rix0rrr.BeaconLib=1.0.1 diff --git a/games/openra/distinfo b/games/openra/distinfo index d651e0598e68..2a0d1e3a61a3 100644 --- a/games/openra/distinfo +++ b/games/openra/distinfo @@ -25,8 +25,8 @@ SHA256 (sharpfont.4.0.1.nupkg) = 48eff311d5fb4fe88612352462317a7e6a73a148c755afc SIZE (sharpfont.4.0.1.nupkg) = 141955 SHA256 (sharpziplib.0.86.0.nupkg) = 5906c248bb986d50489192f490f94d2331d04e7d34337bc3c0d64df6d0008207 SIZE (sharpziplib.0.86.0.nupkg) = 454026 -SHA256 (stylecop.msbuild.4.7.49.0.nupkg) = 6680dedaa5d27fb1ead475015de98e476e58fa9a27e4b7ad0f08d5f7d8f6ee66 -SIZE (stylecop.msbuild.4.7.49.0.nupkg) = 2366995 +SHA256 (stylecop.msbuild.4.7.49.nupkg) = 6680dedaa5d27fb1ead475015de98e476e58fa9a27e4b7ad0f08d5f7d8f6ee66 +SIZE (stylecop.msbuild.4.7.49.nupkg) = 2366995 SHA256 (stylecopplus.msbuild.4.7.49.5.nupkg) = b98a8ed20c5e82ff5fe6c2a52ecd45bffd4d4ab284611f35a25889c3bba364c3 SIZE (stylecopplus.msbuild.4.7.49.5.nupkg) = 124724 SHA256 (rix0rrr.beaconlib.1.0.1.nupkg) = e8e126b98ae7676cb0434455aa8a41c17a927c1b40c4cf368f9527af6bc251f2 |