Hello,

Here is a diff for geo/traccar to version 5.0.
One notable change is that the "modern web app" is now the default interface. The old "legacy app" can also bve selected at login.

Best Regards
Index: Makefile
===================================================================
RCS file: /cvs/ports/geo/traccar/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile	11 Mar 2022 19:06:20 -0000	1.20
+++ Makefile	24 May 2022 07:20:03 -0000
@@ -1,6 +1,5 @@
 COMMENT =	modern GPS tracking platform
-V =		4.15
-REVISION =	0
+V =		5.0
 PKGNAME =	traccar-${V}
 DISTNAME =	traccar-other-${V}
 EXTRACT_SUFX =	.zip
Index: distinfo
===================================================================
RCS file: /cvs/ports/geo/traccar/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo	20 Jan 2022 09:52:19 -0000	1.12
+++ distinfo	24 May 2022 07:20:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (traccar-other-4.15.zip) = SirAIa+WsmX1LxYSuJI0dMaQRSEnX4LqaR59QnxjESE=
-SIZE (traccar-other-4.15.zip) = 82952742
+SHA256 (traccar-other-5.0.zip) = X6qDil6YT+UgysH4vABJIdYAGKCAmhQvgIERpc1welA=
+SIZE (traccar-other-5.0.zip) = 82833002
Index: patches/patch-conf_default_xml
===================================================================
RCS file: /cvs/ports/geo/traccar/patches/patch-conf_default_xml,v
retrieving revision 1.9
diff -u -p -r1.9 patch-conf_default_xml
--- patches/patch-conf_default_xml	11 Mar 2022 19:06:20 -0000	1.9
+++ patches/patch-conf_default_xml	24 May 2022 07:20:03 -0000
@@ -9,12 +9,12 @@ Index: conf/default.xml
      <entry key='web.port'>8082</entry>
 -    <entry key='web.path'>./web</entry>
 +    <entry key='web.address'>127.0.0.1</entry>
-+    <entry key='web.path'>${LOCALBASE}/share/traccar/web</entry>
++    <entry key='web.path'>/usr/local/share/traccar/web</entry>
+     <entry key='web.sanitize'>true</entry>
      <entry key='web.persistSession'>false</entry>
  
-     <entry key='geocoder.enable'>true</entry>
-@@ -20,7 +21,7 @@
-     <entry key='geocoder.key'>pk.689d849289c8c63708068b2ff1f63b2d</entry>
+@@ -23,7 +24,7 @@
+     <entry key='geocoder.ignorePositions'>true</entry>
  
      <entry key='logger.level'>info</entry>
 -    <entry key='logger.file'>./logs/tracker-server.log</entry>
@@ -22,24 +22,22 @@ Index: conf/default.xml
      <entry key='logger.rotate'>true</entry>
  
      <entry key='filter.enable'>true</entry>
-@@ -30,17 +31,16 @@
+@@ -33,16 +34,14 @@
      <entry key='processing.computedAttributes.enable'>true</entry>
      <entry key='processing.engineHours.enable'>true</entry>
  
 -    <entry key='media.path'>./media</entry>
-+    <entry key='media.path'>${LOCALBASE}/share/traccar/media</entry>
++    <entry key='media.path'>/usr/local/share/traccar/media</entry>
  
      <entry key='notificator.types'>web,mail</entry>
-+    <entry key='templates.rootPath'>${LOCALBASE}/share/traccar/templates</entry>
  
 -    <entry key='server.statistics'>https://www.traccar.org/analytics/</entry>
 -
      <entry key='commands.queueing'>true</entry>
  
      <entry key='database.ignoreUnknown'>true</entry>
-     <entry key='database.generateQueries'>true</entry>
 -    <entry key='database.changelog'>./schema/changelog-master.xml</entry>
