Received: by mail.netbsd.org (Postfix, from userid 605) id 4A92884D35; Sun, 7 Jan 2018 12:18:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C6BEC84D2F for ; Sun, 7 Jan 2018 12:18: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 6swmLARnE9Jw for ; Sun, 7 Jan 2018 12:18:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 508E684CED for ; Sun, 7 Jan 2018 12:18:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1971FBDE; Sun, 7 Jan 2018 12:18:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1515327491136510" MIME-Version: 1.0 Date: Sun, 7 Jan 2018 12:18:11 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/math/R-sp To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180107121811.E1971FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1515327491136510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jan 7 12:18:11 UTC 2018 Modified Files: pkgsrc/math/R-sp: Makefile distinfo Log Message: Update to 1.2.6 No upstream changelog found. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-sp/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-sp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1515327491136510 Content-Disposition: inline Content-Length: 1684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-sp/Makefile diff -u pkgsrc/math/R-sp/Makefile:1.9 pkgsrc/math/R-sp/Makefile:1.10 --- pkgsrc/math/R-sp/Makefile:1.9 Sat Dec 2 12:09:54 2017 +++ pkgsrc/math/R-sp/Makefile Sun Jan 7 12:18:11 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/12/02 12:09:54 wen Exp $ +# $NetBSD: Makefile,v 1.10 2018/01/07 12:18:11 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Classes and methods for spatial LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 R_PKGNAME= sp -R_PKGVER= 1.2-5 +R_PKGVER= 1.2-6 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/R-sp/distinfo diff -u pkgsrc/math/R-sp/distinfo:1.10 pkgsrc/math/R-sp/distinfo:1.11 --- pkgsrc/math/R-sp/distinfo:1.10 Sat Dec 2 12:09:54 2017 +++ pkgsrc/math/R-sp/distinfo Sun Jan 7 12:18:11 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2017/12/02 12:09:54 wen Exp $ +$NetBSD: distinfo,v 1.11 2018/01/07 12:18:11 wen Exp $ -SHA1 (R/sp_1.2-5.tar.gz) = 0e24d5a6d6fc3196a38d7d4ddfcca247dd6afbe8 -RMD160 (R/sp_1.2-5.tar.gz) = 6c6a51d3b2fe984024dfeb9158400ac4213e5f94 -SHA512 (R/sp_1.2-5.tar.gz) = 564f02d54e352dfa017eb0d8783898a066ac5db07b18388cd74e65b0354dd3555290bab3d929da326f780b1e1d3609d55f6eb1d3ffd8220c3c56e00f158c7d21 -Size (R/sp_1.2-5.tar.gz) = 1134121 bytes +SHA1 (R/sp_1.2-6.tar.gz) = 5f570295f81bcf31d8c44a4e27c53e86d0ccaeee +RMD160 (R/sp_1.2-6.tar.gz) = 05c17a9d0fb2397a0d9644a6ec312612c8ad702d +SHA512 (R/sp_1.2-6.tar.gz) = ead415443ef2754c88c9ec293108a6444b744cbfe699cf3c072666e184c3b6f5a360bddd3d11ac90c330a83612dd956cbb0edcf182352bb96f1e7453d68833c8 +Size (R/sp_1.2-6.tar.gz) = 1133739 bytes --_----------=_1515327491136510--