git: aff73196b05c - main - sysutils/dar: Update version 2.7.7=>2.7.8

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 14 Dec 2022 21:41:42 UTC
The branch main has been updated by bofh:

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

commit aff73196b05c6e887244ab5b7620d9242bb0f429
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-12-14 21:07:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-12-14 21:41:14 +0000

    sysutils/dar: Update version 2.7.7=>2.7.8
    
    Relnotes: https://sourceforge.net/projects/dar/files/dar/2.7.8  <Set to 'yes' for mention in release notes.>/
---
 sysutils/dar/Makefile                              |  6 ++---
 sysutils/dar/distinfo                              |  6 ++---
 .../patch-src_libdar_parallel__tronconneuse.cpp    | 28 ----------------------
 sysutils/dar/pkg-plist                             |  2 +-
 4 files changed, 7 insertions(+), 35 deletions(-)

diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile
index 39a03efa2ca4..1ffe7cd5b564 100644
--- a/sysutils/dar/Makefile
+++ b/sysutils/dar/Makefile
@@ -1,7 +1,5 @@
 PORTNAME=	dar
-PORTVERSION=	2.7.7
-PORTREVISION=	1
-
+PORTVERSION=	2.7.8
 CATEGORIES=	sysutils archivers
 MASTER_SITES=	SF
 
@@ -11,6 +9,8 @@ WWW=		http://dar.linux.free.fr/
 
 LICENSE=	GPLv2+
 
+LIB_DEPENDS=	libgpg-error.so:security/libgpg-error
+
 USES=		compiler:c++14-lang libtool localbase pathfix shebangfix
 USE_LDCONFIG=	yes
 
diff --git a/sysutils/dar/distinfo b/sysutils/dar/distinfo
index 555dc2a9a16b..5f0e6156ba3a 100644
--- a/sysutils/dar/distinfo
+++ b/sysutils/dar/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664306456
-SHA256 (dar-2.7.7.tar.gz) = c03e2f52efd65a2f047b60bbeda2460cb525165e1be32f110b60e0cece3f2cc9
-SIZE (dar-2.7.7.tar.gz) = 2410835
+TIMESTAMP = 1671050258
+SHA256 (dar-2.7.8.tar.gz) = 74eadc5e657315b4f6aee018c95b625f04bdbbee39e5ec9ec4663533ee950fe9
+SIZE (dar-2.7.8.tar.gz) = 2414732
diff --git a/sysutils/dar/files/patch-src_libdar_parallel__tronconneuse.cpp b/sysutils/dar/files/patch-src_libdar_parallel__tronconneuse.cpp
deleted file mode 100644
index 05a93a51e023..000000000000
--- a/sysutils/dar/files/patch-src_libdar_parallel__tronconneuse.cpp
+++ /dev/null
@@ -1,28 +0,0 @@
---- src/libdar/parallel_tronconneuse.cpp.orig	2022-04-13 16:16:59 UTC
-+++ src/libdar/parallel_tronconneuse.cpp
-@@ -91,21 +91,21 @@ namespace libdar
- 	{
- 	    U_I tmp_bs1, tmp_bs2;
-
--	    scatter = make_shared<ratelier_scatter<crypto_segment> >(get_ratelier_size(num_workers));
-+	    scatter.reset(new (nothrow) ratelier_scatter<crypto_segment>(get_ratelier_size(num_workers)));
- 	    if(!scatter)
- 		throw Ememory("parallel_tronconneuse::parallel_tronconneuse");
-
--	    gather = make_shared<ratelier_gather<crypto_segment> >(get_ratelier_size(num_workers));
-+	    gather.reset(new (nothrow) ratelier_gather<crypto_segment>(get_ratelier_size(num_workers)));
- 	    if(!gather)
- 		throw Ememory("parallel_tronconneuse::parallel_tronconneuse");
-
--	    waiter = make_shared<barrier>(num_workers + 2); // +1 for crypto_reade thread, +1 this thread
-+	    waiter.reset(new (nothrow) barrier(num_workers + 2));
- 	    if(!waiter)
- 		throw Ememory("parallel_tronconneuse::parallel_tronconneuse");
-
- 		// tas is created empty
-
--	    tas = make_shared<heap<crypto_segment> >();
-+	    tas.reset(new (nothrow) heap<crypto_segment>());
- 	    if(!tas)
- 		throw Ememory("parallel_tronconneuse::parallel_tronconneuse");
-
diff --git a/sysutils/dar/pkg-plist b/sysutils/dar/pkg-plist
index 57dce1588fe3..0e4cef09dfdf 100644
--- a/sysutils/dar/pkg-plist
+++ b/sysutils/dar/pkg-plist
@@ -92,7 +92,7 @@ include/dar/wrapperlib.hpp
 lib/libdar64.a
 lib/libdar64.so
 lib/libdar64.so.6000
-lib/libdar64.so.6000.4.6
+lib/libdar64.so.6000.5.0
 libdata/pkgconfig/libdar64.pc
 man/man1/dar.1.gz
 man/man1/dar_cp.1.gz