diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-01-18 23:04:08 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-01-18 23:04:08 +0000 |
commit | 6ef707b3844023c38d1e561d50739d4a52e0970d (patch) | |
tree | 4d2bfc458b7fa1b3cde18ef399b1f9c794e801c1 /math/R | |
parent | 92693c6b65f6aed7ccfbff04daa838c898195613 (diff) |
Notes
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 6 | ||||
-rw-r--r-- | math/R/distinfo | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index d27cf3c7771a..81e52eb6114c 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= R -PORTVERSION= 2.14.0 +PORTVERSION= 2.14.1 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ ftp://cran.r-project.org/pub/R/src/base/R-2/ \ @@ -219,10 +219,6 @@ PLIST_SUB+= PDF_MANUAL="@comment " .endif # !LIBRMATH_SLAVEPORT post-patch: - @${REINPLACE_CMD} -e '\|R_RD4PDF|s|,inconsolata||' \ - ${WRKSRC}/configure \ - ${WRKSRC}/src/library/tools/R/Rd2dvi.R \ - ${WRKSRC}/src/library/utils/R/help.R @${REINPLACE_CMD} -e '\|LIBS=|s|-lrt ||' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ diff --git a/math/R/distinfo b/math/R/distinfo index ca9844509812..a9c7416c029e 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,2 +1,2 @@ -SHA256 (R-2.14.0.tar.gz) = 036204f56f8128e633a5d2fe56ebe0ba5a5e8501abe2056736d12a99bf69b910 -SIZE (R-2.14.0.tar.gz) = 22675106 +SHA256 (R-2.14.1.tar.gz) = d8a18914005975f40ed8fb37e3532422f769fb454651a9ed75f73c2bee9c0c4c +SIZE (R-2.14.1.tar.gz) = 23697861 |