Hi,

> > tested on amd64 by playing a game
> > 
> > ok?
> 
> make fetch failed,
> 
> ftp: proxy.binaries.openttd.org: no address associated with name
> 
> It succeeded after I made this change,
> 
> -MASTER_SITES =
> https://proxy.binaries.openttd.org/openttd-releases/$V/ +MASTER_SITES
> =         https://cdn.openttd.org/openttd-releases/$V/
> 
> If you fix the fetch, then ok gkoehler@

I have been experimenting with fixing WANTLIB in the last few days. For
now I'm happy with a simple version bump and fixing MASTER_SITES.
Attached below for convenience.

Thank you both for looking at openttd.

Index: Makefile
===================================================================
RCS file: /daten/openbsdmirror/cvs/mirror/ports/games/openttd/Makefile,v
retrieving revision 1.85
diff -u -p -u -p -r1.85 Makefile
--- Makefile    26 Apr 2023 08:34:13 -0000      1.85
+++ Makefile    27 Jul 2023 19:22:18 -0000
@@ -1,6 +1,6 @@
 COMMENT=       open source clone of the game Transport Tycoon Deluxe
 
-V =            13.1
+V =            13.3
 DISTNAME =     openttd-$V-source
 PKGNAME =      openttd-$V
 
@@ -20,7 +20,7 @@ WANTLIB += sndio usbhid z
 
 COMPILER =             base-clang ports-gcc base-gcc
 
-MASTER_SITES =         https://proxy.binaries.openttd.org/openttd-releases/$V/
+MASTER_SITES =         https://cdn.openttd.org/openttd-releases/$V/
 EXTRACT_SUFX =         .tar.xz
 
 DIST_SUBDIR =          openttd
Index: distinfo
===================================================================
RCS file: /daten/openbsdmirror/cvs/mirror/ports/games/openttd/distinfo,v
retrieving revision 1.44
diff -u -p -u -p -r1.44 distinfo
--- distinfo    26 Apr 2023 08:34:13 -0000      1.44
+++ distinfo    27 Jul 2023 19:22:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (openttd/openttd-13.1-source.tar.xz) = 
Xt8i03A1I4KF72cql9WeZCgL66sj5YR4CDTM1r4KWLs=
-SIZE (openttd/openttd-13.1-source.tar.xz) = 7407360
+SHA256 (openttd/openttd-13.3-source.tar.xz) = 
qvoW0vtnFlE0xzqIj3n3pe19oXoEz26ez2csnLiecZI=
+SIZE (openttd/openttd-13.3-source.tar.xz) = 7417568


-- 
greetings,

Florian Viehweger

Reply via email to