On 2022/03/16 22:10, Rafael Sadowski wrote:
> On Wed Mar 16, 2022 at 03:21:29PM +0100, Martin Ziemer wrote:
> > This patch updates htop from 3.0.5 to 3.1.2.
> > 
> > Tested on two amd64 systems.
> 
> I ran into on updating it:
> 
> Error: Dependency htop-3.1.2 doesn't match FULLPKGNAME: htop-3.0.5pl20210418p0

I think you may have a copy in mystuff

Here's an improved diff

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/htop/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile    11 Mar 2022 19:57:32 -0000      1.30
+++ Makefile    16 Mar 2022 21:59:52 -0000
@@ -2,10 +2,7 @@ COMMENT =      interactive process viewer
 
 GH_ACCOUNT =   htop-dev
 GH_PROJECT =   htop
-#GH_TAGNAME =  3.0.5
-GH_COMMIT =    feec16cbb53dabc6a52ef2f69a6a13798be82617
-DISTNAME =     htop-3.0.5pl20210418
-REVISION =     0
+GH_TAGNAME =   3.1.2
 
 CATEGORIES =   sysutils
 
@@ -16,7 +13,7 @@ MAINTAINER =  Ian Sutton <[email protected]>
 # GPLv2 only
 PERMIT_PACKAGE =       Yes
 
-WANTLIB =      c curses kvm m
+WANTLIB =      c curses execinfo kvm m
 
 RUN_DEPENDS =  devel/desktop-file-utils
 
@@ -25,7 +22,7 @@ NO_TEST =     Yes
 DEBUG_PACKAGES =       ${BUILD_PACKAGES}
 
 CONFIGURE_STYLE =      autoreconf
-AUTOCONF_VERSION =     2.69
+AUTOCONF_VERSION =     2.71
 AUTOMAKE_VERSION =     1.16
 AUTORECONF =           ./autogen.sh
 CONFIGURE_ARGS +=      --disable-unicode \
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/htop/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    23 Apr 2021 21:16:16 -0000      1.8
+++ distinfo    16 Mar 2022 21:59:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (htop-3.0.5pl20210418-feec16cb.tar.gz) = 
bUysbhZRqsVVLSZcz4GvUl5ekauQCn81QQLqFP+ruF0=
-SIZE (htop-3.0.5pl20210418-feec16cb.tar.gz) = 314058
+SHA256 (htop-3.1.2.tar.gz) = /pVZY3yPIfX9UxpMByBIpAQXOAasva0TWca4L9h6oAE=
+SIZE (htop-3.1.2.tar.gz) = 387656

Reply via email to