git: e5183ae44146 - main - net-im/tde2e: fix post-patch phase
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 May 2025 20:45:59 UTC
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e5183ae44146db83a3b55946df6584c2a8fdcf9f
commit e5183ae44146db83a3b55946df6584c2a8fdcf9f
Author: Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-05-23 20:45:10 +0000
Commit: Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-05-23 20:45:10 +0000
net-im/tde2e: fix post-patch phase
No functional changes.
---
net-im/tde2e/files/patch-CMake_GetGitRevisionDescription.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/tde2e/files/patch-CMake_GetGitRevisionDescription.cmake b/net-im/tde2e/files/patch-CMake_GetGitRevisionDescription.cmake
index 513f018c9395..a61a15f8be14 100644
--- a/net-im/tde2e/files/patch-CMake_GetGitRevisionDescription.cmake
+++ b/net-im/tde2e/files/patch-CMake_GetGitRevisionDescription.cmake
@@ -5,7 +5,7 @@
if (GIT_DIR STREQUAL "")
set(${_refspecvar} "GITDIR-NOTFOUND" PARENT_SCOPE)
- set(${_hashvar} "GITDIR-NOTFOUND" PARENT_SCOPE)
-+ set(${_hashvar} "51743df" PARENT_SCOPE)
++ set(${_hashvar} "%%COMMIT%%" PARENT_SCOPE)
return()
endif()