Received: by mail.netbsd.org (Postfix, from userid 605) id 6BC1084D8C; Mon, 19 Feb 2024 08:21:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708330897; bh=8k9HoSCekwhHLdM7HTyuHSEMEpnd/0SL2VB0X1E3wgQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=CxmrIpyfGaSL9UXyx3QNoeeCn8VJjhG/9fd6G0WdF9exjJyaS2wUa8lpwg9i+NR3i UZXL7jlimOLSI4GzGxAOxdqMJ81kOZCpT/Nc7cGlZXrzNjSR/4X6olwY95+MHtnHtV MpKKT8Z3oiht0o1GY6tmwf2TyuxJC+ykpWMMVhCM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E9BD84D50 for ; Mon, 19 Feb 2024 08:21:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 5lRzeJSJfaVW for ; Mon, 19 Feb 2024 08:21:36 +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 E257A84CEA for ; Mon, 19 Feb 2024 08:21:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708330895; bh=8k9HoSCekwhHLdM7HTyuHSEMEpnd/0SL2VB0X1E3wgQ=; h=Date:From:Subject:To:Reply-To; b=ZGyCDo/gIm3YctlG5p9OGGvwOUC24PU3TyBdNVkJ8saCe04npxFUKoRbkzlN3J/Qn oW5BwMxxx+sxXxuxdHS6wn3EOF5WxxE52ZxSxVkKFOFrsx9bM4lRFD8zH9w5YKJM3T b3byhCC8YK6HYygPJldBRLVIhb43qDndNIrNrHj4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3838F9F4; Mon, 19 Feb 2024 08:21:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708330895153210" MIME-Version: 1.0 Date: Mon, 19 Feb 2024 08:21:35 +0000 From: "pin" Subject: CVS commit: pkgsrc/textproc/inlyne To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240219082135.D3838F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708330895153210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Feb 19 08:21:35 UTC 2024 Modified Files: pkgsrc/textproc/inlyne: Makefile Log Message: textproc/inlyne: add warning about latest release To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/inlyne/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708330895153210 Content-Disposition: inline Content-Length: 672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/inlyne/Makefile diff -u pkgsrc/textproc/inlyne/Makefile:1.7 pkgsrc/textproc/inlyne/Makefile:1.8 --- pkgsrc/textproc/inlyne/Makefile:1.7 Sun Dec 3 20:45:15 2023 +++ pkgsrc/textproc/inlyne/Makefile Mon Feb 19 08:21:35 2024 @@ -1,6 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2023/12/03 20:45:15 pin Exp $ +# $NetBSD: Makefile,v 1.8 2024/02/19 08:21:35 pin Exp $ DISTNAME= inlyne-0.3.3 +# 0.4.0 has been release but, do not update to it, see: +# https://github.com/trimental/inlyne/issues/248 +# Waiting for 0.4.1 to include the fix. CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=trimental/} GITHUB_TAG= v${PKGVERSION_NOREV} --_----------=_1708330895153210--