Ticket #39871: update-4.3.7.20130726.diff

File update-4.3.7.20130726.diff, 1.9 KB (added by pkgw (Peter Williams), 11 years ago)
  • ports/science/miriad/Portfile

    commit 8b03f4503a023df2fefd85dbb64362e067a59f7a
    Author: Peter Williams <peter@newton.cx>
    Date:   Fri Jul 26 16:57:40 2013 -0400
    
        Portfile: version 4.3.7.20130726 (summer13)
    
    diff --git a/ports/science/miriad/Portfile b/ports/science/miriad/Portfile
    index 74ba4aa..e03165f 100644
    a b PortGroup xcodeversion 1.0 
    1010
    1111name             miriad
    1212conflicts        pgplot
    13 set relver       4.3.4
    14 set tardate      20130702
     13set relver       4.3.7
     14set tardate      20130726
    1515version          ${relver}.${tardate}
    1616platforms        darwin
    1717categories       science
    license unknown 
    3232# Files
    3333
    3434master_sites     ${homepage}
    35 checksums        rmd160  bcc3a8626a369fd95b5aaaa14fd11027ebaf7338 \
    36                  sha256  c678876260f1a2d67af3d30d0ee574393f3963b248d99b51353dbb076cafc878
     35checksums        rmd160  52003af5997bfe541adaf48672394392ac8e76b4 \
     36                 sha256  de4c3bd577aa6e5983bcec80d7220238a43fd11d4a6d6098e367f793c041c2bc
    3737
    3838# Telescope/buffer size selection.
    3939
    pre-configure { 
    132132# to get that right.
    133133
    134134notes "
    135 MIRIAD programs are not in your \$PATH by default. You need to run 'source\
    136 ${prefix}/lib/miriad/automiriad.sh' to set up your shell environment to use\
    137 MIRIAD. (Source ${prefix}/lib/miriad/automiriad.csh if you use csh or tcsh.)\
    138 *** The 'source' keyword is important here! *** You can put this command in\
    139 your .profile or other shell initialization files to have your shells\
    140 automatically set up to use MIRIAD.
     135MIRIAD programs are not in your \$PATH by default. Type 'source\
     136${prefix}/lib/miriad/automiriad.sh' in your shell to set it up to use\
     137MIRIAD. If you use csh or tcsh, 'source ${prefix}/lib/miriad/automiriad.csh'\
     138instead. The 'source' keyword is important! You can put this command in\
     139your .profile or other shell initialization files to make this setup automatic.
    141140"
    142141
    143142# Miscellaneous variants.