diff options
author | bouyer <bouyer@pkgsrc.org> | 2017-04-14 16:35:21 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2017-04-14 16:35:21 +0000 |
commit | e13f69e4d491d88dad15030dbf33c6437ad82137 (patch) | |
tree | a57b6600aa1c7097ac28a09d74a52390eeb2537d /geography | |
parent | 49571e1c09bff39e66eed924429139fcd5bd41e8 (diff) | |
download | pkgsrc-e13f69e4d491d88dad15030dbf33c6437ad82137.tar.gz |
Update to 20170414. Changes since last version:
update alberg35 polar, more descriptive error message and a few other
small fixes
Diffstat (limited to 'geography')
-rw-r--r-- | geography/opencpn-plugin-weather_routing/Makefile | 10 | ||||
-rw-r--r-- | geography/opencpn-plugin-weather_routing/distinfo | 11 |
2 files changed, 11 insertions, 10 deletions
diff --git a/geography/opencpn-plugin-weather_routing/Makefile b/geography/opencpn-plugin-weather_routing/Makefile index a0c44b4ac1d..90ce84e7282 100644 --- a/geography/opencpn-plugin-weather_routing/Makefile +++ b/geography/opencpn-plugin-weather_routing/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.10 2017/02/12 06:25:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2017/04/14 16:35:21 bouyer Exp $ # -VERSION= 20160716 +VERSION= 20170414 DISTNAME= weather_routing_pi-${VERSION} PKGNAME= opencpn-plugin-weather_routing-${VERSION} PKGREVISION= 4 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GITHUB:=seandepagnier/} GITHUB_PROJECT= weather_routing_pi -GITHUB_TAG= 7a016521e0a1e1ca4e97016dad8d0d16f09da912 +GITHUB_TAG= d65c968479af4fee78aa28b4b3f2c54660597eac MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://opencpn.org/ocpn/weather_routing_plugin -COMMENT= Concise ChartPlotter/Navigator - developement version -LICENSE= gnu-gpl-v2 +COMMENT= creates optimized weather routes using grib data in OpenCPN +LICENSE= gnu-gpl-v3 USE_LANGUAGES= c c++ USE_TOOLS= gettext diff --git a/geography/opencpn-plugin-weather_routing/distinfo b/geography/opencpn-plugin-weather_routing/distinfo index 2987b02c28a..651bd882e20 100644 --- a/geography/opencpn-plugin-weather_routing/distinfo +++ b/geography/opencpn-plugin-weather_routing/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.7 2017/02/08 00:05:55 joerg Exp $ +$NetBSD: distinfo,v 1.8 2017/04/14 16:35:21 bouyer Exp $ -SHA1 (weather_routing_pi-20160716-7a016521e0a1e1ca4e97016dad8d0d16f09da912.tar.gz) = 131045d458326c9febd21605cf784f247bc1e848 -RMD160 (weather_routing_pi-20160716-7a016521e0a1e1ca4e97016dad8d0d16f09da912.tar.gz) = c8d0cf451091047ae155e0e7ce08ae47329d09a8 -SHA512 (weather_routing_pi-20160716-7a016521e0a1e1ca4e97016dad8d0d16f09da912.tar.gz) = 18ffb602f57f92b41fb152a34a8552e1c2a877eea70228c84602b79bc37809b2152e45afafad054f97b84d9d1c338f3ea92b39fc26eedc392babcd1ee3985b30 -Size (weather_routing_pi-20160716-7a016521e0a1e1ca4e97016dad8d0d16f09da912.tar.gz) = 846632 bytes +SHA1 (weather_routing_pi-20170414-d65c968479af4fee78aa28b4b3f2c54660597eac.tar.gz) = e28c7831b923293a1e0d874150f038090979e181 +RMD160 (weather_routing_pi-20170414-d65c968479af4fee78aa28b4b3f2c54660597eac.tar.gz) = 54d584a02d811c17626e4969817a44d03f3b93de +SHA512 (weather_routing_pi-20170414-d65c968479af4fee78aa28b4b3f2c54660597eac.tar.gz) = 20607b864eef999bfbf1b05f62661479eed484a4e1c407dac4605f703f59faf91f684acd34e078bbf3c89d6aca128000f3d6fd45e7f767f16fd888382e15f0bd +Size (weather_routing_pi-20170414-d65c968479af4fee78aa28b4b3f2c54660597eac.tar.gz) = 847684 bytes SHA1 (patch-cmake_PluginConfigure.cmake) = e2873cbba3d776227d72b8538634f687dc04c439 SHA1 (patch-src_Polar.cpp) = fa7af26e0dcba1dda3ae358c35353c6304d4f941 SHA1 (patch-src_RouteMap.cpp) = a733a901f04eeb1699805e590325c0485ce26d1b +SHA1 (patch-src_RouteMapOverlay.cpp) = 075ca5206f03e83277060bae1776ba77d26bd990 |