I missed distinfo and adding ${V} in MASTER_SITES. Found by sthen@.

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/godot/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    27 Apr 2018 07:32:53 -0000      1.1.1.1
+++ Makefile    12 May 2018 18:59:25 -0000
@@ -3,7 +3,8 @@
 COMMENT =      2D and 3D game engine
 
 V =            3.0.2
-DISTNAME =     godot-$V
+DISTNAME =     godot-${V}-stable
+PKGNAME =      godot-${V}
 CATEGORIES =   games
 HOMEPAGE =     https://godotengine.org/
 MAINTAINER =   Thomas Frohwein <frohw...@ymail.com>
@@ -18,12 +19,11 @@ WANTLIB += ogg opus opusfile png pulse p
 WANTLIB += theoradec vorbis vorbisfile webp xcb z
 WANTLIB += pcre2-32 vpx zstd
 
-GH_ACCOUNT =           godotengine
-GH_PROJECT =           godot
-GH_TAGNAME =           $V-stable
+MASTER_SITES = https://downloads.tuxfamily.org/godotengine/${V}/
+EXTRACT_SUFX = .tar.xz
 
 MODULES =              devel/scons
-# Can't disable builtin_bullet until has been updated to 2.88
+# Can't disable builtin_bullet until devel/bullet has been updated to 2.88
 MODSCONS_FLAGS =       CC="${CC}" \
                        CXX="${CXX}" \
                        CFLAGS="${CFLAGS}" \
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/godot/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    27 Apr 2018 07:32:53 -0000      1.1.1.1
+++ distinfo    12 May 2018 18:59:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (godot-3.0.2.tar.gz) = FbyR3LyS/kliQRhnj8qxGf8zLcKVsl9JIXAKTuSYtlE=
-SIZE (godot-3.0.2.tar.gz) = 18812660
+SHA256 (godot-3.0.2-stable.tar.xz) = 
7qkKO9kY80nR0Q/qp9QjaHK7mpm1r0mU5Fu5ThLyDy8=
+SIZE (godot-3.0.2-stable.tar.xz) = 12433456

Reply via email to