pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/opencpn-plugin-watchdog



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 24 09:19:41 UTC 2020

Modified Files:
        pkgsrc/geography/opencpn-plugin-watchdog: Makefile distinfo
        pkgsrc/geography/opencpn-plugin-watchdog/patches:
            patch-cmake_PluginConfigure.cmake

Log Message:
opencpn-plugin-watchdog: fix pkglint warnings


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/geography/opencpn-plugin-watchdog/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/opencpn-plugin-watchdog/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/opencpn-plugin-watchdog/Makefile
diff -u pkgsrc/geography/opencpn-plugin-watchdog/Makefile:1.23 pkgsrc/geography/opencpn-plugin-watchdog/Makefile:1.24
--- pkgsrc/geography/opencpn-plugin-watchdog/Makefile:1.23      Tue Mar 10 22:10:01 2020
+++ pkgsrc/geography/opencpn-plugin-watchdog/Makefile   Sun May 24 09:19:41 2020
@@ -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@localhost
 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 \

Index: pkgsrc/geography/opencpn-plugin-watchdog/distinfo
diff -u pkgsrc/geography/opencpn-plugin-watchdog/distinfo:1.13 pkgsrc/geography/opencpn-plugin-watchdog/distinfo:1.14
--- pkgsrc/geography/opencpn-plugin-watchdog/distinfo:1.13      Wed Sep 11 15:50:11 2019
+++ pkgsrc/geography/opencpn-plugin-watchdog/distinfo   Sun May 24 09:19:41 2020
@@ -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

Index: pkgsrc/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake
diff -u pkgsrc/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake:1.3 pkgsrc/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake:1.4
--- pkgsrc/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake:1.3      Thu Aug 24 13:01:33 2017
+++ pkgsrc/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake  Sun May 24 09:19:41 2020
@@ -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



Home | Main Index | Thread Index | Old Index