Ticket #45865: update-20141105.diff

File update-20141105.diff, 2.5 KB (added by pkgw (Peter Williams), 9 years ago)
  • ports/science/miriad/Portfile

    diff --git a/ports/science/miriad/Portfile b/ports/science/miriad/Portfile
    index db58961..7c9d937 100644
    a b PortGroup xcodeversion 1.0 
    1111name             miriad
    1212conflicts        pgplot
    1313set relver       4.3.8
    14 set tardate      20140718
     14set tardate      20141105
    1515version          ${relver}.${tardate}
    1616platforms        darwin
    1717categories       science
    license GPL-2+ 
    2828# Files
    2929
    3030master_sites     ${homepage}
    31 checksums        rmd160  a63a6a3ff74bf97fd9ffc42c8d437591f24e6b65 \
    32                  sha256  9e3b79e8992d78669e39acec53aa6323644b45dc368f22cbd021b00b82696324
     31checksums        rmd160  8dac0c2878349235a463d74b66ad10a067881eb1 \
     32                 sha256  8afa0df99b89280a0427845f53b847f83c7aa960a7e6c5a7f6e1387740556a8d
    3333
    3434# Telescope/buffer size selection.
    3535
    if {[variant_isset ata]} { 
    5454# to build with better-optimizing proprietary compilers, which we allow
    5555# via the gcc_select mechanism.
    5656
    57 variant gcc45 conflicts gcc46 gcc47 gcc_select description {Build with gcc/gfortran 4.5} {
    58     configure.compiler  macports-gcc-4.5
    59 }
    60 
    61 variant gcc46 conflicts gcc45 gcc47 gcc_select description {Build with gcc/gfortran 4.6} {
     57variant gcc46 conflicts gcc47 gcc48 gcc49 gcc_select description {Build with gcc/gfortran 4.6} {
    6258    configure.compiler  macports-gcc-4.6
    6359}
    6460
    65 variant gcc47 conflicts gcc45 gcc46 gcc_select description {Build with gcc/gfortran 4.7} {
     61variant gcc47 conflicts gcc46 gcc48 gcc49 gcc_select description {Build with gcc/gfortran 4.7} {
    6662    configure.compiler  macports-gcc-4.7
    6763}
    6864
    69 variant gcc_select conflicts gcc45 gcc46 gcc47 description {Build with compilers chosen via gcc_select -- experts only} {
     65variant gcc48 conflicts gcc46 gcc47 gcc49 gcc_select description {Build with gcc/gfortran 4.8} {
     66    configure.compiler  macports-gcc-4.8
     67}
     68
     69variant gcc49 conflicts gcc46 gcc47 gcc48 gcc_select description {Build with gcc/gfortran 4.9} {
     70    configure.compiler  macports-gcc-4.9
     71}
     72
     73variant gcc_select conflicts gcc46 gcc47 gcc48 gcc49 description {Build with compilers chosen via gcc_select -- experts only} {
    7074    configure.compiler  macports-gcc
    7175}
    7276
    73 if {![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset gcc_select]} {
    74     default_variants +gcc47
     77if {![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset gcc48] && ![variant_isset gcc49] && ![variant_isset gcc_select]} {
     78    default_variants +gcc48
    7579}
    7680
    7781universal_variant    no