Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 15:11:55 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348084 - head/math/R-cran-RcppArmadillo
Message-ID:  <201403131511.s2DFBtbM045121@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu Mar 13 15:11:54 2014
New Revision: 348084
URL: http://svnweb.freebsd.org/changeset/ports/348084
QAT: https://qat.redports.org/buildarchive/r348084/

Log:
  - Update to 0.4.100.0

Modified:
  head/math/R-cran-RcppArmadillo/Makefile
  head/math/R-cran-RcppArmadillo/distinfo

Modified: head/math/R-cran-RcppArmadillo/Makefile
==============================================================================
--- head/math/R-cran-RcppArmadillo/Makefile	Thu Mar 13 15:09:36 2014	(r348083)
+++ head/math/R-cran-RcppArmadillo/Makefile	Thu Mar 13 15:11:54 2014	(r348084)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	RcppArmadillo
-PORTVERSION=	0.4.000.4
-PORTREVISION=	1
+PORTVERSION=	0.4.100.0
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -13,11 +12,14 @@ COMMENT=	Rcpp integration for Armadillo 
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	R-cran-Rcpp>=0.10.5:${PORTSDIR}/devel/R-cran-Rcpp
+RUN_DEPENDS=	R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp
 
 USES=	cran:auto-plist
 
 post-patch:
-	${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
+
+post-stage:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/RcppArmadillo/libs/RcppArmadillo.so
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-RcppArmadillo/distinfo
==============================================================================
--- head/math/R-cran-RcppArmadillo/distinfo	Thu Mar 13 15:09:36 2014	(r348083)
+++ head/math/R-cran-RcppArmadillo/distinfo	Thu Mar 13 15:11:54 2014	(r348084)
@@ -1,2 +1,2 @@
-SHA256 (RcppArmadillo_0.4.000.4.tar.gz) = 1d78a8c677b24d87403e8f69fa1ecf6540e6e36ea020e79493b0dad42613ee11
-SIZE (RcppArmadillo_0.4.000.4.tar.gz) = 895994
+SHA256 (RcppArmadillo_0.4.100.0.tar.gz) = 413604e2de37fdd22884c88c19b864f70b2b29a00306cffbdc8a630f22ae907b
+SIZE (RcppArmadillo_0.4.100.0.tar.gz) = 902754



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131511.s2DFBtbM045121>