freebsd-ports/sysutils/barrier/files/patch-cmake_Version.cmake
Tobias Kortkamp 2b44b0fc20 New port: sysutils/barrier
Barrier is a community maintained fork of the Symless Synergy 1.9
codebase which aims to maintain its simplicity.  Barrier will let
you use your keyboard and mouse from machine A to control machine
B (or more).  Barrier supports Windows, OS X, Linux, and FreeBSD.

WWW: https://github.com/debauchee/barrier
2019-05-20 14:56:08 +00:00

10 lines
326 B
CMake

--- cmake/Version.cmake.orig 2019-05-16 15:32:09 UTC
+++ cmake/Version.cmake
@@ -69,7 +69,6 @@ else()
set (BARRIER_BUILD_NUMBER 1)
endif()
-string (TIMESTAMP BARRIER_BUILD_DATE "%Y%m%d" UTC)
set (BARRIER_SNAPSHOT_INFO ".${BARRIER_VERSION_STAGE}.${BARRIER_REVISION}")
if (BARRIER_VERSION_STAGE STREQUAL "snapshot")