From owner-svn-ports-head@FreeBSD.ORG Fri Mar 21 06:04:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A249D534; Fri, 21 Mar 2014 06:04:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DABFBE9; Fri, 21 Mar 2014 06:04:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2L64l7G043336; Fri, 21 Mar 2014 06:04:47 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2L64l7n043334; Fri, 21 Mar 2014 06:04:47 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201403210604.s2L64l7n043334@svn.freebsd.org> From: TAKATSU Tomonari Date: Fri, 21 Mar 2014 06:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348726 - head/devel/R-cran-Rcpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 06:04:47 -0000 Author: tota Date: Fri Mar 21 06:04:46 2014 New Revision: 348726 URL: http://svnweb.freebsd.org/changeset/ports/348726 QAT: https://qat.redports.org/buildarchive/r348726/ Log: - Update to 0.11.1 - Use shebangfix Modified: head/devel/R-cran-Rcpp/Makefile head/devel/R-cran-Rcpp/distinfo Modified: head/devel/R-cran-Rcpp/Makefile ============================================================================== --- head/devel/R-cran-Rcpp/Makefile Fri Mar 21 02:01:07 2014 (r348725) +++ head/devel/R-cran-Rcpp/Makefile Fri Mar 21 06:04:46 2014 (r348726) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Rcpp -PORTVERSION= 0.11.0 -PORTREVISION= 1 +PORTVERSION= 0.11.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,6 +12,17 @@ COMMENT= Seamless R and C++ Integration LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist shebangfix + +SHEBANG_LANG= r +r_OLD_CMD= /usr/bin/r +r_CMD= ${LOCALBASE}/bin/R +SHEBANG_FILES= inst/examples/ConvolveBenchmarks/buildAndRun.sh \ + inst/examples/ConvolveBenchmarks/exampleRCode.r \ + inst/examples/FastLM/*.r \ + inst/examples/Misc/*.r \ + inst/examples/RcppInline/*.r \ + inst/examples/SugarPerformance/sugarBenchmarks.R \ + inst/examples/functionCallback/newApiExample.r .include Modified: head/devel/R-cran-Rcpp/distinfo ============================================================================== --- head/devel/R-cran-Rcpp/distinfo Fri Mar 21 02:01:07 2014 (r348725) +++ head/devel/R-cran-Rcpp/distinfo Fri Mar 21 06:04:46 2014 (r348726) @@ -1,2 +1,2 @@ -SHA256 (Rcpp_0.11.0.tar.gz) = 5b093de76f177b5ebe03ce27e00e3d0a15e7a8e34e2c72b5e423588aebd0d91e -SIZE (Rcpp_0.11.0.tar.gz) = 1998844 +SHA256 (Rcpp_0.11.1.tar.gz) = 60b8dfcb4f863911371923a0887e8dc8a433f22b4e6a1c7f4bd57b2363db9ab1 +SIZE (Rcpp_0.11.1.tar.gz) = 2003515