pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: brook
Date: Wed Jul 31 15:00:16 UTC 2019
Modified Files:
pkgsrc/devel/R-Rcpp: Makefile buildlink3.mk distinfo
pkgsrc/doc: CHANGES-2019
Log Message:
R-Rcpp: update to version 1.0.2.
Update to the canonical form of an R package and fix the LICENSE
field.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/R-Rcpp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-Rcpp/buildlink3.mk
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/R-Rcpp/distinfo
cvs rdiff -u -r1.3134 -r1.3135 pkgsrc/doc/CHANGES-2019
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-Rcpp/Makefile
diff -u pkgsrc/devel/R-Rcpp/Makefile:1.12 pkgsrc/devel/R-Rcpp/Makefile:1.13
--- pkgsrc/devel/R-Rcpp/Makefile:1.12 Sat Apr 20 12:46:05 2019
+++ pkgsrc/devel/R-Rcpp/Makefile Wed Jul 31 15:00:16 2019
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.12 2019/04/20 12:46:05 wen Exp $
+# $NetBSD: Makefile,v 1.13 2019/07/31 15:00:16 brook Exp $
-CATEGORIES= devel
+CATEGORIES= devel R
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= ${R_HOMEPAGE_BASE}/Rcpp/
-COMMENT= Seamless R and C++ Integration
-LICENSE= gnu-gpl-v2
+COMMENT= Seamless R and C++ integration
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= Rcpp
-R_PKGVER= 1.0.1
+R_PKGVER= 1.0.2
USE_LANGUAGES+= c++
REPLACE_R+= inst/examples/*/*.r
-REPLACE_R+= inst/examples/SugarPerformance/sugarBenchmarks.R \
- inst/unitTests/runit.Date.R
+REPLACE_R+= inst/examples/SugarPerformance/sugarBenchmarks.R
+REPLACE_R+= inst/unitTests/runit.Date.R
REPLACE_RSCRIPT+= inst/discovery/cxx0x.R
Index: pkgsrc/devel/R-Rcpp/buildlink3.mk
diff -u pkgsrc/devel/R-Rcpp/buildlink3.mk:1.1 pkgsrc/devel/R-Rcpp/buildlink3.mk:1.2
--- pkgsrc/devel/R-Rcpp/buildlink3.mk:1.1 Fri Sep 19 20:12:51 2014
+++ pkgsrc/devel/R-Rcpp/buildlink3.mk Wed Jul 31 15:00:16 2019
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/09/19 20:12:51 brook Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2019/07/31 15:00:16 brook Exp $
BUILDLINK_TREE+= R-Rcpp
.if !defined(R_RCPP_BUILDLINK3_MK)
R_RCPP_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.R-Rcpp+= R-Rcpp>=0.11.2
+BUILDLINK_API_DEPENDS.R-Rcpp+= R-Rcpp>=1.0.2
BUILDLINK_PKGSRCDIR.R-Rcpp?= ../../devel/R-Rcpp
.endif # R_RCPP_BUILDLINK3_MK
Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.11 pkgsrc/devel/R-Rcpp/distinfo:1.12
--- pkgsrc/devel/R-Rcpp/distinfo:1.11 Sat Apr 20 12:46:05 2019
+++ pkgsrc/devel/R-Rcpp/distinfo Wed Jul 31 15:00:16 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/04/20 12:46:05 wen Exp $
+$NetBSD: distinfo,v 1.12 2019/07/31 15:00:16 brook Exp $
-SHA1 (R/Rcpp_1.0.1.tar.gz) = 36c9ad70bdd2140155a359b266728808200f1643
-RMD160 (R/Rcpp_1.0.1.tar.gz) = 522c03fd0d4b5d6f0268d1918f06e4c62a50a2a9
-SHA512 (R/Rcpp_1.0.1.tar.gz) = cc0ec5399256fb35e0be6399eb6d37f8f74badb38ee9f76bab898c03487a721792921a26431221549fc3f3d60ef26a30e339c1d93cdbe6b7012e9f442b935150
-Size (R/Rcpp_1.0.1.tar.gz) = 3661123 bytes
+SHA1 (R/Rcpp_1.0.2.tar.gz) = 086929a798a9cc601a48c3d1fa72c9d1f4546d16
+RMD160 (R/Rcpp_1.0.2.tar.gz) = 3a8048a100450cff8bcdbd3e229cb42a165fe4c4
+SHA512 (R/Rcpp_1.0.2.tar.gz) = 4d60da82b265233806e6643b41bbb59f5fc642dbe15a8aaceea06e01164e32f2f2ab3625a1ad524e5df4cb5f473c32941848eac42f9d9b9ed563d53af3315423
+Size (R/Rcpp_1.0.2.tar.gz) = 3699570 bytes
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3134 pkgsrc/doc/CHANGES-2019:1.3135
--- pkgsrc/doc/CHANGES-2019:1.3134 Wed Jul 31 14:58:13 2019
+++ pkgsrc/doc/CHANGES-2019 Wed Jul 31 15:00:16 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3134 2019/07/31 14:58:13 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3135 2019/07/31 15:00:16 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5091,3 +5091,4 @@ Changes to the packages collection and i
Updated databases/R-sqldf to 0.4.11 [brook 2019-07-31]
Updated devel/R-IRkernel to 1.0.2 [brook 2019-07-31]
Updated devel/R-R6 to 2.4.0 [brook 2019-07-31]
+ Updated devel/R-Rcpp to 1.0.2 [brook 2019-07-31]
Home |
Main Index |
Thread Index |
Old Index