Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2025 16:08:42 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b79af5a62702 - main - x11/dwmblocks: Update to g20240823
Message-ID:  <202501051608.505G8gVV090131@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b79af5a62702512dee5f522f6defbafa4a8d9dec

commit b79af5a62702512dee5f522f6defbafa4a8d9dec
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2025-01-05 16:06:22 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-01-05 16:08:07 +0000

    x11/dwmblocks: Update to g20240823
    
    - Respect CFLAGS
    
    ChangeLog:
    https://github.com/torrinfail/dwmblocks/compare/96cbb45...8cedd22
    
    PR:             283800
---
 x11/dwmblocks/Makefile | 12 +++++++-----
 x11/dwmblocks/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/x11/dwmblocks/Makefile b/x11/dwmblocks/Makefile
index cec564908343..b04229c53113 100644
--- a/x11/dwmblocks/Makefile
+++ b/x11/dwmblocks/Makefile
@@ -1,7 +1,7 @@
 # x11/dwmblocks
 
 PORTNAME=	dwmblocks
-DISTVERSION=	g20201227
+DISTVERSION=	g20240823
 CATEGORIES=	x11
 
 MAINTAINER=	echo@lethedata.com
@@ -17,7 +17,7 @@ USES=		xorg
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	torrinfail
-GH_TAGNAME=	96cbb45
+GH_TAGNAME=	8cedd22
 
 USE_XORG=	x11
 
@@ -35,9 +35,11 @@ post-extract:
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -E \
-		-e "s|(LDFLAGS[[:space:]]*)= |\1= -L/usr/local/lib -I/usr/local/include |" \
-		-e "s|output|all|" \
+	# Uncomment FreeBSD-specific LDFLAGS
+	@${REINPLACE_CMD} \
+		-e "7 s/^#//" \
+		-e '3s/:=/+=/' \
+		-e '4s/:=/+=/' \
 		${WRKSRC}/Makefile
 
 post-install:
diff --git a/x11/dwmblocks/distinfo b/x11/dwmblocks/distinfo
index e8e47ffa9aad..51204d643279 100644
--- a/x11/dwmblocks/distinfo
+++ b/x11/dwmblocks/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1626356949
-SHA256 (torrinfail-dwmblocks-g20201227-96cbb45_GH0.tar.gz) = 48271ddb6a4fb0e40cb2f855923c3138e56179b4eec13c5181dfad884681137b
-SIZE (torrinfail-dwmblocks-g20201227-96cbb45_GH0.tar.gz) = 3626
+TIMESTAMP = 1736088024
+SHA256 (torrinfail-dwmblocks-g20240823-8cedd22_GH0.tar.gz) = ec48b2070cefbd16d6dff8067d35d32c9fda77078f7a9226cc22a7c396edf551
+SIZE (torrinfail-dwmblocks-g20240823-8cedd22_GH0.tar.gz) = 3817



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501051608.505G8gVV090131>