Received: by mail.netbsd.org (Postfix, from userid 605) id 5AF9284E63; Fri, 1 Jun 2018 06:15:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 576A584D82 for ; Fri, 1 Jun 2018 06:15:28 +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 UF0yUF2ad8U7 for ; Fri, 1 Jun 2018 06:15:27 +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 9380784D28 for ; Fri, 1 Jun 2018 06:15:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7CD81FBEC; Fri, 1 Jun 2018 06:15:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152783372731280" MIME-Version: 1.0 Date: Fri, 1 Jun 2018 06:15:27 +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: <20180601061527.7CD81FBEC@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. --_----------=_152783372731280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jun 1 06:15:27 UTC 2018 Modified Files: pkgsrc/math/R-sp: Makefile distinfo Log Message: Update to 1.2.7 No upstream changelog found. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-sp/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-sp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152783372731280 Content-Disposition: inline Content-Length: 1687 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.10 pkgsrc/math/R-sp/Makefile:1.11 --- pkgsrc/math/R-sp/Makefile:1.10 Sun Jan 7 12:18:11 2018 +++ pkgsrc/math/R-sp/Makefile Fri Jun 1 06:15:27 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/01/07 12:18:11 wen Exp $ +# $NetBSD: Makefile,v 1.11 2018/06/01 06:15:27 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-6 +R_PKGVER= 1.2-7 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/R-sp/distinfo diff -u pkgsrc/math/R-sp/distinfo:1.11 pkgsrc/math/R-sp/distinfo:1.12 --- pkgsrc/math/R-sp/distinfo:1.11 Sun Jan 7 12:18:11 2018 +++ pkgsrc/math/R-sp/distinfo Fri Jun 1 06:15:27 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/01/07 12:18:11 wen Exp $ +$NetBSD: distinfo,v 1.12 2018/06/01 06:15:27 wen Exp $ -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 +SHA1 (R/sp_1.2-7.tar.gz) = 52137c3a8326da71258d21a0b64799078be756ae +RMD160 (R/sp_1.2-7.tar.gz) = 8380fd08ecbf894a5d12bd431990f6f3e45e800e +SHA512 (R/sp_1.2-7.tar.gz) = 5039cb00cf91495d7e84283103d476a66cf01b7bdb41d4eb4030f948d9a349650f56b91c0412df076e4c1ea8594af7c127c9961363e011d72e0ad2b09243c347 +Size (R/sp_1.2-7.tar.gz) = 1133397 bytes --_----------=_152783372731280--