git: 2263d07c41b4 - 2025Q1 - devel/godot{,-tools}: move patches to the right port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Feb 2025 01:22:40 UTC
The branch 2025Q1 has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=2263d07c41b41d476b9a7d4003f7d7191e16f51e commit 2263d07c41b41d476b9a7d4003f7d7191e16f51e Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2025-02-21 01:12:44 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-02-21 01:22:33 +0000 devel/godot{,-tools}: move patches to the right port It was unclear where the patches should go. Fixes: 3d9903862da8e530ebbc38840e23867c91e4c08f Reported by: Chédotal Julien <rjdi@wanadoo.fr> PR: 284869 (cherry picked from commit 87adc7e46597e5e28eb6139946530029f9363f79) --- devel/godot-tools/Makefile | 1 - devel/godot/Makefile | 2 +- devel/{godot-tools => godot}/files/patch-platform_linuxbsd_detect.py | 0 .../files/patch-platform_linuxbsd_libudev-so__wrap.c | 0 .../files/patch-thirdparty_linuxbsd_headers_udev_libudev.h | 0 5 files changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/godot-tools/Makefile b/devel/godot-tools/Makefile index 4d46aa2a5fcb..43e64dd72d98 100644 --- a/devel/godot-tools/Makefile +++ b/devel/godot-tools/Makefile @@ -1,5 +1,4 @@ PKGNAMESUFFIX= -tools -PORTREVISION= 3 COMMENT= Game integrated development environment diff --git a/devel/godot/Makefile b/devel/godot/Makefile index ce8311fc5dac..6169fa7bb5b6 100644 --- a/devel/godot/Makefile +++ b/devel/godot/Makefile @@ -1,7 +1,7 @@ PORTNAME= godot DISTVERSION= 4.2.1 DISTVERSIONSUFFIX= -stable -PORTREVISION?= 2 +PORTREVISION?= 4 CATEGORIES= devel games MAINTAINER= FreeBSD@Shaneware.biz diff --git a/devel/godot-tools/files/patch-platform_linuxbsd_detect.py b/devel/godot/files/patch-platform_linuxbsd_detect.py similarity index 100% rename from devel/godot-tools/files/patch-platform_linuxbsd_detect.py rename to devel/godot/files/patch-platform_linuxbsd_detect.py diff --git a/devel/godot-tools/files/patch-platform_linuxbsd_libudev-so__wrap.c b/devel/godot/files/patch-platform_linuxbsd_libudev-so__wrap.c similarity index 100% rename from devel/godot-tools/files/patch-platform_linuxbsd_libudev-so__wrap.c rename to devel/godot/files/patch-platform_linuxbsd_libudev-so__wrap.c diff --git a/devel/godot-tools/files/patch-thirdparty_linuxbsd_headers_udev_libudev.h b/devel/godot/files/patch-thirdparty_linuxbsd_headers_udev_libudev.h similarity index 100% rename from devel/godot-tools/files/patch-thirdparty_linuxbsd_headers_udev_libudev.h rename to devel/godot/files/patch-thirdparty_linuxbsd_headers_udev_libudev.h