New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80310


Ignore:
Timestamp:
07/08/11 17:25:00 (4 years ago)
Author:
takeshi@…
Message:

netcdf: updated for 4.1.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/netcdf/Portfile

    r78616 r80310  
    66name                        netcdf 
    77epoch                       1 
    8 version                     4.1.1 
    9 revision                    5 
     8version                     4.1.3 
    109maintainers                 takeshi openmaintainer 
    1110platforms                   darwin 
     
    2322                            http://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ \ 
    2423                            ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ 
    25 checksums                   md5     79c5ff14c80d5e18dd8f1fceeae1c8e1 \ 
    26                             sha1    6fece208825b978fc2240732f6f57927d71a0552 \ 
    27                             rmd160  89b6e1a2115ef348ac83166aa7a50e045fbd98e2 
     24checksums           md5     ead16cb3b671f767396387dcb3c1a814 \ 
     25                    sha1    e600322478276f51612e17cca3cda38489003f81 \ 
     26                    rmd160  ac07f570873bba89a49cb2eb2275a40cbc8e502b 
    2827 
    29 patch { 
    30     reinplace {/^AM_CPPFLAGS/s/\(\$(am__append_5)\) \(\$(am__append_7)\)/\2 \1/} ${worksrcpath}/ncdump/Makefile.in 
     28post-patch { 
     29    if {[variant_isset g95]} { 
     30        reinplace "s|lt_cv_ld_force_load=yes|lt_cv_ld_force_load=no|" ${worksrcpath}/configure 
     31    } 
     32    reinplace "s|szip|sz|" ${worksrcpath}/configure 
    3133    foreach f {configure libcf/configure udunits/configure} { 
    3234        foreach c {g77 g95 gfortran ifort xlf xlf90} { 
Note: See TracChangeset for help on using the changeset viewer.