View | Details | Raw Unified | Return to bug 280820 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/htop/Makefile (-7 / +3 lines)
Lines 1-7 Link Here
1
PORTNAME=	htop
1
PORTNAME=	htop
2
DISTVERSION=	3.3.0
2
DISTVERSION=	3.3.0
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
MASTER_SITES=	https://github.com/${PORTNAME}-dev/${PORTNAME}/releases/download/${DISTVERSION}/
5
6
6
MAINTAINER=	gaod@hychen.org
7
MAINTAINER=	gaod@hychen.org
7
COMMENT=	Better top(1) - interactive process viewer
8
COMMENT=	Better top(1) - interactive process viewer
Lines 10-23 WWW= https://htop.dev/ Link Here
10
LICENSE=	GPLv2
11
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
13
USES=		autoreconf compiler:c11 cpe libtool localbase \
14
USES=		desktop-file-utils ncurses tar:xz
14
		ncurses pkgconfig python:build shebangfix
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	htop-dev
18
15
19
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
21
CONFIGURE_ARGS=	--enable-unicode
17
CONFIGURE_ARGS=	--enable-unicode
22
18
23
PLIST_FILES=	bin/htop \
19
PLIST_FILES=	bin/htop \
(-)b/sysutils/htop/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1707274617
1
TIMESTAMP = 1723652453
2
SHA256 (htop-dev-htop-3.3.0_GH0.tar.gz) = 1e5cc328eee2bd1acff89f860e3179ea24b85df3ac483433f92a29977b14b045
2
SHA256 (htop-3.3.0.tar.xz) = a69acf9b42ff592c4861010fce7d8006805f0d6ef0e8ee647a6ee6e59b743d5c
3
SIZE (htop-dev-htop-3.3.0_GH0.tar.gz) = 406012
3
SIZE (htop-3.3.0.tar.xz) = 337956
4
- 

Return to bug 280820