Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2023 00:02:40 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: c755c7331d37 - main - games/veloren-weekly: update to s20231003
Message-ID:  <202310050002.39502eEA056121@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=c755c7331d3739541f4a116a2f192f738ddc96c0

commit c755c7331d3739541f4a116a2f192f738ddc96c0
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-10-03 14:35:53 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-10-05 00:02:04 +0000

    games/veloren-weekly: update to s20231003
    
    - Shorten GL_TUPLE via "git describe"
    
    Changes:        https://gitlab.com/veloren/veloren/-/compare/b2f1a5386...63b001959
---
 games/veloren-weekly/Makefile | 6 +++---
 games/veloren-weekly/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile
index 439a538e78d5..2292c5447713 100644
--- a/games/veloren-weekly/Makefile
+++ b/games/veloren-weekly/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	veloren
-PORTVERSION=	s20230926
+PORTVERSION=	s20231003
 CATEGORIES=	games wayland
 PKGNAMESUFFIX=	-weekly
 
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl
 USES=		cargo xorg
 USE_XORG=	xcb
 USE_GITLAB=	yes
-GL_TAGNAME=	b2f1a53865e5e6fb13de94f2252ab111f8a274ce
+GL_TAGNAME=	v0.15.0-389-g63b001959 # git describe --match='v[0-9]*' weekly
 CARGO_ENV=	VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib"
 PLIST_FILES=	bin/${PORTNAME}-server-cli \
 		bin/${PORTNAME}-voxygen \
@@ -51,7 +51,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's/"git"/"${TRUE}"/' \
 		${WRKSRC}/common/build.rs
 # Extract (snapshot) version from the port instead of empty file
-	@${REINPLACE_CMD} -e '/GIT_HASH/s/=.*/= "${GL_TAGNAME:C/(.{8}).*/\1/}";/' \
+	@${REINPLACE_CMD} -e '/GIT_HASH/s/=.*/= "${GL_TAGNAME:C/.*-g(.{8}).*/\1/}";/' \
 		-e "/GIT_DATE.*static/s/=.*/= \"$$(date -ur $$(${AWK} '/TIMESTAMP/ { print $$3 }' \
 			${DISTINFO_FILE}) +'%Y-%m-%d-%H:%M')\";/" \
 		${WRKSRC}/common/src/util/mod.rs
diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo
index 4474b512c07b..4f73b2d6dacc 100644
--- a/games/veloren-weekly/distinfo
+++ b/games/veloren-weekly/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1695746712
+TIMESTAMP = 1696343753
 SHA256 (rust/crates/ab_glyph-0.2.21.crate) = 5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39
 SIZE (rust/crates/ab_glyph-0.2.21.crate) = 17764
 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046
@@ -1529,5 +1529,5 @@ SHA256 (yoanlcq-vek-84d5cb65841d46599a986c5477341bea4456be26_GH0.tar.gz) = f6fc0
 SIZE (yoanlcq-vek-84d5cb65841d46599a986c5477341bea4456be26_GH0.tar.gz) = 90485
 SHA256 (Imberflur-winit-raw-window-handle-0.4-retro-support-v1_GH0.tar.gz) = 55b7e0bfdf87aca662e4ae0a8abd4cbe0cf5d2d2e9f9a61f8b40f02ab769d04f
 SIZE (Imberflur-winit-raw-window-handle-0.4-retro-support-v1_GH0.tar.gz) = 402612
-SHA256 (veloren-veloren-b2f1a53865e5e6fb13de94f2252ab111f8a274ce_GL0.tar.gz) = 9da6007c7f79ed81d09d89da07eb0bb61b31112c7f0205cab353838d814732cc
-SIZE (veloren-veloren-b2f1a53865e5e6fb13de94f2252ab111f8a274ce_GL0.tar.gz) = 269750037
+SHA256 (veloren-v0.15.0-389-g63b001959.tar.bz2) = 0479a4752cbeb8ac0c2a761849e81c4613e202e89ed3fef228cb3ca594163f5a
+SIZE (veloren-v0.15.0-389-g63b001959.tar.bz2) = 270088619



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