git: e7ba050f3c42 - 2023Q2 - sysutils/consolekit2: avoid HTTP redirect
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 May 2023 21:07:34 UTC
The branch 2023Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7ba050f3c42685014fa12e66ddf4d2aad08cc4d commit e7ba050f3c42685014fa12e66ddf4d2aad08cc4d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-05-13 20:55:23 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-05-13 21:07:31 +0000 sysutils/consolekit2: avoid HTTP redirect A fork can be renamed or deleted, so get PR commits via upstream. (cherry picked from commit af5e6bba83325d8992e5b6aee9ec37c23496dfe1) --- sysutils/consolekit2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/consolekit2/Makefile b/sysutils/consolekit2/Makefile index f9e083a2910b..57275c6f7e3b 100644 --- a/sysutils/consolekit2/Makefile +++ b/sysutils/consolekit2/Makefile @@ -3,8 +3,8 @@ PORTVERSION= 1.2.5 CATEGORIES= sysutils gnome PKGNAMESUFFIX= 2 -# Support for DRM/evdev -PATCH_SITES= https://github.com/unrelentingtech/ConsoleKit2/commit/ +# https://github.com/ConsoleKit2/ConsoleKit2/pull/116 +PATCH_SITES= https://github.com/ConsoleKit2/ConsoleKit2/commit/ PATCHFILES= 03eaa9779f2c9c7b0acf0521a5547036bdec2245.patch:-p1 \ 05f26e99539e7a442e57035ed6d64fdd9a50feb9.patch:-p1 \ ea4a569100dfa44a0c9d42b1cf7381fd8f88c837.patch:-p1 \