From 7d1faa7179813ffa542b550a1fdb3bdc80a7986c Mon Sep 17 00:00:00 2001 From: Felix Palmen Date: Wed, 12 Jul 2023 14:13:03 +0200 Subject: bsd.sites.mk: Update all ports using USE_GITLAB Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077 --- x11/squeekboard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/squeekboard') diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index 773d3c32e1c8..aa2aee6c4500 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -27,7 +27,7 @@ USE_GITLAB= yes USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 gtk30 GL_SITE= https://gitlab.gnome.org GL_ACCOUNT= World/Phosh -GL_COMMIT= 1fac218c7077e5c42882330a7f6ddd6d63f2690f +GL_TAGNAME= 1fac218c7077e5c42882330a7f6ddd6d63f2690f SHEBANG_FILES= tools/entry.py MAKE_ENV= ${CARGO_ENV} CARGO_BUILD= no -- cgit v1.2.3