Re: [update] geo/traccar 6.1

2024-05-02 Thread Renaud Allard

small ping :)

On 4/23/24 8:17 AM, Renaud Allard wrote:

oops, indeed
That's better now

On 4/22/24 7:43 PM, Stuart Henderson wrote:

oh, diff wasn't included :)


On 2024/04/20 10:18, Renaud Allard wrote:

Hello,

Here is an update for geo/traccar 6.1.
Tested on amd64


Legacy app is now removed by default from 6.0 onwards, but is still
available on GitHub for those who still want to use it. This should 
maybe

be added to upgrade76.html.

Best Regards


Index: Makefile
===
RCS file: /cvs/ports/geo/traccar/Makefile,v
retrieving revision 1.37
diff -u -p -r1.37 Makefile
--- Makefile	30 Jan 2024 08:35:22 -	1.37
+++ Makefile	20 Apr 2024 08:16:29 -
@@ -1,5 +1,5 @@
 COMMENT =	modern GPS tracking platform
-V =		5.12
+V =		6.1
 PKGNAME =	traccar-${V}
 DISTNAME =	traccar-other-${V}
 EXTRACT_SUFX =	.zip
Index: distinfo
===
RCS file: /cvs/ports/geo/traccar/distinfo,v
retrieving revision 1.24
diff -u -p -r1.24 distinfo
--- distinfo	30 Jan 2024 08:35:22 -	1.24
+++ distinfo	20 Apr 2024 08:16:29 -
@@ -1,2 +1,2 @@
-SHA256 (traccar-other-5.12.zip) = JaYb6p1G1cGyY8mlP72yg0wMPvHA2qVK6ZV5wKtKzN8=
-SIZE (traccar-other-5.12.zip) = 142494458
+SHA256 (traccar-other-6.1.zip) = navhK4wKWE2OwOPMUHzTejtxgNQELGT8UT5El+w9ZUs=
+SIZE (traccar-other-6.1.zip) = 130279335
Index: patches/patch-conf_default_xml
===
RCS file: /cvs/ports/geo/traccar/patches/patch-conf_default_xml,v
retrieving revision 1.14
diff -u -p -r1.14 patch-conf_default_xml
--- patches/patch-conf_default_xml	30 Jan 2024 08:35:22 -	1.14
+++ patches/patch-conf_default_xml	20 Apr 2024 08:16:29 -
@@ -1,15 +1,15 @@
 Index: conf/default.xml
 --- conf/default.xml.orig
 +++ conf/default.xml
-@@ -12,6 +12,7 @@
- 
- 8082
- ./modern
-+127.0.0.1
+@@ -15,6 +15,7 @@
+ ./override
  false
  false
++127.0.0.1
  true
-@@ -23,7 +24,7 @@
+ 
+ true
+@@ -24,7 +25,7 @@
  true
  
  info
@@ -18,7 +18,7 @@ Index: conf/default.xml
  true
  
  true
-@@ -34,8 +35,6 @@
+@@ -35,8 +36,6 @@
  ./media
  
  web,mail,command
Index: pkg/PLIST
===
RCS file: /cvs/ports/geo/traccar/pkg/PLIST,v
retrieving revision 1.27
diff -u -p -r1.27 PLIST
--- pkg/PLIST	30 Jan 2024 08:35:22 -	1.27
+++ pkg/PLIST	20 Apr 2024 08:16:29 -
@@ -28,968 +28,6 @@ share/traccar/conf/traccar.xml
 @mode
 @owner
 @group