-+    <entry key='database.changelog'>../..${LOCALBASE}/share/traccar/schema/changelog-master.xml</entry>
-  
-     <entry key='database.loginUser'>
-         SELECT * FROM tc_users
++    <entry key='database.changelog'>../../usr/local/share/traccar/schema/changelog-master.xml</entry>
+ 
+     <entry key='gps103.port'>5001</entry>
+     <entry key='tk103.port'>5002</entry>
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/geo/traccar/pkg/PLIST,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST
--- pkg/PLIST	1 Mar 2022 17:58:56 -0000	1.14
+++ pkg/PLIST	24 May 2022 07:20:03 -0000
@@ -64,6 +64,7 @@ share/traccar/lib/groovy-dateutil-3.0.7.
 share/traccar/lib/guava-30.1-jre.jar
 share/traccar/lib/guice-5.0.1.jar
 share/traccar/lib/guice-assistedinject-5.0.1.jar
+share/traccar/lib/guice-bridge-2.6.1.jar
 share/traccar/lib/h2-2.0.206.jar
 share/traccar/lib/hk2-api-2.6.1.jar
 share/traccar/lib/hk2-locator-2.6.1.jar
@@ -191,6 +192,7 @@ share/traccar/schema/changelog-4.13.xml
 share/traccar/schema/changelog-4.15.xml
 share/traccar/schema/changelog-4.7.xml
 share/traccar/schema/changelog-4.9.xml
+share/traccar/schema/changelog-5.0.xml
 share/traccar/schema/changelog-master.xml
 share/traccar/templates/
 share/traccar/templates/export/
@@ -1224,11 +1226,10 @@ share/traccar/web/modern/images/icon/tra
 share/traccar/web/modern/images/icon/trolleybus.svg
 share/traccar/web/modern/images/icon/truck.svg
 share/traccar/web/modern/images/icon/van.svg
-share/traccar/web/modern/images/ignition.svg
 share/traccar/web/modern/index.html
 share/traccar/web/modern/logo.svg
 share/traccar/web/modern/manifest.json
-share/traccar/web/modern/precache-manifest.a22808e7e3564f40a8416b0bcaddc2ec.js
+share/traccar/web/modern/precache-manifest.d330cda23abdfc3bd2fbee11a658f242.js
 share/traccar/web/modern/service-worker.js
 share/traccar/web/modern/static/
 share/traccar/web/modern/static/css/
@@ -1237,15 +1238,15 @@ share/traccar/web/modern/static/css/2.2a
 share/traccar/web/modern/static/css/main.d1cf201a.chunk.css
 share/traccar/web/modern/static/css/main.d1cf201a.chunk.css.map
 share/traccar/web/modern/static/js/
-share/traccar/web/modern/static/js/2.97f61fcf.chunk.js
-share/traccar/web/modern/static/js/2.97f61fcf.chunk.js.LICENSE.txt
-share/traccar/web/modern/static/js/2.97f61fcf.chunk.js.map
-share/traccar/web/modern/static/js/main.4c1727d3.chunk.js
-share/traccar/web/modern/static/js/main.4c1727d3.chunk.js.map
+share/traccar/web/modern/static/js/2.721ce135.chunk.js
+share/traccar/web/modern/static/js/2.721ce135.chunk.js.LICENSE.txt
+share/traccar/web/modern/static/js/2.721ce135.chunk.js.map
+share/traccar/web/modern/static/js/main.455b0c06.chunk.js
+share/traccar/web/modern/static/js/main.455b0c06.chunk.js.LICENSE.txt
+share/traccar/web/modern/static/js/main.455b0c06.chunk.js.map
 share/traccar/web/modern/static/js/runtime-main.2dc76e5b.js
 share/traccar/web/modern/static/js/runtime-main.2dc76e5b.js.map
 share/traccar/web/modern/static/media/
-share/traccar/web/modern/static/media/ignition.980c0bdb.svg
 share/traccar/web/modern/static/media/roboto-latin-100.5cb7edfc.woff
 share/traccar/web/modern/static/media/roboto-latin-100.7370c367.woff2
 share/traccar/web/modern/static/media/roboto-latin-100italic.f8b1df51.woff2

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to