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:   bouyer
Date:           Mon Mar 25 11:55:03 UTC 2019

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

Log Message:
Update to 20190228. Changes since 20180827:
minor bug fixes and improvements


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/geography/opencpn-plugin-watchdog/Makefile

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.18 pkgsrc/geography/opencpn-plugin-watchdog/Makefile:1.19
--- pkgsrc/geography/opencpn-plugin-watchdog/Makefile:1.18      Wed Nov 14 22:21:33 2018
+++ pkgsrc/geography/opencpn-plugin-watchdog/Makefile   Mon Mar 25 11:55:03 2019
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.18 2018/11/14 22:21:33 kleink Exp $
+# $NetBSD: Makefile,v 1.19 2019/03/25 11:55:03 bouyer Exp $
 #
 
-VERSION=       20180827
+VERSION=       20190228
 DISTNAME=      watchdog_pi-${VERSION}
 PKGNAME=       opencpn-plugin-watchdog-${VERSION}
-PKGREVISION=   2
+#PKGREVISION=  2
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=seandepagnier/}
 GITHUB_PROJECT=        watchdog_pi
-GITHUB_TAG=    eea8cb97a5596868f99cff15176fd35b36780e28
+GITHUB_TAG=    71085bdc4cc90116799c820410fa5d020c8386ee
 
 MAINTAINER=    bouyer%NetBSD.org@localhost
 HOMEPAGE=      https://opencpn.org/OpenCPN/plugins/watchdog.html
 COMMENT=       implements various configurable alarms in OpenCPN
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_CMAKE=             yes
 
 CMAKE_ARGS+=   -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn



Home | Main Index | Thread Index | Old Index