Received: by mail.netbsd.org (Postfix, from userid 605) id 75AFD84F4F; Fri, 5 Jan 2024 01:53:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7C1A84F43 for ; Fri, 5 Jan 2024 01:53:36 +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 heahHfQIPOhQ for ; Fri, 5 Jan 2024 01:53:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 07C5C84D36 for ; Fri, 5 Jan 2024 01:53:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0255AFA42; Fri, 5 Jan 2024 01:53:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170441961583990" MIME-Version: 1.0 Date: Fri, 5 Jan 2024 01:53:35 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/bind918 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240105015336.0255AFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170441961583990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Jan 5 01:53:35 UTC 2024 Modified Files: pkgsrc/net/bind918: buildlink3.mk Log Message: net/bind918: fix BUILDLINK_ABI_DEPENDS We have 9.8.21 but not yet 9.18.30nb1. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bind918/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170441961583990 Content-Disposition: inline Content-Length: 712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bind918/buildlink3.mk diff -u pkgsrc/net/bind918/buildlink3.mk:1.1 pkgsrc/net/bind918/buildlink3.mk:1.2 --- pkgsrc/net/bind918/buildlink3.mk:1.1 Sun Dec 11 01:57:55 2022 +++ pkgsrc/net/bind918/buildlink3.mk Fri Jan 5 01:53:35 2024 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2022/12/11 01:57:55 sekiya Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2024/01/05 01:53:35 taca Exp $ BUILDLINK_TREE+= bind @@ -6,7 +6,7 @@ BUILDLINK_TREE+= bind BIND_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.bind+= bind>=9.18.0 -BUILDLINK_ABI_DEPENDS.bind?= bind>=9.18.30nb1 +BUILDLINK_ABI_DEPENDS.bind?= bind>=9.18.21 BUILDLINK_PKGSRCDIR.bind?= ../../net/bind918 .endif # BIND_BUILDLINK3_MK --_----------=_170441961583990--