Wednesday, June 26, 2019

Re: Update to depotdownloader 2.3.1, unbreaking downloads after Steam server changes

> DISTNAME = depotdownloader-${V:S/pl/-hotfix/g}

This substitution is no longer needed; updated diff below.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/depotdownloader/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 24 Jun 2019 22:15:01 -0000 1.2
+++ Makefile 27 Jun 2019 06:03:55 -0000
@@ -4,10 +4,9 @@ ONLY_FOR_ARCHS = ${MONO_ARCHS}

COMMENT = Steam depot downloader utilizing the SteamKit2 library

-V = 2.3.0pl1
-DISTNAME = depotdownloader-${V:S/pl/-hotfix/g}
+V = 2.3.1
+DISTNAME = depotdownloader-${V}
PKGNAME = depotdownloader-${V}
-REVISION = 0

CATEGORIES = games
HOMEPAGE = https://github.com/SteamRE/DepotDownloader
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/depotdownloader/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 24 Jun 2019 16:49:48 -0000 1.1.1.1
+++ distinfo 27 Jun 2019 06:03:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (depotdownloader-2.3.0-hotfix1.zip) = +VUkjA/SRl+lti4X6RDLxgj+C7xQCFKMPDTieOYVAzU=
-SIZE (depotdownloader-2.3.0-hotfix1.zip) = 1563537
+SHA256 (depotdownloader-2.3.1.zip) = ik6R9XMEBUMnsNnI6KmX0ujAphmlfnjOE1wuqYyGi9E=
+SIZE (depotdownloader-2.3.1.zip) = 2103665

No comments:

Post a Comment