Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 703D984D01 for ; Thu, 15 Jun 2023 11:52:17 +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 Fuk2i0inUB1G for ; Thu, 15 Jun 2023 11:52:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DEFC584CFC for ; Thu, 15 Jun 2023 11:52:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8924FA89; Thu, 15 Jun 2023 11:52:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686829936283090" MIME-Version: 1.0 Date: Thu, 15 Jun 2023 11:52:16 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/graphics/R-latticeExtra To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230615115216.D8924FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686829936283090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Jun 15 11:52:16 UTC 2023 Modified Files: pkgsrc/graphics/R-latticeExtra: Makefile distinfo Log Message: (graphics/R-latticeExtra) Updated 0.6.29 to 0.6.30 Changes in Version 0.6-30 o Replace non-free 'tripack' package functions by 'interp'. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/R-latticeExtra/Makefile \ pkgsrc/graphics/R-latticeExtra/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686829936283090 Content-Disposition: inline Content-Length: 1993 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/R-latticeExtra/Makefile diff -u pkgsrc/graphics/R-latticeExtra/Makefile:1.6 pkgsrc/graphics/R-latticeExtra/Makefile:1.7 --- pkgsrc/graphics/R-latticeExtra/Makefile:1.6 Mon Sep 20 02:57:34 2021 +++ pkgsrc/graphics/R-latticeExtra/Makefile Thu Jun 15 11:52:16 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2021/09/20 02:57:34 mef Exp $ +# $NetBSD: Makefile,v 1.7 2023/06/15 11:52:16 mef Exp $ R_PKGNAME= latticeExtra -R_PKGVER= 0.6-29 +R_PKGVER= 0.6-30 CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,6 +11,7 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 DEPENDS+= R-RColorBrewer>=1.0.5:../../math/R-RColorBrewer DEPENDS+= R-jpeg-[0-9]*:../../graphics/R-jpeg DEPENDS+= R-png-[0-9]*:../../graphics/R-png +DEPENDS+= R-interp-[0-9]*:../../graphics/R-interp TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps TEST_DEPENDS+= R-mapproj-[0-9]*:../../math/R-mapproj Index: pkgsrc/graphics/R-latticeExtra/distinfo diff -u pkgsrc/graphics/R-latticeExtra/distinfo:1.6 pkgsrc/graphics/R-latticeExtra/distinfo:1.7 --- pkgsrc/graphics/R-latticeExtra/distinfo:1.6 Tue Oct 26 10:45:56 2021 +++ pkgsrc/graphics/R-latticeExtra/distinfo Thu Jun 15 11:52:16 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:45:56 nia Exp $ +$NetBSD: distinfo,v 1.7 2023/06/15 11:52:16 mef Exp $ -BLAKE2s (R/latticeExtra_0.6-29.tar.gz) = cc73df170eaf8edc5cab5df76d697c49661b0eb95df217dd63a394601a145aaf -SHA512 (R/latticeExtra_0.6-29.tar.gz) = f6730a33b852f336d67bb8f27b8b67e1622700e5f64e1f269355fff4034e928e191c9cdbc357c6fa6eb1eef44d34fdbe143f99531d272d993bc583764be7211e -Size (R/latticeExtra_0.6-29.tar.gz) = 1292315 bytes +BLAKE2s (R/latticeExtra_0.6-30.tar.gz) = 248895143489a10190048bcbd230dbb8c1aa181490145e9fe59412a787839e77 +SHA512 (R/latticeExtra_0.6-30.tar.gz) = 340c2d05da3192081bf7e145496212a0c4199a7b68ee0635f22e3da3163878f617a7d37c93e7633488418e5688073a597a350679564feb5adb4eb68edad1a3d7 +Size (R/latticeExtra_0.6-30.tar.gz) = 1292936 bytes --_----------=_1686829936283090--