svn commit: r418941 - head/devel/R-cran-Rcpp

TAKATSU Tomonari tota at FreeBSD.org
Sat Jul 23 02:49:05 UTC 2016


Author: tota
Date: Sat Jul 23 02:49:03 2016
New Revision: 418941
URL: https://svnweb.freebsd.org/changeset/ports/418941

Log:
  - Update to 0.12.6
  - Add "compiles" argument to USES=cran

Modified:
  head/devel/R-cran-Rcpp/Makefile   (contents, props changed)
  head/devel/R-cran-Rcpp/distinfo   (contents, props changed)

Modified: head/devel/R-cran-Rcpp/Makefile
==============================================================================
--- head/devel/R-cran-Rcpp/Makefile	Sat Jul 23 02:23:36 2016	(r418940)
+++ head/devel/R-cran-Rcpp/Makefile	Sat Jul 23 02:49:03 2016	(r418941)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Rcpp
-PORTVERSION=	0.12.5
+PORTVERSION=	0.12.6
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,7 +11,7 @@ COMMENT=	Seamless R and C++ Integration
 
 LICENSE=	GPLv2+
 
-USES=		cran:auto-plist shebangfix
+USES=		cran:auto-plist,compiles shebangfix
 SHEBANG_FILES=	inst/examples/*/*.sh \
 		inst/examples/*/*.r \
 		inst/examples/*/*.R

Modified: head/devel/R-cran-Rcpp/distinfo
==============================================================================
--- head/devel/R-cran-Rcpp/distinfo	Sat Jul 23 02:23:36 2016	(r418940)
+++ head/devel/R-cran-Rcpp/distinfo	Sat Jul 23 02:49:03 2016	(r418941)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463322648
-SHA256 (Rcpp_0.12.5.tar.gz) = 13449481c91b5271b34d81f462864864c1905bb05021781eee11c36fdafa80ef
-SIZE (Rcpp_0.12.5.tar.gz) = 2397088
+TIMESTAMP = 1469063923
+SHA256 (Rcpp_0.12.6.tar.gz) = 1bb54e03b817a3d6ab5917f1bbf5250c6b33f61e466628a378022ed65a010141
+SIZE (Rcpp_0.12.6.tar.gz) = 2415707


More information about the svn-ports-all mailing list