git: 796551eafdf3 - main - sysutils/keyd: drop GH_TAGNAME after 2b20d75491a8
Jan Beich
jbeich at FreeBSD.org
Sat Sep 18 23:06:17 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=796551eafdf3c45b7825dc73eea2568ea0882aa5
commit 796551eafdf3c45b7825dc73eea2568ea0882aa5
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-09-18 22:52:51 +0000
Commit: Jan Beich <jbeich at 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 \
More information about the dev-commits-ports-all
mailing list