diff options
author | bouyer <bouyer@pkgsrc.org> | 2018-04-05 15:56:25 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2018-04-05 15:56:25 +0000 |
commit | 76a2722a58fe4e0f481389014232cd1bad311fa5 (patch) | |
tree | 4d8b21c514909db9d3953faac5ced8047b5be331 /geography/opencpn-plugin-draw/Makefile | |
parent | f426e1ea191a5f26ec601cba897703ab08b9f24b (diff) | |
download | pkgsrc-76a2722a58fe4e0f481389014232cd1bad311fa5.tar.gz |
Update to 1.5_20180405. Changes since 1.4:
Add ability to check for the first line crossing as well as the closest line
crossing.
Import csv file to define new boundary and boundary points
Allow right click in Points and Layers tabs of Pathmanager to Hide/Show items
And lots of UI and bug fixes, speedup, cleanup.
Diffstat (limited to 'geography/opencpn-plugin-draw/Makefile')
-rw-r--r-- | geography/opencpn-plugin-draw/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/geography/opencpn-plugin-draw/Makefile b/geography/opencpn-plugin-draw/Makefile index 1b09fe6274c..c1d2434bddb 100644 --- a/geography/opencpn-plugin-draw/Makefile +++ b/geography/opencpn-plugin-draw/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.13 2018/03/12 11:16:37 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/04/05 15:56:25 bouyer Exp $ # -VERSION= 1.4 -PKGREVISION= 2 +VERSION= 1.5_20180405 DISTNAME= ocpn_draw_pi-${VERSION} PKGNAME= opencpn-plugin-draw-${VERSION} CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GITHUB:=jongough/} GITHUB_PROJECT= ocpn_draw_pi -GITHUB_TAG= ab50d2ee26b340d2caf4cb7280571ddfd1cb0136 +GITHUB_TAG= e7d675a889ee5d0c2745d5716669cf82775c1eac MAINTAINER= bouyer@NetBSD.org HOMEPAGE= https://opencpn.org/OpenCPN/plugins/draw.html |