diff options
author | Felix Palmen <zirias@FreeBSD.org> | 2023-07-12 12:13:03 +0000 |
---|---|---|
committer | Felix Palmen <zirias@FreeBSD.org> | 2023-07-12 18:56:04 +0000 |
commit | 7d1faa7179813ffa542b550a1fdb3bdc80a7986c (patch) | |
tree | bca2e70f4a6137f858d0ca5792e376602af7bab7 /math/dune-foamgrid | |
parent | 16bde072b16daca1c886116e602c94b5fa99c20f (diff) |
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 'math/dune-foamgrid')
-rw-r--r-- | math/dune-foamgrid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/dune-foamgrid/Makefile b/math/dune-foamgrid/Makefile index 7416c43755f6..3a031c94cb32 100644 --- a/math/dune-foamgrid/Makefile +++ b/math/dune-foamgrid/Makefile @@ -20,7 +20,7 @@ USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org GL_ACCOUNT= extensions -GL_COMMIT= c33bcf407a7061e7f5997b895d89207fb9a8097f +GL_TAGNAME= c33bcf407a7061e7f5997b895d89207fb9a8097f NO_ARCH= yes |