Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 30BEC1A9217 for ; Thu, 10 Dec 2020 20:35:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6B6EB84DA8; Thu, 10 Dec 2020 20:35:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A41FE84D7A for ; Thu, 10 Dec 2020 20:35:46 +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 rbUwnqvoHFv8 for ; Thu, 10 Dec 2020 20:35:46 +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 F27A884D40 for ; Thu, 10 Dec 2020 20:35:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1539FA9D; Thu, 10 Dec 2020 20:35:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160763254545830" MIME-Version: 1.0 Date: Thu, 10 Dec 2020 20:35:45 +0000 From: "Frank Kardel" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: kardel@netbsd.org X-Mailer: log_accum Message-Id: <20201210203545.E1539FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160763254545830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kardel Date: Thu Dec 10 20:35:45 UTC 2020 Modified Files: pkgsrc/devel/libyang: Makefile Removed Files: pkgsrc/licenses: cesnet-libyang Log Message: devel/libyang: reference modified-bsd license as per request of gdt@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libyang/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/licenses/cesnet-libyang Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160763254545830 Content-Disposition: inline Content-Length: 712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libyang/Makefile diff -u pkgsrc/devel/libyang/Makefile:1.1 pkgsrc/devel/libyang/Makefile:1.2 --- pkgsrc/devel/libyang/Makefile:1.1 Thu Dec 10 16:25:19 2020 +++ pkgsrc/devel/libyang/Makefile Thu Dec 10 20:35:45 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/12/10 16:25:19 kardel Exp $ +# $NetBSD: Makefile,v 1.2 2020/12/10 20:35:45 kardel Exp $ GITHUB_PROJECT= libyang GITHUB_TAG= v1.0.184 @@ -11,7 +11,7 @@ DIST_SUBDIR= ${GITHUB_PROJECT} MAINTAINER= kardel@NetBSD.org HOMEPAGE= https://github.com/CESNET/libyang/ COMMENT= YANG data modeling language library -LICENSE= cesnet-libyang +LICENSE= modified-bsd WRKSRC= ${WRKDIR}/libyang-1.0.184 USE_CMAKE= yes --_----------=_160763254545830--