Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CF1541A923A for ; Wed, 8 Dec 2021 23:53:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2F4D884EDC; Wed, 8 Dec 2021 23:53:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6804084ECD for ; Wed, 8 Dec 2021 23:53:31 +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 oVQweOPsScZA for ; Wed, 8 Dec 2021 23:53:31 +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 B7FF384EAF for ; Wed, 8 Dec 2021 23:53:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A50E8FAEC; Wed, 8 Dec 2021 23:53:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639007610282040" MIME-Version: 1.0 Date: Wed, 8 Dec 2021 23:53:30 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/textproc/icu To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20211208235330.A50E8FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639007610282040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Wed Dec 8 23:53:30 UTC 2021 Modified Files: pkgsrc/textproc/icu: buildlink3.mk Log Message: icu: properly bump the bl3 for version 70 solib major I'll let someone else decide if the recursive revbump needs to be redone or if this can ride the one that took place 8 hours ago. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/icu/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639007610282040 Content-Disposition: inline Content-Length: 686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/icu/buildlink3.mk diff -u pkgsrc/textproc/icu/buildlink3.mk:1.44 pkgsrc/textproc/icu/buildlink3.mk:1.45 --- pkgsrc/textproc/icu/buildlink3.mk:1.44 Wed Apr 21 11:42:46 2021 +++ pkgsrc/textproc/icu/buildlink3.mk Wed Dec 8 23:53:30 2021 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.44 2021/04/21 11:42:46 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.45 2021/12/08 23:53:30 tnn Exp $ BUILDLINK_TREE+= icu @@ -6,7 +6,7 @@ BUILDLINK_TREE+= icu ICU_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.icu+= icu>=3.4 -BUILDLINK_ABI_DEPENDS.icu+= icu>=69.1 +BUILDLINK_ABI_DEPENDS.icu+= icu>=70.1 BUILDLINK_PKGSRCDIR.icu?= ../../textproc/icu GCC_REQD+= 4.9 --_----------=_1639007610282040--