Wednesday, April 08, 2020

[update] geo/traccar -> 4.8

Index: Makefile
===================================================================
RCS file: /cvs/ports/geo/traccar/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile 22 Jan 2020 21:39:07 -0000 1.9
+++ Makefile 8 Apr 2020 10:10:29 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.9 2020/01/22 21:39:07 sthen Exp $

COMMENT = modern GPS tracking platform
-V = 4.7
+V = 4.8
PKGNAME = traccar-${V}
DISTNAME = traccar-other-${V}
EXTRACT_SUFX = .zip
@@ -18,8 +18,7 @@ PERMIT_PACKAGE = Yes
MASTER_SITES = https://github.com/traccar/traccar/releases/download/v${V}/

MODULES = java
-# XXX if updating, please check if it works with jdk 11 and switch to "1.8+" if ok
-MODJAVA_VER = 1.8
+MODJAVA_VER = 1.8+

RUN_DEPENDS= java/javaPathHelper

Index: distinfo
===================================================================
RCS file: /cvs/ports/geo/traccar/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 22 Jan 2020 21:39:07 -0000 1.4
+++ distinfo 8 Apr 2020 10:10:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (traccar-other-4.7.zip) = yjZ1P5ppdhPT47pVVfyWXcXryQn//PcIwD2G0grSJVE=
-SIZE (traccar-other-4.7.zip) = 56124485
+SHA256 (traccar-other-4.8.zip) = fxdgeVfR/Mle1KOmceZtuuQoNaY2JKh9isK3zzge088=
+SIZE (traccar-other-4.8.zip) = 56131499
Hello,

Here is a somewhat straightforward update to traccar 4.8. Sorry for the
delay, I didn't get the notice of the 4.8 release.
I am successfully running it with jdk11, so I changed the dependency to
java to 1.8+

Regards

No comments:

Post a Comment