Ticket #23911: update-20100302.diff
File update-20100302.diff, 1.9 KB (added by pkgw (Peter Williams), 15 years ago) |
---|
-
ports/science/miriad/Portfile
old new 3 3 4 4 PortSystem 1.0 5 5 6 # Miriad releases are very infrequent, so our ports will be based on 7 # distributions made from CVS snapshots. We add a sub-version number 8 # based on the snapshot date to distinguish things. 9 6 10 name miriad 7 11 set relver 4.1.1 8 set tardate 20 09101812 set tardate 20100302 9 13 version ${relver}.${tardate} 10 14 platforms darwin 11 15 categories science … … 23 27 24 28 license unknown 25 29 26 # Versioning information. Miriad releases are very infrequent, so27 # our ports will be based on distributions made from CVS snapshots.28 # We add a sub-version number based on the snapshot date to29 # distinguish things.30 31 30 # Files 32 31 33 32 master_sites http://astro.berkeley.edu/~pkwill/miriad-macport/ 34 35 checksums sha1 345422e25fef4f8343d7b7f2b42d5e2c33b3bd88 33 checksums sha1 5adcad3cb4072bcdbd4dae7770574ef6429aeea4 36 34 37 35 # We need Fortran support, which the Apple version of GCC doesn't offer. 38 36 # So we force the use of a specified MacPorts-built GCC. … … 90 88 notes "MIRIAD programs are not in your \$PATH by default." \ 91 89 "You need to run 'source ${prefix}/lib/miriad/automiriad.sh' to set up" \ 92 90 "your shell environment to use MIRIAD. (Source ${prefix}/lib/miriad/automiriad.csh" \ 93 "if you use csh or tcsh.) You can put this command in your .profile" \94 " or other shell initialization files to have your shells automatically" \95 " set up to use MIRIAD."91 "if you use csh or tcsh.) *** The 'source' keyword is important here! ***" \ 92 "You can put this command in your .profile or other shell initialization " \ 93 "files to have your shells automatically set up to use MIRIAD." 96 94 97 95 # Variants. We can easily add more telescope variants as requested. 98 96