diff --git a/science/hdfeos5/Portfile b/science/hdfeos5/Portfile
index 0940b66b093..60812443953 100644
a
|
b
|
PortGroup active_variants 1.1 |
5 | 5 | PortGroup mpi 1.0 |
6 | 6 | |
7 | 7 | name hdfeos5 |
8 | | version 1.16 |
9 | | revision 8 |
| 8 | version 2.0 |
| 9 | revision 0 |
| 10 | checksums rmd160 fa9d2561736499349b39f153b8aedf7091f69e17 \ |
| 11 | sha256 d7c34770f0fe09fe5d255d73fd61aadd38278f423b925d1a5800e86aff17c82f \ |
| 12 | size 1198593 |
| 13 | |
10 | 14 | categories science |
11 | 15 | license public-domain |
12 | 16 | maintainers {takeshi @tenomoto} |
… |
… |
long_description \ |
16 | 20 | functionality in HDF-EOS 2 and to the extent possible it will be \ |
17 | 21 | built with the same calling sequences as the original HDF-EOS 2 library. |
18 | 22 | homepage 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} |
23 | 23 | |
24 | | checksums rmd160 68f57e4f7f9d05c820506b242f48d0219a49f27a \ |
25 | | sha256 7054de24b90b6d9533329ef8dc89912c5227c83fb447792103279364e13dd452 \ |
26 | | size 8280847 |
| 24 | worksrcdir hdf-eos5-${version} |
| 25 | distname ${worksrcdir}-src |
| 26 | master_sites https://git.earthdata.nasa.gov/projects/DAS/repos/hdfeos5/raw/${distfiles}?at=refs%2Fheads%2FHDFEOS5_${version}&dummy= |
27 | 27 | |
28 | 28 | compilers.choose cc cxx |
29 | 29 | mpi.setup -clang |
… |
… |
compilers.enforce_c hdf5 |
31 | 31 | |
32 | 32 | depends_build port:libtool |
33 | 33 | depends_lib port:hdf5 |
34 | | worksrcdir ${name} |
35 | | extract.suffix .tar.Z |
36 | | fetch.use_epsv no |
37 | 34 | |
38 | 35 | patchfiles patch-gctp-src-gctp.c.diff \ |
39 | 36 | implicit.patch \ |