summaryrefslogtreecommitdiff
path: root/security/diffcode
diff options
context:
space:
mode:
authorFelix Palmen <zirias@FreeBSD.org>2023-07-12 14:13:03 +0200
committerFelix Palmen <zirias@FreeBSD.org>2023-07-12 20:56:04 +0200
commit7d1faa7179813ffa542b550a1fdb3bdc80a7986c (patch)
treebca2e70f4a6137f858d0ca5792e376602af7bab7 /security/diffcode
parentbsd.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 'security/diffcode')
-rw-r--r--security/diffcode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/diffcode/Makefile b/security/diffcode/Makefile
index ca446173ad61..7a15161ef0d4 100644
--- a/security/diffcode/Makefile
+++ b/security/diffcode/Makefile
@@ -14,6 +14,6 @@ USES= cmake
USE_GITLAB= yes
GL_ACCOUNT= LadySerenaKitty
GL_PROJECT= ${PORTNAME}
-GL_COMMIT= 4ae08b53b657ad2aa6816123b49709d903e4593c
+GL_TAGNAME= 4ae08b53b657ad2aa6816123b49709d903e4593c
.include <bsd.port.mk>