pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/widelands



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 14 05:09:32 UTC 2026

Modified Files:
        pkgsrc/games/widelands: Makefile distinfo

Log Message:
widelands: direct download URL doesn't work

use distfile generated when clicking the download link

Bump PKGREVISION because for some reason, it differs to the recorded
data.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/games/widelands/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/widelands/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/widelands/Makefile
diff -u pkgsrc/games/widelands/Makefile:1.53 pkgsrc/games/widelands/Makefile:1.54
--- pkgsrc/games/widelands/Makefile:1.53        Mon Jul 13 04:35:59 2026
+++ pkgsrc/games/widelands/Makefile     Tue Jul 14 05:09:31 2026
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.53 2026/07/13 04:35:59 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2026/07/14 05:09:31 wiz Exp $
 
-PKGVERSION=    1.3.1
-PKGNAME=       widelands-${PKGVERSION}
-PKGREVISION=   1
-DISTNAME=      v${PKGVERSION:C/rc/-rc/}
+# use file name generated when clicking on the 'Source code' download
+# link at https://www.widelands.org/wiki/Download/
+DISTNAME=      widelands-v1.3.1
+PKGNAME=       ${DISTNAME:S/-v/-/}
+PKGREVISION=   2
 CATEGORIES=    games
-MASTER_SITES=  https://codeberg.org/wl/widelands/archive/
+# direct links time out
+#MASTER_SITES= -https://codeberg.org/wl/widelands/archive/v1.3.1.tar.gz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.widelands.org/
@@ -32,7 +34,6 @@ PYTHON_FOR_BUILD_ONLY=        yes
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    share/doc/widelands
 
-DIST_SUBDIR=   widelands
 WRKSRC=                ${WRKDIR}/widelands
 
 .include "../../mk/bsd.prefs.mk"

Index: pkgsrc/games/widelands/distinfo
diff -u pkgsrc/games/widelands/distinfo:1.10 pkgsrc/games/widelands/distinfo:1.11
--- pkgsrc/games/widelands/distinfo:1.10        Tue Jul  7 09:17:27 2026
+++ pkgsrc/games/widelands/distinfo     Tue Jul 14 05:09:31 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2026/07/07 09:17:27 prlw1 Exp $
+$NetBSD: distinfo,v 1.11 2026/07/14 05:09:31 wiz Exp $
 
-BLAKE2s (widelands/v1.3.1.tar.gz) = a7e6577e72694dfdf3b2fc5e88678eb1087d94bef3758e5c3b73e8bd657b6b4b
-SHA512 (widelands/v1.3.1.tar.gz) = 47d72aabac1dc873dd6f6fa86ba0bf2b0dd13c298f10df89b47654397ab5b3a55c06d4e8cf6a0da807e3402a7bff0839b7b0b18a6f8611ee83d252b8e0d61f15
-Size (widelands/v1.3.1.tar.gz) = 468420954 bytes
+BLAKE2s (widelands-v1.3.1.tar.gz) = 9913ab43317d95e44b387cf3cf0a0ccbe631a0b6f07fe2bd8e886b505b5dac6b
+SHA512 (widelands-v1.3.1.tar.gz) = 7a253d6ce27421b6485b392d33c963054a08982353622e280357762120cf9330446c4bf974ea8a5a9c7410e0b6dd7634ecea9c77d8cc023a61b8705cc46e23b4
+Size (widelands-v1.3.1.tar.gz) = 468133569 bytes
 SHA1 (patch-src_base_string.cc) = f6f288f8f56c6eefe63b96a050ebbe81ce4dbeb3
 SHA1 (patch-xdg_CMakeLists.txt) = d1f96cc92068ca5962ce3b8f7b045fa7c6150591



Home | Main Index | Thread Index | Old Index