Commits
David B. Evans authored c167305b09b
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 5.28 5.30 |
7 - | perl5.setup Astro-App-Satpass2 0.041 |
7 + | perl5.setup Astro-App-Satpass2 0.042 |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers {devans @dbevans} openmaintainer |
10 10 | description Astro::App::Satpass2 - Forecast satellite visibility. |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 de27dd7ee21529fcc4e1337575368c626911a4c4 \ |
16 - | sha256 17e3e2d603aa4de340bef608efc2d5ee93c41f9f166456ba7c07dab6d6873e9a \ |
17 - | size 314418 |
15 + | checksums rmd160 f2db29ce300037146cb01948adc709eeaa39354b \ |
16 + | sha256 0ce217e03b7732184d9e5231e790137a868682371ecdffc4617791b0fb5e6bc4 \ |
17 + | size 315963 |
18 18 | |
19 19 | if {${perl5.major} != ""} { |
20 20 | depends_lib-append \ |
21 21 | port:p${perl5.major}-astro-coord-eci-tle-iridium \ |
22 22 | port:p${perl5.major}-astro-satpass \ |
23 23 | port:p${perl5.major}-astro-simbad-client \ |
24 24 | port:p${perl5.major}-astro-spacetrack \ |
25 25 | port:p${perl5.major}-clone \ |
26 26 | port:p${perl5.major}-date-manip \ |
27 27 | port:p${perl5.major}-datetime \ |