Ticket #65818: hdfeos5-2.0-incomplete.patch

File hdfeos5-2.0-incomplete.patch, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 16 months ago)
  • science/hdfeos5/Portfile

    diff --git a/science/hdfeos5/Portfile b/science/hdfeos5/Portfile
    index 0940b66b093..60812443953 100644
    a b PortGroup active_variants 1.1 
    55PortGroup           mpi 1.0
    66
    77name                hdfeos5
    8 version             1.16
    9 revision            8
     8version             2.0
     9revision            0
     10checksums           rmd160  fa9d2561736499349b39f153b8aedf7091f69e17 \
     11                    sha256  d7c34770f0fe09fe5d255d73fd61aadd38278f423b925d1a5800e86aff17c82f \
     12                    size    1198593
     13
    1014categories          science
    1115license             public-domain
    1216maintainers         {takeshi @tenomoto}
    long_description \ 
    1620    functionality in HDF-EOS 2 and to the extent possible it will be    \
    1721    built with the same calling sequences as the original HDF-EOS 2 library.
    1822homepage            https://hdfeos.org/
    19 master_sites        ftp://edhs1.gsfc.nasa.gov/edhs/${name}/latest_release/ \
    20                     ftp://edhs1.gsfc.nasa.gov/edhs/${name}/previous_releases/
    21 
    22 distname            HDF-EOS5.${version}
    2323
    24 checksums           rmd160  68f57e4f7f9d05c820506b242f48d0219a49f27a \
    25                     sha256  7054de24b90b6d9533329ef8dc89912c5227c83fb447792103279364e13dd452 \
    26                     size    8280847
     24worksrcdir          hdf-eos5-${version}
     25distname            ${worksrcdir}-src
     26master_sites        https://git.earthdata.nasa.gov/projects/DAS/repos/hdfeos5/raw/${distfiles}?at=refs%2Fheads%2FHDFEOS5_${version}&dummy=
    2727
    2828compilers.choose    cc cxx
    2929mpi.setup           -clang
    compilers.enforce_c hdf5 
    3131
    3232depends_build       port:libtool
    3333depends_lib         port:hdf5
    34 worksrcdir          ${name}
    35 extract.suffix      .tar.Z
    36 fetch.use_epsv      no
    3734
    3835patchfiles          patch-gctp-src-gctp.c.diff \
    3936                    implicit.patch \