[147091] trunk/dports/math/R/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Mar 26 08:56:07 PDT 2016


Revision: 147091
          https://trac.macports.org/changeset/147091
Author:   khindenburg at macports.org
Date:     2016-03-26 08:56:07 -0700 (Sat, 26 Mar 2016)
Log Message:
-----------
R: update to 3.2.4 maintainer #50940

Modified Paths:
--------------
    trunk/dports/math/R/Portfile

Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile	2016-03-26 14:38:44 UTC (rev 147090)
+++ trunk/dports/math/R/Portfile	2016-03-26 15:56:07 UTC (rev 147091)
@@ -9,7 +9,7 @@
 
 set major 3
 set minor 2
-set point 3
+set point 4
 
 #Remember to remove revision line when bumping version
 version                     ${major}.${minor}.${point}
@@ -33,8 +33,8 @@
 master_sites                http://cran.rstudio.com/src/base/R-3/ \
                             http://cran.r-project.org/src/base/R-3/
 
-checksums                   rmd160  db874aaea405434ca105332164cbe58a92fe2481 \
-                            sha256  b93b7d878138279234160f007cb9b7f81b8a72c012a15566e9ec5395cfd9b6c1
+checksums           rmd160  1bf1a6cd2974a543914d06e7914510fef9c5690d \
+                    sha256  bafd405fe9c2fe3bbe47a8a7730ad120f03b7df9fb0f61674fca19cf061dd350
 
 compilers.choose            fc f77
 compilers.setup             require_fortran
@@ -44,7 +44,8 @@
 depends_lib                 port:readline \
                             port:icu \
                             port:libiconv \
-                            port:zlib
+                            port:zlib \
+                            port:xz
 
 universal_variant           no
 
@@ -78,9 +79,7 @@
                             --without-internal-tzcode \
                             --without-recommended-packages \
                             --without-x \
-                            --with-included-gettext \
-                            --without-system-xz
-#bug introduced in R-3.2.0, doesn't link to system copy, put port:xz back too
+                            --with-included-gettext
 
 if {${os.major} < 13} {
     configure.args-append --disable-openmp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160326/9817baa4/attachment.html>


More information about the macports-changes mailing list