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

ryandesign at macports.org ryandesign at macports.org
Sat Jul 10 02:23:29 PDT 2010


Revision: 69572
          http://trac.macports.org/changeset/69572
Author:   ryandesign at macports.org
Date:     2010-07-10 02:23:26 -0700 (Sat, 10 Jul 2010)
Log Message:
-----------
miriad: update to 4.1.3.20100706 and ensure documentation isn't built unless requested via the +docs variant; see #25562

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

Modified: trunk/dports/science/miriad/Portfile
===================================================================
--- trunk/dports/science/miriad/Portfile	2010-07-10 08:58:32 UTC (rev 69571)
+++ trunk/dports/science/miriad/Portfile	2010-07-10 09:23:26 UTC (rev 69572)
@@ -11,7 +11,7 @@
 name             miriad
 conflicts        pgplot
 set relver       4.1.3
-set tardate      20100512
+set tardate      20100706
 version          ${relver}.${tardate}
 platforms        darwin
 categories       science
@@ -32,7 +32,8 @@
 # Files
 
 master_sites http://astro.berkeley.edu/~pkwill/miriad-macport/
-checksums    sha1 0d92e6e5dfdb8c65ab04e1f898b9c38c3f6c9290
+checksums    sha1    5aa26e678efbdb0c893517cf0a9d1f4d20eb66bd \
+             rmd160  a53493e4b6b63591208e2efc12cbce7d025b8885
 
 # We need Fortran support, which the Apple version of GCC doesn't offer.
 # So we force the use of a specified MacPorts-built GCC.
@@ -83,7 +84,8 @@
 # possible conflicts. The automiriad scripts will deal with this correctly.
 
 configure.args  --bindir=${prefix}/libexec/miriad \
-                --with-telescope=${defaultscope}
+                --with-telescope=${defaultscope} \
+                --disable-docs
 configure.compiler ${compilerident}
 
 # The telescope configuration is important, so make sure the user is
@@ -123,5 +125,6 @@
 
 variant docs description {Build documentation PDFs -- depends on many ports} {
     depends_build-append port:texlive port:latex2html port:transfig port:gnuplot
+    configure.args-delete --disable-docs
     configure.args-append --enable-docs
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100710/e1a1f42f/attachment.html>


More information about the macports-changes mailing list