View | Details | Raw Unified | Return to bug 282683 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/playonbsd/0001-Fix-port-emulators-playonbsd-py-N-natsort-and-ImageM.patch (+27 lines)
Added Link Here
1
From 2679ebe26756a2c3802a11197879c518a9f4abaf Mon Sep 17 00:00:00 2001
2
From: Clockwork6400 <Clockwork6400@protonmail.com>
3
Date: Mon, 11 Nov 2024 01:16:09 +0200
4
Subject: [PATCH] Fix port emulators/playonbsd py{N}-natsort and ImageMagick7
5
6
---
7
 emulators/playonbsd/Makefile | 4 +++-
8
 1 file changed, 3 insertions(+), 1 deletion(-)
9
10
diff --git a/emulators/playonbsd/Makefile b/emulators/playonbsd/Makefile
11
index 7c92fb80fac1..e5f7ec5a4d14 100644
12
--- a/emulators/playonbsd/Makefile
13
+++ b/emulators/playonbsd/Makefile
14
@@ -21,7 +21,9 @@ RUN_DEPENDS=	7z:archivers/7-zip \
15
 		sudo:security/sudo \
16
 		wget:ftp/wget \
17
 		xdg-open:devel/xdg-utils \
18
-		xterm:x11/xterm
19
+		xterm:x11/xterm \
20
+                ${PYTHON_PKGNAMEPREFIX}natsort>0:devel/py-natsort@${PY_FLAVOR} \
21
+                magick:graphics/ImageMagick7
22
 
23
 USES=		perl5 python:run shebangfix
24
 USE_GITHUB=	yes
25
-- 
26
2.46.2
27
(-)b/emulators/playonbsd/Makefile (-1 / +3 lines)
Lines 21-27 RUN_DEPENDS= 7z:archivers/7-zip \ Link Here
21
		sudo:security/sudo \
21
		sudo:security/sudo \
22
		wget:ftp/wget \
22
		wget:ftp/wget \
23
		xdg-open:devel/xdg-utils \
23
		xdg-open:devel/xdg-utils \
24
		xterm:x11/xterm
24
		xterm:x11/xterm \
25
                ${PYTHON_PKGNAMEPREFIX}natsort>0:devel/py-natsort@${PY_FLAVOR} \
26
                magick:graphics/ImageMagick7
25
27
26
USES=		perl5 python:run shebangfix
28
USES=		perl5 python:run shebangfix
27
USE_GITHUB=	yes
29
USE_GITHUB=	yes
(-)b/emulators/playonbsd/distinfo (-2 / +1 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1674292594
1
TIMESTAMP = 1731284831
2
SHA256 (Clockwork6400-POL-FreeBSD-4-4.2.10_GH0.tar.gz) = 5bc3723ead8a5197224defa85bdc2558e7ab1eeebbf214eac7e17564bd2e6fc7
2
SHA256 (Clockwork6400-POL-FreeBSD-4-4.2.10_GH0.tar.gz) = 5bc3723ead8a5197224defa85bdc2558e7ab1eeebbf214eac7e17564bd2e6fc7
3
SIZE (Clockwork6400-POL-FreeBSD-4-4.2.10_GH0.tar.gz) = 3179897
3
SIZE (Clockwork6400-POL-FreeBSD-4-4.2.10_GH0.tar.gz) = 3179897
4
- 

Return to bug 282683