Ticket #51387: Portfile-R-app-v2.diff

File Portfile-R-app-v2.diff, 1.4 KB (added by kjellpk (Kjell Konis), 8 years ago)

Includes changes in Portfile-R-app.diff

  • Portfile

    old new  
    55PortGroup xcode 1.0
    66
    77name                    R-app
    8 version                 1.66
     8version                 1.68
    99categories              math science aqua
    1010maintainers             me.com:kjell.konis
    1111license                 GPL-2+
     
    1717platforms               macosx
    1818supported_archs         x86_64
    1919
    20 master_sites            http://cran.us.r-project.org/bin/macosx/ \
    21                         http://cran.ms.unimelb.edu.au/bin/macosx/ \
    22                         http://cran.at.r-project.org/bin/macosx/ \
    23                         http://cran.hu.r-project.org/bin/macosx/ \
    24                         http://cran.r-project.org/bin/macosx/
     20master_sites            http://cran.rstudio.com/bin/macosx/ \
     21                        http://cran.us.r-project.org/bin/macosx/
    2522
    2623distname                Mac-GUI-${version}
    2724
    28 checksums               rmd160  d901caa8f951e30e19eb7019736aa82e75172718 \
    29                         sha256  dc90e0ebb44d7ffa04fb804a145a477518e38b2e45ddbd64a2bcbd8a5067cc4a
     25checksums               rmd160  5ea4a9c722b1ca465bca1cc67f5d4b14370682e2 \
     26                        sha256  7dff17659a69e3c492fdfc3fb765e3c9537157d50b6886236bee7ad873eb416d
    3027
    3128post-patch {
    3229    reinplace "s|/Library/Frameworks/R.framework|${frameworks_dir}/R.framework|g" \