[64495] trunk/dports/science/miriad/Portfile

snc at macports.org snc at macports.org
Sun Mar 7 08:29:44 PST 2010


Revision: 64495
          http://trac.macports.org/changeset/64495
Author:   snc at macports.org
Date:     2010-03-07 08:29:44 -0800 (Sun, 07 Mar 2010)
Log Message:
-----------
updated version, #23911

Modified Paths:
--------------
    trunk/dports/science/miriad/Portfile

Modified: trunk/dports/science/miriad/Portfile
===================================================================
--- trunk/dports/science/miriad/Portfile	2010-03-07 16:27:42 UTC (rev 64494)
+++ trunk/dports/science/miriad/Portfile	2010-03-07 16:29:44 UTC (rev 64495)
@@ -3,9 +3,13 @@
 
 PortSystem       1.0
 
+# Miriad releases are very infrequent, so our ports will be based on
+# distributions made from CVS snapshots.  We add a sub-version number
+# based on the snapshot date to distinguish things.
+
 name             miriad
 set relver       4.1.1
-set tardate      20091018
+set tardate      20100302
 version          ${relver}.${tardate}
 platforms        darwin
 categories       science
@@ -23,17 +27,11 @@
 
 license          unknown
 
-# Versioning information. Miriad releases are very infrequent, so
-# our ports will be based on distributions made from CVS snapshots.
-# We add a sub-version number based on the snapshot date to
-# distinguish things.
-
 # Files
 
 master_sites http://astro.berkeley.edu/~pkwill/miriad-macport/
+checksums    sha1 5adcad3cb4072bcdbd4dae7770574ef6429aeea4
 
-checksums    sha1 345422e25fef4f8343d7b7f2b42d5e2c33b3bd88
-
 # We need Fortran support, which the Apple version of GCC doesn't offer.
 # So we force the use of a specified MacPorts-built GCC.
 
@@ -90,9 +88,9 @@
 notes "MIRIAD programs are not in your \$PATH by default." \
       "You need to run 'source ${prefix}/lib/miriad/automiriad.sh' to set up" \
       "your shell environment to use MIRIAD. (Source ${prefix}/lib/miriad/automiriad.csh" \
-      "if you use csh or tcsh.) You can put this command in your .profile" \
-      "or other shell initialization files to have your shells automatically" \
-      "set up to use MIRIAD."
+      "if you use csh or tcsh.) *** The 'source' keyword is important here! ***" \
+      "You can put this command in your .profile or other shell initialization " \
+      "files to have your shells automatically set up to use MIRIAD."
 
 # Variants. We can easily add more telescope variants as requested.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100307/f2f2e138/attachment.html>


More information about the macports-changes mailing list