mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
While here, fix COMMENT and re-generate patch. PR: 270174 Approved by: vidar@karlsen.tech (maintainer)
11 lines
797 B
Prolog
11 lines
797 B
Prolog
--- OpenRGB.pro.orig 2022-11-28 03:44:33 UTC
|
|
+++ OpenRGB.pro
|
|
@@ -42,7 +42,7 @@ TEMPLATE = app
|
|
# Automatically generated build information #
|
|
#-----------------------------------------------------------------------------------------------#
|
|
win32:BUILDDATE = $$system(date /t)
|
|
-unix:BUILDDATE = $$system(date -R -d "@${SOURCE_DATE_EPOCH:-$(date +%s)}")
|
|
+unix:BUILDDATE = $$system(date -R)
|
|
GIT_COMMIT_ID = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse HEAD)
|
|
GIT_COMMIT_DATE = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ show -s --format=%ci HEAD)
|
|
GIT_BRANCH = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse --abbrev-ref HEAD)
|