Ticket #50940: R-Portfile.diff

File R-Portfile.diff, 1.7 KB (added by kjellpk (Kjell Konis), 8 years ago)
  • Portfile

    old new  
    99
    1010set major 3
    1111set minor 2
    12 set point 3
     12set point 4
    1313
    1414#Remember to remove revision line when bumping version
    1515version                     ${major}.${minor}.${point}
     
    3333master_sites                http://cran.rstudio.com/src/base/R-3/ \
    3434                            http://cran.r-project.org/src/base/R-3/
    3535
    36 checksums                   rmd160  db874aaea405434ca105332164cbe58a92fe2481 \
    37                             sha256  b93b7d878138279234160f007cb9b7f81b8a72c012a15566e9ec5395cfd9b6c1
     36checksums           rmd160  1bf1a6cd2974a543914d06e7914510fef9c5690d \
     37                    sha256  bafd405fe9c2fe3bbe47a8a7730ad120f03b7df9fb0f61674fca19cf061dd350
    3838
    3939compilers.choose            fc f77
    4040compilers.setup             require_fortran
     
    4444depends_lib                 port:readline \
    4545                            port:icu \
    4646                            port:libiconv \
    47                             port:zlib
     47                            port:zlib \
     48                            port:xz
    4849
    4950universal_variant           no
    5051
     
    7879                            --without-internal-tzcode \
    7980                            --without-recommended-packages \
    8081                            --without-x \
    81                             --with-included-gettext \
    82                             --without-system-xz
    83 #bug introduced in R-3.2.0, doesn't link to system copy, put port:xz back too
     82                            --with-included-gettext
    8483
    8584if {${os.major} < 13} {
    8685    configure.args-append --disable-openmp