From owner-svn-ports-head@freebsd.org Wed Jul 1 13:21:14 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CEF85352011; Wed, 1 Jul 2020 13:21:14 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49xhgt5Cdgz4TKh; Wed, 1 Jul 2020 13:21:14 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97B749AF6; Wed, 1 Jul 2020 13:21:14 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 061DLEYF014209; Wed, 1 Jul 2020 13:21:14 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 061DLEYR014208; Wed, 1 Jul 2020 13:21:14 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202007011321.061DLEYR014208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 1 Jul 2020 13:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540957 - head/multimedia/kodi-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/multimedia/kodi-devel/files X-SVN-Commit-Revision: 540957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2020 13:21:14 -0000 Author: tobik Date: Wed Jul 1 13:21:14 2020 New Revision: 540957 URL: https://svnweb.freebsd.org/changeset/ports/540957 Log: multimedia/kodi-devel: Add missing patch after r540877 Make sure to not just overwrite APP_BUILD_DATE as set by the port. Added: head/multimedia/kodi-devel/files/patch-cmake_scripts_common_Macros.cmake (contents, props changed) Added: head/multimedia/kodi-devel/files/patch-cmake_scripts_common_Macros.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi-devel/files/patch-cmake_scripts_common_Macros.cmake Wed Jul 1 13:21:14 2020 (r540957) @@ -0,0 +1,10 @@ +--- cmake/scripts/common/Macros.cmake.orig 2020-06-13 16:17:41 UTC ++++ cmake/scripts/common/Macros.cmake +@@ -571,7 +571,6 @@ function(core_find_git_rev stamp) + # allow manual setting GIT_VERSION + if(GIT_VERSION) + set(${stamp} ${GIT_VERSION} PARENT_SCOPE) +- string(TIMESTAMP APP_BUILD_DATE "%Y%m%d" UTC) + set(APP_BUILD_DATE ${APP_BUILD_DATE} PARENT_SCOPE) + else() + find_package(Git)