Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2021 23:06:17 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 796551eafdf3 - main - sysutils/keyd: drop GH_TAGNAME after 2b20d75491a8
Message-ID:  <202109182306.18IN6HCp090647@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=796551eafdf3c45b7825dc73eea2568ea0882aa5

commit 796551eafdf3c45b7825dc73eea2568ea0882aa5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-09-18 22:52:51 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-09-18 22:55:21 +0000

    sysutils/keyd: drop GH_TAGNAME after 2b20d75491a8
---
 sysutils/keyd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/keyd/Makefile b/sysutils/keyd/Makefile
index 95dd80d58fde..aa20b3efa3e0 100644
--- a/sysutils/keyd/Makefile
+++ b/sysutils/keyd/Makefile
@@ -17,7 +17,7 @@ USE_GITHUB=	yes
 USE_RC_SUBR=	${PORTNAME}
 GH_ACCOUNT=	rvaiya
 MAKE_ARGS=	DESTDIR="${DESTDIR}" PREFIX="${PREFIX}" \
-		GIT_HASH="${GH_TAGNAME:U${DISTVERSIONFULL}}"
+		GIT_HASH="${DISTVERSIONFULL}"
 CFLAGS+=	-D_WITH_GETLINE # XXX Remove after FreeBSD 11 EOL
 PLIST_FILES=	bin/${PORTNAME} \
 		share/man/man1/${PORTNAME}.1.gz \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109182306.18IN6HCp090647>