Received: by mail.netbsd.org (Postfix, from userid 605) id 2E27E84D6A; Sat, 17 Dec 2022 15:03:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D44C84D57 for ; Sat, 17 Dec 2022 15:03:07 +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 Ojsos4vXnU_o for ; Sat, 17 Dec 2022 15:03:06 +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 9E6E684C13 for ; Sat, 17 Dec 2022 15:03:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D447FA90; Sat, 17 Dec 2022 15:03:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671289386213380" MIME-Version: 1.0 Date: Sat, 17 Dec 2022 15:03:06 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221217150306.8D447FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671289386213380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Dec 17 15:03:06 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 pkgsrc/graphics: Makefile Log Message: (graphics/R-ragg) version 1.2.4 added To generate a diff of this commit: cvs rdiff -u -r1.6162 -r1.6163 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.998 -r1.999 pkgsrc/graphics/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671289386213380 Content-Disposition: inline Content-Length: 1301 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.6162 pkgsrc/doc/CHANGES-2022:1.6163 --- pkgsrc/doc/CHANGES-2022:1.6162 Sat Dec 17 14:37:44 2022 +++ pkgsrc/doc/CHANGES-2022 Sat Dec 17 15:03:06 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.6162 2022/12/17 14:37:44 mef Exp $ +$NetBSD: CHANGES-2022,v 1.6163 2022/12/17 15:03:06 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -9274,3 +9274,4 @@ Changes to the packages collection and i Added fonts/R-systemfonts version 1.0.4 [mef 2022-12-17] Updated mail/spamassassin to 4.0.0 [gdt 2022-12-17] Added fonts/R-textshaping version 0.3.6 [mef 2022-12-17] + Added graphics/R-ragg version 1.2.4 [mef 2022-12-17] Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.998 pkgsrc/graphics/Makefile:1.999 --- pkgsrc/graphics/Makefile:1.998 Fri Dec 16 19:21:59 2022 +++ pkgsrc/graphics/Makefile Sat Dec 17 15:03:06 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.998 2022/12/16 19:21:59 wiz Exp $ +# $NetBSD: Makefile,v 1.999 2022/12/17 15:03:06 mef Exp $ # COMMENT= Graphics tools and libraries @@ -37,6 +37,7 @@ SUBDIR+= R-manipulateWidget SUBDIR+= R-munsell SUBDIR+= R-png SUBDIR+= R-polyclip +SUBDIR+= R-ragg SUBDIR+= R-rgl SUBDIR+= R-scales SUBDIR+= R-thematic --_----------=_1671289386213380--