summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-24 09:19:41 +0000
committerrillig <rillig@pkgsrc.org>2020-05-24 09:19:41 +0000
commit89508bc4d0e617bacde53e7d7b498b9ace1386e7 (patch)
treec4f2dc3a6bdaea1ac17fad2cb54bc79a18841fde /geography
parent0c22e2f4469af8fffb0b66842ae5ad0642064620 (diff)
downloadpkgsrc-89508bc4d0e617bacde53e7d7b498b9ace1386e7.tar.gz
opencpn-plugin-watchdog: fix pkglint warnings
Diffstat (limited to 'geography')
-rw-r--r--geography/opencpn-plugin-watchdog/Makefile9
-rw-r--r--geography/opencpn-plugin-watchdog/distinfo4
-rw-r--r--geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake3
3 files changed, 8 insertions, 8 deletions
diff --git a/geography/opencpn-plugin-watchdog/Makefile b/geography/opencpn-plugin-watchdog/Makefile
index 31d4f5758fd..380e43a9e1f 100644
--- a/geography/opencpn-plugin-watchdog/Makefile
+++ b/geography/opencpn-plugin-watchdog/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2020/03/10 22:10:01 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/05/24 09:19:41 rillig Exp $
#
VERSION= 2.4.6
DISTNAME= watchdog_pi-${VERSION}
PKGNAME= opencpn-plugin-watchdog-${VERSION}
-PKGREVISION= 2
-#PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=rgleason/}
GITHUB_PROJECT= watchdog_pi
@@ -13,14 +12,14 @@ GITHUB_TAG= v${VERSION}
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= https://opencpn.org/OpenCPN/plugins/watchdog.html
-COMMENT= implements various configurable alarms in OpenCPN
+COMMENT= Various configurable alarms in OpenCPN
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++11
USE_CMAKE= yes
CMAKE_ARGS+= -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn
-CMAKE_MODULE_PATH_OVERRIDE = \
+CMAKE_MODULE_PATH_OVERRIDE= \
cmake/PluginConfigure.cmake \
cmake/PluginInstall.cmake \
cmake/PluginLocalization.cmake \
diff --git a/geography/opencpn-plugin-watchdog/distinfo b/geography/opencpn-plugin-watchdog/distinfo
index ab4448b1c32..7d1d5ad6424 100644
--- a/geography/opencpn-plugin-watchdog/distinfo
+++ b/geography/opencpn-plugin-watchdog/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2019/09/11 15:50:11 bouyer Exp $
+$NetBSD: distinfo,v 1.14 2020/05/24 09:19:41 rillig Exp $
SHA1 (watchdog_pi-2.4.6.tar.gz) = c166ce31e5f494f5d44fbf3c2cf28914af4cccb2
RMD160 (watchdog_pi-2.4.6.tar.gz) = a3102e59d1138b777c7db1fa77b54686ca345cb2
SHA512 (watchdog_pi-2.4.6.tar.gz) = fb4346f2e50d931fe00a6391c9ab95c5a26babe9eeb015788bb32a836527504f2f16d47f72fe972eaf3ccd1a216dee523b7108e525606afb51fc0c54fcf37ce8
Size (watchdog_pi-2.4.6.tar.gz) = 480546 bytes
-SHA1 (patch-cmake_PluginConfigure.cmake) = bc2d6409f95cffee145173280c33f9e7fe439864
+SHA1 (patch-cmake_PluginConfigure.cmake) = 2e39c28de3c8be92da03b3023c2fa31a12be32da
SHA1 (patch-src_wddc.cpp) = 3c43974da65dfe9a18a77f4b84595a4ab602cfd9
diff --git a/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake b/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake
index 5cd4dcea2b7..28bb44c462b 100644
--- a/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake
+++ b/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake
@@ -1,4 +1,5 @@
-$NetBSD: patch-cmake_PluginConfigure.cmake,v 1.3 2017/08/24 13:01:33 bouyer Exp $
+$NetBSD: patch-cmake_PluginConfigure.cmake,v 1.4 2020/05/24 09:19:41 rillig Exp $
+
Do not overwrite CMAKE_SHARED_LINKER_FLAGS
--- cmake/PluginConfigure.cmake.orig 2017-06-11 14:59:39.000000000 +0200