pkgsrc-WIP-changes archive

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

btop-git: Convert to wip/mk/git-package.mk



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Jan 18 18:43:55 2025 +0100
Changeset:	f8f6c0d6743245789c4f3a2aac79d64accfee3fc

Modified Files:
	btop-git/Makefile
	btop-git/distinfo

Log Message:
btop-git: Convert to wip/mk/git-package.mk

Make it an actual "-git" package without the need to bump GITHUB_TAG
for every upstream commit.

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

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

diffstat:
 btop-git/Makefile | 8 +++++---
 btop-git/distinfo | 3 ---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/btop-git/Makefile b/btop-git/Makefile
index 5a60d0577d..9762984e24 100644
--- a/btop-git/Makefile
+++ b/btop-git/Makefile
@@ -1,16 +1,17 @@
 # $NetBSD$
 
-DISTNAME=	btop-1.4.0.20241214
+DISTNAME=	btop-1.4.0
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=aristocratos/}
-#GITHUB_TAG=	v${PKGVERSION_NOREV}
-GITHUB_TAG=	5535f50e2023f032309333ae6bade3a9824d2f56
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/aristocratos/btop
 COMMENT=	Colorful TTY resource monitor
 LICENSE=	apache-2.0
 
+GIT_REPO=	https://github.com/aristocratos/btop.git
+
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 
@@ -32,4 +33,5 @@ post-install:
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/btop-git/distinfo b/btop-git/distinfo
index ddd9022368..0580c1273f 100644
--- a/btop-git/distinfo
+++ b/btop-git/distinfo
@@ -1,6 +1,3 @@
 $NetBSD$
 
-BLAKE2s (btop-1.4.0.20241214-5535f50e2023f032309333ae6bade3a9824d2f56.tar.gz) = b7306f42c35e6db70b04a2be5fedcc8bfa7ad13ef29554e35661c12c07ce265c
-SHA512 (btop-1.4.0.20241214-5535f50e2023f032309333ae6bade3a9824d2f56.tar.gz) = 1b8af183c2eb3362cb56a529e5c5af3b94fc0b94318f4f6623f4449f5a122237a4c3954284d9201e63ec9f7b5973db933f3b97f754f01f11a37f4bd0e1ff7f6f
-Size (btop-1.4.0.20241214-5535f50e2023f032309333ae6bade3a9824d2f56.tar.gz) = 1240592 bytes
 SHA1 (patch-Makefile) = 87cd9333e786899109df3a931c6d0e99fbd017de


Home | Main Index | Thread Index | Old Index