git: 90c6ae5ae8bf - main - security/knock: restore PORTEPOCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Aug 2023 10:37:35 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=90c6ae5ae8bf264a481d08c63e7df87b4a621aba commit 90c6ae5ae8bf264a481d08c63e7df87b4a621aba Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-08-11 10:35:44 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-08-11 10:35:44 +0000 security/knock: restore PORTEPOCH This was accidentally removed in a previous commit. Reported by: garga Approved by: portmgr (build fix blanket) Fixes: b10e091f6f2df5d65453e060d8e82a9a8d603e33 --- security/knock/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/knock/Makefile b/security/knock/Makefile index 2d149ead0e9a..e11a36aeaab0 100644 --- a/security/knock/Makefile +++ b/security/knock/Makefile @@ -1,5 +1,6 @@ PORTNAME= knock DISTVERSION= 0.8 +PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://github.com/jvinet/${PORTNAME}/releases/download/v${DISTVERSION}/ \ LOCAL/sbz