Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2023 01:47:26 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 528b2ee67d41 - main - net/savvycan: Update to V208
Message-ID:  <202304220147.33M1lQOt054568@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=528b2ee67d416d6f782d46a870c8357ed2b41ee9

commit 528b2ee67d416d6f782d46a870c8357ed2b41ee9
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2023-04-22 01:46:58 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2023-04-22 01:46:58 +0000

    net/savvycan: Update to V208
    
    Changes since 1.0.245:
    
     - The data grid control now supports CAN-FD messages with up to
       64 bytes.
    
     - Improved visuals for data grid when DBC signal names are displayed.
    
     - Fixed DBC related bugs
    
     - Added support for CAN-FD DBC files
    
     - It is now possible to set the number of data bytes to display
       per line in the main window (useful for 64 byte payloads)
    
     - Fixes for display of OpenGL accelerated views when using MacOS
    
     - The DBC signal editor now supports undo (CTRL-Z)
    
     - Frame Info Window now has a bit change "heat map" which can be
       used to see which bits in a message change frequently.
    
     - Frame Info Window now has a separate graph for each byte in the
       message (double click to expand one or shrink back)
    
     - Playback window can now be set to only start sending when other
       traffic starts on the bus.
    
     - Added a new window that allows two buses to forward to each other
       with filtering.
    
    Reported by:    portscout
---
 net/savvycan/Makefile | 2 +-
 net/savvycan/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/savvycan/Makefile b/net/savvycan/Makefile
index 9e850f52e1f8..4a7764ff7822 100644
--- a/net/savvycan/Makefile
+++ b/net/savvycan/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	savvycan
-PORTVERSION=	208
+PORTVERSION=	213
 PORTEPOCH=	2
 CATEGORIES=	net
 
diff --git a/net/savvycan/distinfo b/net/savvycan/distinfo
index 88c8e39243f2..7f55c034b6ba 100644
--- a/net/savvycan/distinfo
+++ b/net/savvycan/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679276294
-SHA256 (collin80-SavvyCAN-208-V208_GH0.tar.gz) = 3454dc4f3d03ca083b0c2c962f3ccc41bccaf0ffdb303e4c8becc5339c491140
-SIZE (collin80-SavvyCAN-208-V208_GH0.tar.gz) = 3267604
+TIMESTAMP = 1682127718
+SHA256 (collin80-SavvyCAN-213-V213_GH0.tar.gz) = 1c60055a05dacfd9b00b5416e728735dc7d507f9692c52bf2e4eed74f56f84cd
+SIZE (collin80-SavvyCAN-213-V213_GH0.tar.gz) = 3750379



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304220147.33M1lQOt054568>