Mon Nov 25 18:48:08 2019 UTC ()
Pullup ticket #6089 - requested by bouyer
geography/opencpn-plugin-draw: build fix (incomplete commit)

Revisions pulled up:
- geography/opencpn-plugin-draw/Makefile                        1.23

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Fri Nov 22 12:36:31 UTC 2019

   Modified Files:
   	pkgsrc/geography/opencpn-plugin-draw: Makefile

   Log Message:
   Update to 1.6.8 (distinfo commited on 2019/09/12, for some reason Makefile
   was skipped). Changes:
   - updated translations
   - UI bugfixes
   - Added DeleteBoundary and DeleteBoundaryPoint to API and json messages


(bsiegert)
diff -r1.22 -r1.22.2.1 pkgsrc/geography/opencpn-plugin-draw/Makefile

cvs diff -r1.22 -r1.22.2.1 pkgsrc/geography/opencpn-plugin-draw/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/opencpn-plugin-draw/Makefile 2019/07/21 22:24:54 1.22
+++ pkgsrc/geography/opencpn-plugin-draw/Makefile 2019/11/25 18:48:08 1.22.2.1
@@ -1,25 +1,23 @@ @@ -1,25 +1,23 @@
1# $NetBSD: Makefile,v 1.22 2019/07/21 22:24:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.22.2.1 2019/11/25 18:48:08 bsiegert Exp $
2# 2#
3 3
4VERSION= 1.5_20190311 4VERSION= 1.6.8
5DISTNAME= ocpn_draw_pi-${VERSION} 5DISTNAME= ocpn_draw_pi-${VERSION}
6PKGNAME= opencpn-plugin-draw-${VERSION} 6PKGNAME= opencpn-plugin-draw-${VERSION}
7PKGREVISION= 1 
8#PKGREVISION= 2 
9CATEGORIES= geography 7CATEGORIES= geography
10MASTER_SITES= ${MASTER_SITE_GITHUB:=jongough/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=jongough/}
11GITHUB_PROJECT= ocpn_draw_pi 9GITHUB_PROJECT= ocpn_draw_pi
12GITHUB_TAG= 6b400ef572948cfe1ee6e511a982e50aad4a6427 10GITHUB_TAG= v${VERSION}
13 11
14MAINTAINER= bouyer@NetBSD.org 12MAINTAINER= bouyer@NetBSD.org
15HOMEPAGE= https://opencpn.org/OpenCPN/plugins/draw.html 13HOMEPAGE= https://opencpn.org/OpenCPN/plugins/draw.html
16COMMENT= place georeferenced objects/items on the OpenCPN interface 14COMMENT= place georeferenced objects/items on the OpenCPN interface
17LICENSE= gnu-gpl-v2 15LICENSE= gnu-gpl-v2
18 16
19USE_LANGUAGES= c c++11 17USE_LANGUAGES= c c++11
20USE_CMAKE= yes 18USE_CMAKE= yes
21 19
22CMAKE_ARGS+= -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn 20CMAKE_ARGS+= -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn
23CMAKE_MODULE_PATH_OVERRIDE = \ 21CMAKE_MODULE_PATH_OVERRIDE = \
24 cmake/PluginConfigure.cmake \ 22 cmake/PluginConfigure.cmake \
25 cmake/PluginInstall.cmake \ 23 cmake/PluginInstall.cmake \