On Mon, May 09, 2022 at 08:26:50AM +0100, Stuart Henderson wrote: > On 2022/05/09 01:19, Lucas Raab wrote: > > On Mon, May 09, 2022 at 01:08:50AM +0000, Lucas Raab wrote: > > > Hello, > > > > > > Here's an update to the latest htop. Builds and runs fine for me > > > on arm64 and amd64. Ian, look good to you? > > > > > > Thanks, > > > Lucas > > > > oops, forgot to link to the changelog... > > > > https://github.com/htop-dev/htop/blob/main/ChangeLog > > > > There's a proper tarball now, it would be good to use it and change > to CONFIGURE_STYLE=gnu. > > https://github.com/htop-dev/htop/releases/download/3.2.0/htop-3.2.0.tar.xz > > License is now GPLv2+ rather than v2 only. > Alright, how does this look? Same as before, builds/runs on amd64/arm64
diff 99d94dd0bbdbac861dc65803ec35a87a27b3dccc /home/lucas/ports blob - 39261cde132043a53d7d3dfec323f2e3a9eb8586 file + sysutils/htop/Makefile --- sysutils/htop/Makefile +++ sysutils/htop/Makefile @@ -1,16 +1,17 @@ COMMENT = interactive process viewer -GH_ACCOUNT = htop-dev -GH_PROJECT = htop -GH_TAGNAME = 3.1.2 +V = 3.2.0 +DISTNAME = htop-$V CATEGORIES = sysutils +EXTRACT_SUFX = .tar.xz HOMEPAGE = https://htop.dev +MASTER_SITES = https://github.com/htop-dev/htop/releases/download/$V/ MAINTAINER = Ian Sutton <i...@ce.gl> -# GPLv2 only +# GPLv2+ PERMIT_PACKAGE = Yes WANTLIB = c curses execinfo kvm m @@ -21,10 +22,7 @@ NO_TEST = Yes DEBUG_PACKAGES = ${BUILD_PACKAGES} -CONFIGURE_STYLE = autoreconf -AUTOCONF_VERSION = 2.71 -AUTOMAKE_VERSION = 1.16 -AUTORECONF = ./autogen.sh +CONFIGURE_STYLE = gnu CONFIGURE_ARGS += --disable-unicode \ --disable-taskstats blob - 2820d0536c95127d057f09e0407babf4d3d66342 file + sysutils/htop/distinfo --- sysutils/htop/distinfo +++ sysutils/htop/distinfo @@ -1,2 +1,2 @@ -SHA256 (htop-3.1.2.tar.gz) = /pVZY3yPIfX9UxpMByBIpAQXOAasva0TWca4L9h6oAE= -SIZE (htop-3.1.2.tar.gz) = 387656 +SHA256 (htop-3.2.0.tar.xz) = 4PZF1KwyTyxMSKqno6ltAHuVUWVZVQvgtW5CP8W214M= +SIZE (htop-3.2.0.tar.xz) = 404388