Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2026 02:38:54 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        dnpowers@me.com <dnpowers@me.com>
Subject:   git: 11eab90f5b6d - main - net-mgmt/etherape: Update 0.9.21 => 0.9.22
Message-ID:  <69dda8be.1cd36.14b30b4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11eab90f5b6d6fe37cdde85e59c327ad6b6b4b06

commit 11eab90f5b6d6fe37cdde85e59c327ad6b6b4b06
Author:     dnpowers@me.com <dnpowers@me.com>
AuthorDate: 2026-04-14 02:36:36 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-14 02:38:45 +0000

    net-mgmt/etherape: Update 0.9.21 => 0.9.22
    
    Changelog:
    * Cleanups of capture code.
    * Clear address cache command, thanks to Ronald W. Henderson.
    * Avoid multiple close event, by Ronald W. Henderson.
    * Saving window size in preferences dialog, by Ronald W. Henderson.
    * F11 to make EtherApe fullscreen, by Ronald W. Henderson.
    * New georgian translation, thanks to Temuri Doghonadze.
    * Documentation improvments, thanks to Ronald W. Henderson.
    * IP unknown protocols display now subject to the 'unknown ports' setting.
    * Smaller improvements and fixes.
    * One can now export Etherape data to JSON as well as XML.
    * Export file format is selected in the Preferences dialog.
    * Export menu entry icon added.
    * Updated Preferences dialog help and figures.
    * Man page updates.
    * XML escaping extended.
    * Fix for text appearance in these pull downs: Central Node and Capture filter.
    * Fix for avoiding adding duplicate legend widgets. Now using a hash table.
    * capture statistics now displayed on one line.
    * Better nodes and links expiration during low capture rates or for strict capture filters.
    * Fix for displaying a node prior to its position calculation.
    https://etherape.sourceforge.io/
    
    PR:             294488
    Sponsored by:   UNIS Labs
---
 net-mgmt/etherape/Makefile  | 2 +-
 net-mgmt/etherape/distinfo  | 6 +++---
 net-mgmt/etherape/pkg-plist | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile
index 9d43cdd3917b..2da265c8dc17 100644
--- a/net-mgmt/etherape/Makefile
+++ b/net-mgmt/etherape/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	etherape
-DISTVERSION=	0.9.21
+DISTVERSION=	0.9.22
 CATEGORIES=	net-mgmt gnome
 MASTER_SITES=	SF
 
diff --git a/net-mgmt/etherape/distinfo b/net-mgmt/etherape/distinfo
index 08bcb7c829cb..152922472064 100644
--- a/net-mgmt/etherape/distinfo
+++ b/net-mgmt/etherape/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774976642
-SHA256 (etherape-0.9.21.tar.gz) = 49c90df3bb880d3c60dfac4444ca8fc5d68ba8f36b820ed5f877381c9a07175c
-SIZE (etherape-0.9.21.tar.gz) = 1505682
+TIMESTAMP = 1776082151
+SHA256 (etherape-0.9.22.tar.gz) = e94c5502b40a7b228c0aca6d31afdec9010bc7fd101ba648a6269c1015e7206b
+SIZE (etherape-0.9.22.tar.gz) = 1554042
diff --git a/net-mgmt/etherape/pkg-plist b/net-mgmt/etherape/pkg-plist
index fdff06f370cc..65575521be89 100644
--- a/net-mgmt/etherape/pkg-plist
+++ b/net-mgmt/etherape/pkg-plist
@@ -31,6 +31,7 @@ share/applications/etherape.desktop
 %%NLS%%share/locale/es/LC_MESSAGES/etherape.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/etherape.mo
 %%NLS%%share/locale/it/LC_MESSAGES/etherape.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/etherape.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/etherape.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/etherape.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/etherape.mo


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dda8be.1cd36.14b30b4>