btop-git: Sync with upstream changes.
authorSanthosh Raju <fox@NetBSD.org>
Mon, 5 Aug 2024 07:17:57 +0000 (09:17 +0200)
committerSanthosh Raju <fox@NetBSD.org>
Mon, 5 Aug 2024 07:17:57 +0000 (09:17 +0200)
btop-git/Makefile
btop-git/distinfo
btop-git/patches/patch-src_netbsd_btop__collect.cpp [deleted file]

index ec704c244a41ed9efef4db8a3ebe14f87535dcd8..1d998a99ea1d9a02bae04c4cbb272768dccbd9a1 100644 (file)
@@ -1,10 +1,10 @@
 # $NetBSD$
 
-DISTNAME=      btop-1.3.2.20240804
+DISTNAME=      btop-1.3.2.20240805
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=aristocratos/}
 #GITHUB_TAG=   v${PKGVERSION_NOREV}
-GITHUB_TAG=    0f833e7965eb151e1465f6028780f714f9168162
+GITHUB_TAG=    00c90884c328eb3e44a0ab094e833161092aae9c
 
 MAINTAINER=    pkgsrc-users@NetBSD.org
 HOMEPAGE=      https://github.com/aristocratos/btop
index aac90ebba63352306ed0063113dc3a0432c64d8f..5647c2c29451acf79086ebe86274b09a02f8175d 100644 (file)
@@ -1,6 +1,5 @@
 $NetBSD$
 
-BLAKE2s (btop-1.3.2.20240804-0f833e7965eb151e1465f6028780f714f9168162.tar.gz) = f0ca89a68fba2e1e9186e01144c79cb4d610d0f135448398ce5096a4ce06e16c
-SHA512 (btop-1.3.2.20240804-0f833e7965eb151e1465f6028780f714f9168162.tar.gz) = 1168983bb922ff5333cc54d39227c34c992f8fa5cf53b665395e240c6cab7678d317551494e6e7726f90808a98a051087b62834343170b4a3f91d8c9d260d843
-Size (btop-1.3.2.20240804-0f833e7965eb151e1465f6028780f714f9168162.tar.gz) = 1160189 bytes
-SHA1 (patch-src_netbsd_btop__collect.cpp) = f7fbdef6834b4730723fa786c657a46aaa5cbecd
+BLAKE2s (btop-1.3.2.20240805-00c90884c328eb3e44a0ab094e833161092aae9c.tar.gz) = 271534e019390f0d8c0ee12708d0243de9e5a47a4ac658cf4ec955f058663c2f
+SHA512 (btop-1.3.2.20240805-00c90884c328eb3e44a0ab094e833161092aae9c.tar.gz) = 68c7240819d2c1c568a1feab8d446591683078f5062861f784fc7866ea8c43320bb2744f4d9f2b2d0030f8cd1e83b9f41d0df51611728d17cff1da0d6d58dd73
+Size (btop-1.3.2.20240805-00c90884c328eb3e44a0ab094e833161092aae9c.tar.gz) = 1160249 bytes
diff --git a/btop-git/patches/patch-src_netbsd_btop__collect.cpp b/btop-git/patches/patch-src_netbsd_btop__collect.cpp
deleted file mode 100644 (file)
index d46b6ea..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Include the missed out utility header.
-
---- src/netbsd/btop_collect.cpp.orig   2024-08-05 06:52:28.642345988 +0000
-+++ src/netbsd/btop_collect.cpp
-@@ -64,6 +64,7 @@ tab-size = 4
- #include <regex>
- #include <string>
- #include <memory>
-+#include <utility>
- #include "../btop_config.hpp"
- #include "../btop_shared.hpp"