-share/traccar/legacy/
-share/traccar/legacy/app/
-share/traccar/legacy/app.css
-share/traccar/legacy/app.js
-share/traccar/legacy/app.min.js
-share/traccar/legacy/app/Application.js
-share/traccar/legacy/app/AttributeFormatter.js
-share/traccar/legacy/app/DeviceImages.js
-share/traccar/legacy/app/GeofenceConverter.js
-share/traccar/legacy/app/Style.js
-share/traccar/legacy/app/controller/
-share/traccar/legacy/app/controller/Root.js
-share/traccar/legacy/app/model/
-share/traccar/legacy/app/model/Attribute.js
-share/traccar/legacy/app/model/Calendar.js
-share/traccar/legacy/app/model/Command.js
-share/traccar/legacy/app/model/ComputedAttribute.js
-share/traccar/legacy/app/model/Device.js
-share/traccar/legacy/app/model/Driver.js
-share/traccar/legacy/app/model/Event.js
-share/traccar/legacy/app/model/Geofence.js
-share/traccar/legacy/app/model/Group.js
-share/traccar/legacy/app/model/KnownAttribute.js
-share/traccar/legacy/app/model/KnownCommand.js
-share/traccar/legacy/app/model/KnownNotification.js
-share/traccar/legacy/app/model/KnownNotificator.js
-share/traccar/legacy/app/model/Maintenance.js
-share/traccar/legacy/app/model/Notification.js
-share/traccar/legacy/app/model/Position.js
-share/traccar/legacy/app/model/ReportStop.js
-share/traccar/legacy/app/model/ReportSummary.js
-share/traccar/legacy/app/model/ReportTrip.js
-share/traccar/legacy/app/model/Server.js
-share/traccar/legacy/app/model/Statistics.js
-share/traccar/legacy/app/model/User.js
-share/traccar/legacy/app/store/
-share/traccar/legacy/app/store/AlarmTypes.js
-share/traccar/legacy/app/store/AllCalendars.js
-share/traccar/legacy/app/store/AllCommandTypes.js
-share/traccar/legacy/app/store/AllCommands.js
-share/traccar/legacy/app/store/AllComputedAttributes.js
-share/traccar/legacy/app/store/AllDevices.js
-share/traccar/legacy/app/store/AllDrivers.js
-share/traccar/legacy/app/store/AllGeofences.js
-share/traccar/legacy/app/store/AllGroups.js
-share/traccar/legacy/app/store/AllMaintenances.js
-share/traccar/legacy/app/store/AllNotificationTypes.js
-share/traccar/legacy/app/store/AllNotifications.js
-share/traccar/legacy/app/store/AllNotificators.js
-share/traccar/legacy/app/store/AllTimezones.js
-share/traccar/legacy/app/store/AttributeValueTypes.js
-share/traccar/legacy/app/store/Attributes.js
-share/traccar/legacy/app/store/Calendars.js
-share/traccar/legacy/app/store/CommandTypes.js

Re: [update] geo/traccar 6.1

2024-04-22 Thread Renaud Allard



On 4/21/24 1:07 PM, Stuart Henderson wrote:

On 2024/04/20 10:18, Renaud Allard wrote:

Hello,

Here is an update for geo/traccar 6.1.
Tested on amd64


I'll take a look soon.


Legacy app is now removed by default from 6.0 onwards, but is still
available on GitHub for those who still want to use it. This should maybe
be added to upgrade76.html.


It's only worth adding to update notes if we can tell people what to do.
A vague "available on github" isn't useful (also, github is not accessible
from some parts of the world).



Indeed, I should have mentioned the complete URL, although the important 
part is that legacy interface is not available anymore by default. So, 
maybe that only should be mentioned.


Note that I didn't test the legacy interface on this version.
https://github.com/traccar/traccar-web
The instructions are here: https://www.traccar.org/build-extjs/
But I am not sure it's so trivial to do on OpenBSD since it depends on 
"Sencha cmd", which is only available for windows, macos and linux.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [update] geo/traccar 6.1

2024-04-21 Thread Stuart Henderson
On 2024/04/20 10:18, Renaud Allard wrote:
> Hello,
> 
> Here is an update for geo/traccar 6.1.
> Tested on amd64

I'll take a look soon.

> Legacy app is now removed by default from 6.0 onwards, but is still
> available on GitHub for those who still want to use it. This should maybe
> be added to upgrade76.html.

It's only worth adding to update notes if we can tell people what to do.
A vague "available on github" isn't useful (also, github is not accessible
from some parts of the world).



[update] geo/traccar 6.1

2024-04-20 Thread Renaud Allard

Hello,

Here is an update for geo/traccar 6.1.
Tested on amd64


Legacy app is now removed by default from 6.0 onwards, but is still 
available on GitHub for those who still want to use it. This should 
maybe be added to upgrade76.html.


Best Regards


smime.p7s
Description: S/MIME Cryptographic Signature