Received: by mail.netbsd.org (Postfix, from userid 605) id ACB9784FBA; Wed, 10 Jan 2024 00:53:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBCA084EBA for ; Wed, 10 Jan 2024 00:53:53 +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 M-UYuMiyBEzO for ; Wed, 10 Jan 2024 00:53:53 +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 6A5D384C86 for ; Wed, 10 Jan 2024 00:53:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C270FA42; Wed, 10 Jan 2024 00:53:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704848033172710" MIME-Version: 1.0 Date: Wed, 10 Jan 2024 00:53:53 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/net/kea To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240110005353.5C270FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704848033172710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Jan 10 00:53:53 UTC 2024 Modified Files: pkgsrc/net/kea: Makefile Log Message: kea: bump for libyang2 (though it's not a default option) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/kea/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704848033172710 Content-Disposition: inline Content-Length: 545 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/kea/Makefile diff -u pkgsrc/net/kea/Makefile:1.6 pkgsrc/net/kea/Makefile:1.7 --- pkgsrc/net/kea/Makefile:1.6 Fri Dec 29 18:24:55 2023 +++ pkgsrc/net/kea/Makefile Wed Jan 10 00:53:53 2024 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2023/12/29 18:24:55 adam Exp $ +# $NetBSD: Makefile,v 1.7 2024/01/10 00:53:53 gutteridge Exp $ DISTNAME= kea-${VERSION} -#PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Next-generation ISC Dynamic Host Configuration Protocol (DHCP) Server -PKGREVISION= 1 .include "options.mk" --_----------=_1704848033172710--