Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 19:20:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479618 - head/games/openra
Message-ID:  <201809121920.w8CJKAgi056906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Sep 12 19:20:10 2018
New Revision: 479618
URL: https://svnweb.freebsd.org/changeset/ports/479618

Log:
  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

Modified:
  head/games/openra/Makefile   (contents, props changed)
  head/games/openra/distinfo   (contents, props changed)

Modified: head/games/openra/Makefile
==============================================================================
--- head/games/openra/Makefile	Wed Sep 12 17:51:34 2018	(r479617)
+++ head/games/openra/Makefile	Wed Sep 12 19:20:10 2018	(r479618)
@@ -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
 

Modified: head/games/openra/distinfo
==============================================================================
--- head/games/openra/distinfo	Wed Sep 12 17:51:34 2018	(r479617)
+++ head/games/openra/distinfo	Wed Sep 12 19:20:10 2018	(r479618)
@@ -25,8 +25,8 @@ SHA256 (sharpfont.4.0.1.nupkg) = 48eff311d5fb4fe886123
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809121920.w8CJKAgi056906>