diff options
author | Felix Palmen <zirias@FreeBSD.org> | 2023-07-12 14:13:03 +0200 |
---|---|---|
committer | Felix Palmen <zirias@FreeBSD.org> | 2023-07-12 20:56:04 +0200 |
commit | 7d1faa7179813ffa542b550a1fdb3bdc80a7986c (patch) | |
tree | bca2e70f4a6137f858d0ca5792e376602af7bab7 /emulators/qemu-devel | |
parent | 16bde072b16daca1c886116e602c94b5fa99c20f (diff) | |
download | freebsd-ports-7d1faa7179813ffa542b550a1fdb3bdc80a7986c.zip |
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
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 2a4349d0ea2b..d559bf37d75e 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -31,7 +31,7 @@ USE_PYTHON= distutils noflavors USE_XORG= pixman GL_ACCOUNT= qemu-project -GL_COMMIT= a9fe9e191b4305b88c356a1ed9ac3baf89eb18aa +GL_TAGNAME= a9fe9e191b4305b88c356a1ed9ac3baf89eb18aa GL_TUPLE= qemu-project:keycodemapdb:d21009b1c9f94b740ea66be8e48a1d8ad8124023:keycodemapdb/ui/keycodemapdb \ qemu-project:dtc:b6910bec11614980a21e46fbccc35934b671bd81:dtc/dtc \ qemu-project:meson:3a9b285a55b91b53b2acda987192274352ecb5be:meson/meson \ |