Received: by mail.netbsd.org (Postfix, from userid 605) id 1949B84F86; Fri, 3 Mar 2023 09:33:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4ABF984F78 for ; Fri, 3 Mar 2023 09:33:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yVGbKAblnLHO for ; Fri, 3 Mar 2023 09:33:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 442E384CEF for ; Fri, 3 Mar 2023 09:33:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37F71FA90; Fri, 3 Mar 2023 09:33:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677835997226430" MIME-Version: 1.0 Date: Fri, 3 Mar 2023 09:33:17 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/games/wtf To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20230303093317.37F71FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677835997226430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Fri Mar 3 09:33:17 UTC 2023 Modified Files: pkgsrc/games/wtf: Makefile distinfo Log Message: wtf: update to 20230301. Featuring more acronyms since last update. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/wtf/Makefile pkgsrc/games/wtf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677835997226430 Content-Disposition: inline Content-Length: 1445 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/wtf/Makefile diff -u pkgsrc/games/wtf/Makefile:1.9 pkgsrc/games/wtf/Makefile:1.10 --- pkgsrc/games/wtf/Makefile:1.9 Fri Mar 20 11:57:45 2020 +++ pkgsrc/games/wtf/Makefile Fri Mar 3 09:33:17 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2020/03/20 11:57:45 nia Exp $ +# $NetBSD: Makefile,v 1.10 2023/03/03 09:33:17 fcambus Exp $ # -DISTNAME= wtf-20191214 +DISTNAME= wtf-20230301 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bsdwtf/} Index: pkgsrc/games/wtf/distinfo diff -u pkgsrc/games/wtf/distinfo:1.9 pkgsrc/games/wtf/distinfo:1.10 --- pkgsrc/games/wtf/distinfo:1.9 Tue Oct 26 10:44:30 2021 +++ pkgsrc/games/wtf/distinfo Fri Mar 3 09:33:17 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:44:30 nia Exp $ +$NetBSD: distinfo,v 1.10 2023/03/03 09:33:17 fcambus Exp $ -BLAKE2s (wtf-20191214.tar.gz) = 3a96acd5d4a6d177a43d99ba92236555df20847da7a98302583f4f536ce1dda4 -SHA512 (wtf-20191214.tar.gz) = 4f33a027e4977db7e481bcbd3946bfef38dbc9e5ad631d40a83917b74b8addef251797502c940aa8ef99d290f6626ca5d110d1e5af49da6ac8e0ad292cf6c1f9 -Size (wtf-20191214.tar.gz) = 29948 bytes +BLAKE2s (wtf-20230301.tar.gz) = 35b88b2ec42b1b3364a3e7e225321ef7b1df875adf512a4d5e77bb9e5255be95 +SHA512 (wtf-20230301.tar.gz) = e5510876286de402b0c56faec3ea15e97500f52f3d3c58a5c1c36ec7f08bb220099ef9cdc769c42666c5e1e38a6dffb222870c6bc9d25a266b96836702108503 +Size (wtf-20230301.tar.gz) = 31174 bytes --_----------=_1677835997226430--