pkgsrc-WIP-changes archive

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

htop-git: sync with upstream changes.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Wed May 6 18:19:32 2026 +0200
Changeset:	87eba77d8aeb8b47177f7559fe12f213048bc9cc

Modified Files:
	htop-git/Makefile
	htop-git/distinfo
Removed Files:
	htop-git/patches/patch-Settings.c

Log Message:
htop-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=87eba77d8aeb8b47177f7559fe12f213048bc9cc

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

diffstat:
 htop-git/Makefile                 |  7 +++++--
 htop-git/distinfo                 |  1 -
 htop-git/patches/patch-Settings.c | 16 ----------------
 3 files changed, 5 insertions(+), 19 deletions(-)

diffs:
diff --git a/htop-git/Makefile b/htop-git/Makefile
index 33c6a68d18..4e6fb3e899 100644
--- a/htop-git/Makefile
+++ b/htop-git/Makefile
@@ -1,16 +1,18 @@
 # $NetBSD$
 
-DISTNAME=	htop-3.4.0.20250310
+DISTNAME=	htop-3.5.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=htop-dev/}
 GITHUB_PROJECT=	htop
-GITHUB_TAG=     325e6a47bf42c8feebe07263f7c60f181c1a8f1f
+GITHUB_TAG=     31b1a15fe54b6e7e5bc1cf35b579854f85bd7e3d
 
 MAINTAINER=	fox%NetBSD.org@localhost
 HOMEPAGE=	https://htop.dev/
 COMMENT=	Enhanced version of top utility
 LICENSE=	gnu-gpl-v2
 
+GIT_REPO=      https://github.com/htop-dev/htop.git
+
 CONFLICTS=	htop-[0-9]*
 
 GNU_CONFIGURE=	yes
@@ -25,4 +27,5 @@ pre-configure:
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/htop-git/distinfo b/htop-git/distinfo
index c8c19789e1..de9ab12de9 100644
--- a/htop-git/distinfo
+++ b/htop-git/distinfo
@@ -3,4 +3,3 @@ $NetBSD$
 BLAKE2s (htop-3.4.0.20250310-325e6a47bf42c8feebe07263f7c60f181c1a8f1f.tar.gz) = b51cb1c48fc6fb4e36751ad2676b4638f890558801b9033998f1f3ef3b7b15a4
 SHA512 (htop-3.4.0.20250310-325e6a47bf42c8feebe07263f7c60f181c1a8f1f.tar.gz) = 3ef0f73a498b265ba038cb65b38c44714ebc1bf67fb75c1eaefdda9ebcab540a2ab6852c3042f9ee16ed93a88d79464e2476ed738620475ea0f7ebe732e26372
 Size (htop-3.4.0.20250310-325e6a47bf42c8feebe07263f7c60f181c1a8f1f.tar.gz) = 427364 bytes
-SHA1 (patch-Settings.c) = af04b2ff4e9aee95e6903e6417e01f474816c833
diff --git a/htop-git/patches/patch-Settings.c b/htop-git/patches/patch-Settings.c
deleted file mode 100644
index 81efe53835..0000000000
--- a/htop-git/patches/patch-Settings.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
-https://github.com/htop-dev/htop/pull/1634
-
-Fix build when using native curses.
-
---- Settings.c.orig	2025-03-10 20:22:40.410153171 +0000
-+++ Settings.c
-@@ -14,6 +14,7 @@ in the source distribution for its full 
- #include <fcntl.h>
- #include <limits.h>
- #include <pwd.h>
-+#include <stdarg.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>


Home | Main Index | Thread Index | Old Index