git: 8ef098dc2077 - main - security/clamtk: Fix GH_TAGNAME
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Feb 2024 12:40:19 UTC
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ef098dc2077a33b54b21284eb95cb6f8885fa25 commit 8ef098dc2077a33b54b21284eb95cb6f8885fa25 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-02-11 12:30:31 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2024-02-11 12:38:39 +0000 security/clamtk: Fix GH_TAGNAME Fixes: e4610fcb8b73 MAN?PREFIX: eleminate its usage --- security/clamtk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile index 722152427f3d..fd9362d3708b 100644 --- a/security/clamtk/Makefile +++ b/security/clamtk/Makefile @@ -26,7 +26,7 @@ USES= gettext-runtime:run perl5 shebangfix USE_PERL5= run USE_GITHUB= yes GH_ACCOUNT= dave-theunsub -GH_TAGNAME= 1f026fs +GH_TAGNAME= 1f026f0 SHEBANG_FILES= clamtk LINGUAS= `${LS} ${WRKSRC}/po/*.mo | ${XARGS} ${BASENAME} -s .mo`