pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-Rcpp



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jan 22 02:38:47 UTC 2018

Modified Files:
        pkgsrc/devel/R-Rcpp: Makefile distinfo

Log Message:
Update to 0.12.15

Upstream changelog is too long, please visit:
https://github.com/RcppCore/Rcpp/blob/master/ChangeLog


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-Rcpp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-Rcpp/distinfo

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.6 pkgsrc/devel/R-Rcpp/Makefile:1.7
--- pkgsrc/devel/R-Rcpp/Makefile:1.6    Sat Dec 17 07:28:05 2016
+++ pkgsrc/devel/R-Rcpp/Makefile        Mon Jan 22 02:38:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/12/17 07:28:05 wen Exp $
+# $NetBSD: Makefile,v 1.7 2018/01/22 02:38:47 wen Exp $
 
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,12 +9,13 @@ COMMENT=      Seamless R and C++ Integration
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     Rcpp
-R_PKGVER=      0.12.8
+R_PKGVER=      0.12.15
 
 USE_LANGUAGES+=        c++
 
 REPLACE_R+=            inst/examples/*/*.r
-REPLACE_R+=            inst/examples/SugarPerformance/sugarBenchmarks.R
+REPLACE_R+=            inst/examples/SugarPerformance/sugarBenchmarks.R \
+                       inst/unitTests/runit.Date.R
 
 REPLACE_RSCRIPT+=      inst/discovery/cxx0x.R
 

Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.7 pkgsrc/devel/R-Rcpp/distinfo:1.8
--- pkgsrc/devel/R-Rcpp/distinfo:1.7    Sat Dec 17 07:28:05 2016
+++ pkgsrc/devel/R-Rcpp/distinfo        Mon Jan 22 02:38:47 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/12/17 07:28:05 wen Exp $
+$NetBSD: distinfo,v 1.8 2018/01/22 02:38:47 wen Exp $
 
-SHA1 (R/Rcpp_0.12.8.tar.gz) = 36377872a628430208650a9c583294d7af09a14f
-RMD160 (R/Rcpp_0.12.8.tar.gz) = a97e6a4dbd138bb758c068ec64545edd44ccbbca
-SHA512 (R/Rcpp_0.12.8.tar.gz) = f6316060f81f93d0abb8d380010d0f3be1115afbe5bad5f87c11e1f130a7568a9a54697fa0a37904e97140633404f9599001a673adf9178ef7d0008001c76fff
-Size (R/Rcpp_0.12.8.tar.gz) = 2435852 bytes
+SHA1 (R/Rcpp_0.12.15.tar.gz) = 16aecc462d34df2c2b2b81adcbb6e834a131dfee
+RMD160 (R/Rcpp_0.12.15.tar.gz) = dea808f235d4ced4e24a3a67548fb03820a56d7d
+SHA512 (R/Rcpp_0.12.15.tar.gz) = 5026ceeaa297c93277081a676e535c126537079f30e0b7fab91aa7eb5980a6b8e0d2f4dc700e364bd544d4840f7797f5327b3ae5f3e620ef6e442a9a3802ebff
+Size (R/Rcpp_0.12.15.tar.gz) = 3762481 bytes



Home | Main Index | Thread Index | Old Index