[80310] trunk/dports/science/netcdf/Portfile

takeshi at macports.org takeshi at macports.org
Fri Jul 8 17:25:01 PDT 2011


Revision: 80310
          http://trac.macports.org/changeset/80310
Author:   takeshi at macports.org
Date:     2011-07-08 17:25:00 -0700 (Fri, 08 Jul 2011)
Log Message:
-----------
netcdf: updated for 4.1.3

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

Modified: trunk/dports/science/netcdf/Portfile
===================================================================
--- trunk/dports/science/netcdf/Portfile	2011-07-09 00:19:56 UTC (rev 80309)
+++ trunk/dports/science/netcdf/Portfile	2011-07-09 00:25:00 UTC (rev 80310)
@@ -5,8 +5,7 @@
 
 name                        netcdf
 epoch                       1
-version                     4.1.1
-revision                    5
+version                     4.1.3
 maintainers                 takeshi openmaintainer
 platforms                   darwin
 categories                  science
@@ -22,12 +21,15 @@
 master_sites                ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
                             http://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ \
                             ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/
-checksums                   md5     79c5ff14c80d5e18dd8f1fceeae1c8e1 \
-                            sha1    6fece208825b978fc2240732f6f57927d71a0552 \
-                            rmd160  89b6e1a2115ef348ac83166aa7a50e045fbd98e2
+checksums           md5     ead16cb3b671f767396387dcb3c1a814 \
+                    sha1    e600322478276f51612e17cca3cda38489003f81 \
+                    rmd160  ac07f570873bba89a49cb2eb2275a40cbc8e502b
 
-patch {
-    reinplace {/^AM_CPPFLAGS/s/\(\$(am__append_5)\) \(\$(am__append_7)\)/\2 \1/} ${worksrcpath}/ncdump/Makefile.in
+post-patch {
+    if {[variant_isset g95]} {
+        reinplace "s|lt_cv_ld_force_load=yes|lt_cv_ld_force_load=no|" ${worksrcpath}/configure
+    }
+    reinplace "s|szip|sz|" ${worksrcpath}/configure
     foreach f {configure libcf/configure udunits/configure} {
         foreach c {g77 g95 gfortran ifort xlf xlf90} {
             reinplace "s|$c||" $worksrcpath/$f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110708/93b4549b/attachment.html>


More information about the macports-changes mailing list