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/cado-nfs | |
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/cado-nfs')
-rw-r--r-- | math/cado-nfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile index 9a3d6db21a15..623b3bb4d7ad 100644 --- a/math/cado-nfs/Makefile +++ b/math/cado-nfs/Makefile @@ -25,7 +25,7 @@ USES= cmake:noninja compiler:c++11-lang perl5 python shebangfix # noninja becau USE_GITLAB= yes GL_SITE= https://gitlab.inria.fr -GL_COMMIT= 3ab6a4781fa5d218ed332834809ba6c6fd1a591f +GL_TAGNAME= 3ab6a4781fa5d218ed332834809ba6c6fd1a591f SHEBANG_GLOB= *.py |