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 /math/dune-spgrid | |
parent | bsd.sites.mk: Support tag names with USE_GITLAB (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-spgrid')
-rw-r--r-- | math/dune-spgrid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/dune-spgrid/Makefile b/math/dune-spgrid/Makefile index 60d25b8918f4..45624c6dfcc9 100644 --- a/math/dune-spgrid/Makefile +++ b/math/dune-spgrid/Makefile @@ -25,7 +25,7 @@ USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org GL_ACCOUNT= extensions -GL_COMMIT= 0e5a3b234d885ac566c9622421ab4eab97c8a50e +GL_TAGNAME= 0e5a3b234d885ac566c9622421ab4eab97c8a50e NO_ARCH= yes |