Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2024 05:39:58 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bc1ec1f57d78 - main - x11/waylock: update to 0.6.3
Message-ID:  <202401010539.4015dwg8069452@gitrepo.freebsd.org>

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

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

commit bc1ec1f57d78170e5f56ddfcfed944211607a755
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-10-26 10:40:22 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-01-01 05:38:55 +0000

    x11/waylock: update to 0.6.3
    
    Changes:        https://github.com/ifreund/waylock/releases/tag/v0.6.3
    Reported by:    GitHub (watch releases)
---
 x11/waylock/Makefile | 11 +++++------
 x11/waylock/distinfo | 14 +++++++-------
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/x11/waylock/Makefile b/x11/waylock/Makefile
index 464dddf5e069..104f80174a8d 100644
--- a/x11/waylock/Makefile
+++ b/x11/waylock/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	waylock
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.6.2
-PORTREVISION=	1
+DISTVERSION=	0.6.3
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -12,7 +11,7 @@ LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	wayland-protocols>0:graphics/wayland-protocols \
-		zig010>=0.10.0:lang/zig010
+		zig>=0.11.0:lang/zig
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
 		libxkbcommon.so:x11/libxkbcommon
 RUN_DEPENDS=	unix-selfauth-helper>0:security/unix-selfauth-helper
@@ -20,11 +19,11 @@ RUN_DEPENDS=	unix-selfauth-helper>0:security/unix-selfauth-helper
 USES=		pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	ifreund
-GH_TUPLE=	ifreund:zig-wayland:ace6aee:zig_wayland/deps/zig-wayland \
-		ifreund:zig-xkbcommon:bfd1f97:zig_xkbcommon/deps/zig-xkbcommon
+GH_TUPLE=	ifreund:zig-wayland:b9c6fcb:zig_wayland/deps/zig-wayland \
+		ifreund:zig-xkbcommon:e93ceb0:zig_xkbcommon/deps/zig-xkbcommon
 MAKE_ENV=	DESTDIR="${STAGEDIR}"
 CONFIGURE_ARGS=	--prefix "${PREFIX}" \
-		${WITH_DEBUG:D:U-Drelease-fast} \
+		${WITH_DEBUG:D:U-Doptimize=ReleaseFast} \
 		${WITH_PIE:D-Dpie} \
 		${STRIP:C/.+/-Dstrip/} \
 		-Dcpu=${CPUTYPE:Ubaseline} \
diff --git a/x11/waylock/distinfo b/x11/waylock/distinfo
index 22fd6660b452..be455cd898e7 100644
--- a/x11/waylock/distinfo
+++ b/x11/waylock/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1675710261
-SHA256 (ifreund-waylock-v0.6.2_GH0.tar.gz) = b39e62241be0607339a531c0572805f7545f05292addd4708f99e836a6b14f59
-SIZE (ifreund-waylock-v0.6.2_GH0.tar.gz) = 18391
-SHA256 (ifreund-zig-wayland-ace6aee_GH0.tar.gz) = c6ebbf0d56db36a732d2e58deff090503b68928ceed538737de7cd4ea36681c6
-SIZE (ifreund-zig-wayland-ace6aee_GH0.tar.gz) = 55916
-SHA256 (ifreund-zig-xkbcommon-bfd1f97_GH0.tar.gz) = 0a5835a5eb216c1a59e20e59277270fc5ce5f440becadf6487965286ba4c1ce8
-SIZE (ifreund-zig-xkbcommon-bfd1f97_GH0.tar.gz) = 20467
+TIMESTAMP = 1698316822
+SHA256 (ifreund-waylock-v0.6.3_GH0.tar.gz) = 5b4dde0e8fdbfbf4da3225ccbda6d73ef1565b8afe71d3375fc3bc5edcaf7b0a
+SIZE (ifreund-waylock-v0.6.3_GH0.tar.gz) = 19238
+SHA256 (ifreund-zig-wayland-b9c6fcb_GH0.tar.gz) = 3e3398b29c3014763ded2e4a2c4f02b4b927fb80bde542846bca29d7b101e0d1
+SIZE (ifreund-zig-wayland-b9c6fcb_GH0.tar.gz) = 56245
+SHA256 (ifreund-zig-xkbcommon-e93ceb0_GH0.tar.gz) = e728c8f784b63f6b0e8ead513bded3b10bc73caa7b20274a5db4a0d0f5df3fce
+SIZE (ifreund-zig-xkbcommon-e93ceb0_GH0.tar.gz) = 20452



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