Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: UPDATE: x11/sdorfehs -> 1.7
To:
izzy Meyer <izder456@disroot.org>
Cc:
ports@openbsd.org, jcs@jcs.org, drainer333@disroot.org
Date:
Mon, 2 Mar 2026 18:06:02 +0000

Download raw body.

Thread
On 2026/03/02 11:46, izzy Meyer wrote:
> Hello ports@, jcs@,
> 
> Here's a small update of the x11/sdorfehs port which my friend
> drainer333 uses (CC'd). 
> 
> jcs@, or another committer, could this be committed in before the ports
> tree freeze? Thanks.
> 
> 
> -- 
> iz (she/her)
> 
> > i like to say mundane things,
> > there are too many uninteresting things
> > that go unnoticed.
> 
> izder456 (dot) neocities (dot) org

> diff --git x11/sdorfehs/Makefile x11/sdorfehs/Makefile
> index 45786c6d86d..8a529f73916 100644
> --- x11/sdorfehs/Makefile
> +++ x11/sdorfehs/Makefile
> @@ -1,6 +1,6 @@
>  COMMENT=	tiling window manager with a weird name
>  
> -GH_TAGNAME=	v1.5
> +GH_TAGNAME=	v1.7
>  GH_ACCOUNT=	jcs
>  GH_PROJECT=	sdorfehs
>  
> diff --git x11/sdorfehs/distinfo x11/sdorfehs/distinfo
> index 4c0fadca0da..68775f7892d 100644
> --- x11/sdorfehs/distinfo
> +++ x11/sdorfehs/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (sdorfehs-1.5.tar.gz) = 63nqqBeZfv5Mgnq+hgDQtsY1wBvHJS9XzzyH7Dawkbg=
> -SIZE (sdorfehs-1.5.tar.gz) = 122223
> +SHA256 (sdorfehs-1.7.tar.gz) = uHpk9rEcWsRdpDvuG/0XYgTAlgigX/SaZDpCCD8UTSA=
> +SIZE (sdorfehs-1.7.tar.gz) = 122659

VERSION is wrong in the tagged Makefile, this fixes it:

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/sdorfehs/Makefile,v
diff -u -p -r1.4 Makefile
--- Makefile	28 Jan 2023 00:19:16 -0000	1.4
+++ Makefile	2 Mar 2026 18:05:14 -0000
@@ -1,6 +1,6 @@
 COMMENT=	tiling window manager with a weird name
 
-GH_TAGNAME=	v1.5
+GH_TAGNAME=	v1.7
 GH_ACCOUNT=	jcs
 GH_PROJECT=	sdorfehs
 
@@ -13,6 +13,7 @@ PERMIT_PACKAGE=	Yes
 
 WANTLIB=	c X11 Xft Xrandr XRes Xtst
 
+MAKE_FLAGS=	VERSION=${GH_TAGNAME:S/v//}
 FAKE_FLAGS=	DESTDIR=
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/sdorfehs/distinfo,v
diff -u -p -r1.3 distinfo
--- distinfo	28 Jan 2023 00:19:16 -0000	1.3
+++ distinfo	2 Mar 2026 18:05:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (sdorfehs-1.5.tar.gz) = 63nqqBeZfv5Mgnq+hgDQtsY1wBvHJS9XzzyH7Dawkbg=
-SIZE (sdorfehs-1.5.tar.gz) = 122223
+SHA256 (sdorfehs-1.7.tar.gz) = uHpk9rEcWsRdpDvuG/0XYgTAlgigX/SaZDpCCD8UTSA=
+SIZE (sdorfehs-1.7.tar.gz) = 122659