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 |
10 | 10 | |
11 | 11 | name miriad |
12 | 12 | conflicts pgplot |
13 | | set relver 4.3.4 |
14 | | set tardate 20130702 |
| 13 | set relver 4.3.7 |
| 14 | set tardate 20130726 |
15 | 15 | version ${relver}.${tardate} |
16 | 16 | platforms darwin |
17 | 17 | categories science |
… |
… |
license unknown |
32 | 32 | # Files |
33 | 33 | |
34 | 34 | master_sites ${homepage} |
35 | | checksums rmd160 bcc3a8626a369fd95b5aaaa14fd11027ebaf7338 \ |
36 | | sha256 c678876260f1a2d67af3d30d0ee574393f3963b248d99b51353dbb076cafc878 |
| 35 | checksums rmd160 52003af5997bfe541adaf48672394392ac8e76b4 \ |
| 36 | sha256 de4c3bd577aa6e5983bcec80d7220238a43fd11d4a6d6098e367f793c041c2bc |
37 | 37 | |
38 | 38 | # Telescope/buffer size selection. |
39 | 39 | |
… |
… |
pre-configure { |
132 | 132 | # to get that right. |
133 | 133 | |
134 | 134 | notes " |
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. |
| 135 | MIRIAD 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\ |
| 137 | MIRIAD. If you use csh or tcsh, 'source ${prefix}/lib/miriad/automiriad.csh'\ |
| 138 | instead. The 'source' keyword is important! You can put this command in\ |
| 139 | your .profile or other shell initialization files to make this setup automatic. |
141 | 140 | " |
142 | 141 | |
143 | 142 | # Miscellaneous variants. |