Received: by mail.netbsd.org (Postfix, from userid 605) id 5143484D5F; Tue, 31 May 2022 11:25:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AB4584D4B for ; Tue, 31 May 2022 11:25:51 +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 vBp-2WE3rFef for ; Tue, 31 May 2022 11:25:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DFF4384D15 for ; Tue, 31 May 2022 11:25:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4303FAEB; Tue, 31 May 2022 11:26:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165399641688160" MIME-Version: 1.0 Date: Tue, 31 May 2022 11:26:56 +0000 From: "pin" Subject: CVS commit: pkgsrc/editors/tp-note To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220531112656.C4303FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165399641688160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue May 31 11:26:56 UTC 2022 Modified Files: pkgsrc/editors/tp-note: Makefile Log Message: editors/tp-note: fix broken build Sorry, it slipped through. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/tp-note/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165399641688160 Content-Disposition: inline Content-Length: 716 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/tp-note/Makefile diff -u pkgsrc/editors/tp-note/Makefile:1.3 pkgsrc/editors/tp-note/Makefile:1.4 --- pkgsrc/editors/tp-note/Makefile:1.3 Thu May 26 21:24:02 2022 +++ pkgsrc/editors/tp-note/Makefile Tue May 31 11:26:56 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/26 21:24:02 pin Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/31 11:26:56 pin Exp $ DISTNAME= tp-note-1.17.0 CATEGORIES= editors @@ -14,7 +14,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0 .include "cargo-depends.mk" -WRKSRC= ${WRKDIR}/tp-note-v1.16.6-f9c08da903768a697a5615b8eabd53e17ee6365f +WRKSRC= ${WRKDIR}/tp-note-v1.17.0-383ed57bc994f7ee24bd404c63296bc6b162b60b USE_TOOLS+= pkg-config --_----------=_165399641688160--