Received: by mail.netbsd.org (Postfix, from userid 605) id 9410584ED0; Sat, 27 Jan 2024 20:23:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4A5C84ED8 for ; Sat, 27 Jan 2024 20:23:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wMcveDeO8xfE for ; Sat, 27 Jan 2024 20:23:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3F5AE84E71 for ; Sat, 27 Jan 2024 20:23:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3237FFA42; Sat, 27 Jan 2024 20:23:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706387030297940" MIME-Version: 1.0 Date: Sat, 27 Jan 2024 20:23:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/tack To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240127202350.3237FFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706387030297940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 27 20:23:50 UTC 2024 Modified Files: pkgsrc/devel/tack: Makefile distinfo Log Message: tack: update to 1.09.20230201. 3 years of changes, no summary found. For details read the CHANGES file. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/tack/Makefile \ pkgsrc/devel/tack/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706387030297940 Content-Disposition: inline Content-Length: 1959 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/tack/Makefile diff -u pkgsrc/devel/tack/Makefile:1.1 pkgsrc/devel/tack/Makefile:1.2 --- pkgsrc/devel/tack/Makefile:1.1 Sat Jan 27 19:27:16 2024 +++ pkgsrc/devel/tack/Makefile Sat Jan 27 20:23:50 2024 @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.1 2024/01/27 19:27:16 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2024/01/27 20:23:50 wiz Exp $ -DISTNAME= tack -PKGNAME= tack-1.09 +DISTNAME= tack-1.09-20230201 +PKGNAME= ${DISTNAME:S/-20/.20/} CATEGORIES= devel -MASTER_SITES= https://invisible-island.net/datafiles/release/ -DIST_SUBDIR= ${PKGNAME_NOREV} +MASTER_SITES= https://invisible-island.net/archives/ncurses/current/ +EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://invisible-island.net/ncurses/tack.html COMMENT= Verify or refine a terminfo description of a terminal LICENSE= gnu-gpl-v2 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +WRKSRC= ${WRKDIR}/${DISTNAME:S,-202.*,,} GNU_CONFIGURE= yes # uses ncurses private symbols Index: pkgsrc/devel/tack/distinfo diff -u pkgsrc/devel/tack/distinfo:1.1 pkgsrc/devel/tack/distinfo:1.2 --- pkgsrc/devel/tack/distinfo:1.1 Sat Jan 27 19:27:16 2024 +++ pkgsrc/devel/tack/distinfo Sat Jan 27 20:23:50 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2024/01/27 19:27:16 wiz Exp $ +$NetBSD: distinfo,v 1.2 2024/01/27 20:23:50 wiz Exp $ -BLAKE2s (tack-1.09/tack.tar.gz) = 9f6f0e994d784fbedf1bec19e631378a594359775fa93d9cc871675f2a4fed78 -SHA512 (tack-1.09/tack.tar.gz) = 2e39d4cd5cb74250e473bbb9aabc2426bbe769eca10c20a1e2a7d710fc4c15d726ac0e7276cf9b0216dead8e474106e22f7572f52162a2cc6a5a5455d4471711 -Size (tack-1.09/tack.tar.gz) = 237926 bytes +BLAKE2s (tack-1.09-20230201.tgz) = 92087b5623abb42a628419edd6553d82974629162b3f82d7b10d2def22e499ee +SHA512 (tack-1.09-20230201.tgz) = 45723237919e1fda960d05608b32de5f610b8c658cb4e2d8393e889d81455c1b63addf8200fb54db34b40719419397fa74738bba3ca83efe1790107198779bc6 +Size (tack-1.09-20230201.tgz) = 256410 bytes --_----------=_1706387030297940--