Date: Fri, 28 Apr 2023 23:07:27 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: d19055d61031 - 2023Q2 - x11-wm/hyprland: simplify GIT_COMMIT_MESSAGE after da134084ee1e Message-ID: <202304282307.33SN7RNM022569@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d19055d61031d3e72093e07feadfe5de1d4c152f commit d19055d61031d3e72093e07feadfe5de1d4c152f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-28 22:59:48 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-28 23:05:46 +0000 x11-wm/hyprland: simplify GIT_COMMIT_MESSAGE after da134084ee1e (cherry picked from commit c9b88594bccb751c033790bcc35c7a02b25ce3b6) --- x11-wm/hyprland/Makefile | 2 +- x11/hyprpaper/Makefile | 2 +- x11/hyprpicker/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index c7996bd57f14..c1119114e0f2 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -46,7 +46,7 @@ post-patch: # Extract (snapshot) version from the port instead of meson.build @${REINPLACE_CMD} -i .nogit -e "/GIT_BRANCH/s/run_command.*/'main'/" \ -e "/GIT_COMMIT_HASH/s/run_command.*/'${DISTVERSIONFULL}'/" \ - -e "/GIT_COMMIT_MESSAGE/s/run_command.*/'?'/" \ + -e "/GIT_COMMIT_MESSAGE/d" \ -e "/GIT_DIRTY/s/run_command.*/'portbld'/" \ -e "/version.*jq/s/run_command.*/'${DISTVERSIONFULL}',/" \ ${WRKSRC}/meson.build diff --git a/x11/hyprpaper/Makefile b/x11/hyprpaper/Makefile index f037808c149d..1d5e15833ec1 100644 --- a/x11/hyprpaper/Makefile +++ b/x11/hyprpaper/Makefile @@ -28,7 +28,7 @@ post-patch: @${REINPLACE_CMD} -i .nogit -e '/Get git info/,/^#$$/d' \ -e 's/$${GIT_BRANCH}/main/' \ -e 's/$${GIT_COMMIT_HASH}/${GH_TAGNAME}/' \ - -e 's/$${GIT_COMMIT_MESSAGE}/?/' \ + -e '/$${GIT_COMMIT_MESSAGE}/d' \ -e 's/$${GIT_DIRTY}/portbld/' \ ${WRKSRC}/CMakeLists.txt # https://clang.llvm.org/cxx_status.html#cxx23 diff --git a/x11/hyprpicker/Makefile b/x11/hyprpicker/Makefile index 181e78316ebb..487e3fced9e2 100644 --- a/x11/hyprpicker/Makefile +++ b/x11/hyprpicker/Makefile @@ -33,7 +33,7 @@ post-patch: @${REINPLACE_CMD} -i .nogit -e '/Get git info/,/^#$$/d' \ -e 's/$${GIT_BRANCH}/main/' \ -e 's/$${GIT_COMMIT_HASH}/${GH_TAGNAME}/' \ - -e 's/$${GIT_COMMIT_MESSAGE}/?/' \ + -e '/$${GIT_COMMIT_MESSAGE}/d' \ -e 's/$${GIT_DIRTY}/portbld/' \ ${WRKSRC}/CMakeLists.txt # https://clang.llvm.org/cxx_status.html#cxx23
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304282307.33SN7RNM022569>