pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

btop-git: Sync with upstream changes.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Mon Aug 5 09:17:57 2024 +0200
Changeset:	545426779b33b14128d8117a50824f6d15a9993c

Modified Files:
	btop-git/Makefile
	btop-git/distinfo
Removed Files:
	btop-git/patches/patch-src_netbsd_btop__collect.cpp

Log Message:
btop-git: Sync with upstream changes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=545426779b33b14128d8117a50824f6d15a9993c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 btop-git/Makefile                                   |  4 ++--
 btop-git/distinfo                                   |  7 +++----
 btop-git/patches/patch-src_netbsd_btop__collect.cpp | 14 --------------
 3 files changed, 5 insertions(+), 20 deletions(-)

diffs:
diff --git a/btop-git/Makefile b/btop-git/Makefile
index ec704c244a..1d998a99ea 100644
--- a/btop-git/Makefile
+++ b/btop-git/Makefile
@@ -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@localhost
 HOMEPAGE=	https://github.com/aristocratos/btop
diff --git a/btop-git/distinfo b/btop-git/distinfo
index aac90ebba6..5647c2c294 100644
--- a/btop-git/distinfo
+++ b/btop-git/distinfo
@@ -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
index d46b6ea834..0000000000
--- a/btop-git/patches/patch-src_netbsd_btop__collect.cpp
+++ /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"


Home | Main Index | Thread Index | Old Index