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 479171A921F for ; Thu, 7 Apr 2022 15:56:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5F52984EDA; Thu, 7 Apr 2022 15:56:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 971F884E67 for ; Thu, 7 Apr 2022 15:56:41 +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 r7WbDVO9hGMu for ; Thu, 7 Apr 2022 15:56:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EEAF484E5D for ; Thu, 7 Apr 2022 15:56:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7B8FFB24; Thu, 7 Apr 2022 15:56:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16493470008060" MIME-Version: 1.0 Date: Thu, 7 Apr 2022 15:56:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/noto-emoji-ttf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220407155640.E7B8FFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16493470008060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 7 15:56:40 UTC 2022 Modified Files: pkgsrc/fonts/noto-emoji-ttf: Makefile Log Message: noto-emoji-ttf: fix LICENSE the fonts are ofl-v1.1; other stuff has other licenses but we only use the fonts To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/noto-emoji-ttf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16493470008060 Content-Disposition: inline Content-Length: 742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/noto-emoji-ttf/Makefile diff -u pkgsrc/fonts/noto-emoji-ttf/Makefile:1.3 pkgsrc/fonts/noto-emoji-ttf/Makefile:1.4 --- pkgsrc/fonts/noto-emoji-ttf/Makefile:1.3 Wed Apr 6 22:46:13 2022 +++ pkgsrc/fonts/noto-emoji-ttf/Makefile Thu Apr 7 15:56:40 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/04/06 22:46:13 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/04/07 15:56:40 wiz Exp $ DISTNAME= noto-emoji-2.034 PKGNAME= ${DISTNAME:S/emoji/emoji-ttf/} @@ -10,7 +10,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://www.google.com/get/noto/ COMMENT= Noto Emoji Font from Google -LICENSE= apache-2.0 +LICENSE= ofl-v1.1 NO_BUILD= yes USE_LANGUAGES= # none --_----------=_16493470008060--