Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2021 22:49:16 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8b0281a7c291 - main - net-mgmt/etherape: Update to 0.9.20
Message-ID:  <202108232249.17NMnG0A041864@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b0281a7c291930f4bf8ca33a3dfa261af6ac441

commit 8b0281a7c291930f4bf8ca33a3dfa261af6ac441
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-08-23 22:47:58 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-08-23 22:49:10 +0000

    net-mgmt/etherape: Update to 0.9.20
---
 net-mgmt/etherape/Makefile                         |  2 +-
 net-mgmt/etherape/distinfo                         |  6 +++---
 .../files/patch-src_names_thread__resolve.c        | 23 ----------------------
 net-mgmt/etherape/pkg-plist                        |  1 +
 4 files changed, 5 insertions(+), 27 deletions(-)

diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile
index 3c63e6697894..c17e72a2c695 100644
--- a/net-mgmt/etherape/Makefile
+++ b/net-mgmt/etherape/Makefile
@@ -1,7 +1,7 @@
 # Created by: Holger Lamm <holger@eit.uni-kl.de>
 
 PORTNAME=	etherape
-PORTVERSION=	0.9.18
+PORTVERSION=	0.9.20
 CATEGORIES=	net-mgmt gnome
 MASTER_SITES=	SF
 
diff --git a/net-mgmt/etherape/distinfo b/net-mgmt/etherape/distinfo
index 478dff1c7a28..10c36dbb1f5c 100644
--- a/net-mgmt/etherape/distinfo
+++ b/net-mgmt/etherape/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549287444
-SHA256 (etherape-0.9.18.tar.gz) = bbc24f47d6072cd8ee6ed31303d4ec31d842dc53291613a440fe971d0b732c79
-SIZE (etherape-0.9.18.tar.gz) = 1436265
+TIMESTAMP = 1629758699
+SHA256 (etherape-0.9.20.tar.gz) = f54b10b56397075c98a1f192e2b30817e212581b0929dd0304e15fa8eaf59f96
+SIZE (etherape-0.9.20.tar.gz) = 1480790
diff --git a/net-mgmt/etherape/files/patch-src_names_thread__resolve.c b/net-mgmt/etherape/files/patch-src_names_thread__resolve.c
deleted file mode 100644
index f0b5a97138be..000000000000
--- a/net-mgmt/etherape/files/patch-src_names_thread__resolve.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/names/thread_resolve.c.orig	2017-03-18 16:11:42 UTC
-+++ src/names/thread_resolve.c
-@@ -162,6 +162,10 @@ thread_pool_routine(void *dt)
- 
-       pthread_mutex_unlock(&resolvemtx);
-    }
-+
-+   /* close mutex */
-+   close_mutex();
-+
-    return NULL;
- }
- 
-@@ -280,9 +284,6 @@ thread_close(void)
- {
-   /* thread pool shutdown */ 
-   stop_threads();
--   
--  /* close mutex */ 
--  close_mutex();
- }
- 
- const char *
diff --git a/net-mgmt/etherape/pkg-plist b/net-mgmt/etherape/pkg-plist
index 2503e2d144de..471deb220bfc 100644
--- a/net-mgmt/etherape/pkg-plist
+++ b/net-mgmt/etherape/pkg-plist
@@ -33,6 +33,7 @@ share/locale/es/LC_MESSAGES/etherape.mo
 share/locale/fr/LC_MESSAGES/etherape.mo
 share/locale/it/LC_MESSAGES/etherape.mo
 share/locale/nl/LC_MESSAGES/etherape.mo
+share/locale/ru/LC_MESSAGES/etherape.mo
 share/locale/sv/LC_MESSAGES/etherape.mo
 share/locale/tr/LC_MESSAGES/etherape.mo
 share/pixmaps/etherape.png



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