After quietly observing all the work done on getting a newer version of godot4
in, here's an update to graphics/pixelorama.

The last time we updated it, MAINTAINER indicated that they don't have the
bandwidth anymore to take care of the port - if that's still the case, I
offer to take MAINTAINER.

Be all of that as it may, I think the current port at least needs to apply the
updated files/pixelorama.desktop to stay functional.
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/pixelorama/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile	4 Mar 2026 14:21:30 -0000	1.5
+++ Makefile	4 Mar 2026 20:38:13 -0000
@@ -4,9 +4,8 @@ ONLY_FOR_ARCHS = amd64
 
 COMMENT =	pixel art editor
 
-V =		1.1.5
+V =		1.1.8
 DISTNAME =	pixelorama-$V
-REVISION =	0
 
 CATEGORIES =	graphics
 
@@ -25,7 +24,7 @@ DISTFILES.i = 	pixelorama-$V{icon}.png
 EXTRACT_ONLY =	${DISTNAME}${EXTRACT_SUFX}
 
 RUN_DEPENDS =	devel/desktop-file-utils \
-		games/godot/pack2
+		games/godot/pack3
 
 NO_BUILD =	Yes
 NO_TEST =	Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/pixelorama/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo	8 Sep 2025 19:07:10 -0000	1.3
+++ distinfo	4 Mar 2026 20:38:13 -0000
@@ -1,4 +1,4 @@
-SHA256 (pixelorama-1.1.5.png) = XlWtc+KVD3UZy4yypEp8RW07uSAChFhTT+RgE6B4uIU=
-SHA256 (pixelorama-1.1.5.tar.gz) = gMFhjl2XuNgoSdknhBTXVgn5t85wvy/rwF6gmuE+hnI=
-SIZE (pixelorama-1.1.5.png) = 513
-SIZE (pixelorama-1.1.5.tar.gz) = 28305063
+SHA256 (pixelorama-1.1.8.png) = XlWtc+KVD3UZy4yypEp8RW07uSAChFhTT+RgE6B4uIU=
+SHA256 (pixelorama-1.1.8.tar.gz) = bqvQ90tzSxREZWvJoP0BFFQIBCJUaa6A7MoyCHg4fjs=
+SIZE (pixelorama-1.1.8.png) = 513
+SIZE (pixelorama-1.1.8.tar.gz) = 29113751
Index: files/pixelorama.sh
===================================================================
RCS file: /cvs/ports/graphics/pixelorama/files/pixelorama.sh,v
retrieving revision 1.2
diff -u -p -r1.2 pixelorama.sh
--- files/pixelorama.sh	8 Sep 2025 19:07:12 -0000	1.2
+++ files/pixelorama.sh	4 Mar 2026 20:38:13 -0000
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-exec ${LOCALBASE}/bin/godot4 --main-pack \
+exec ${LOCALBASE}/bin/godot --main-pack \
 	${TRUEPREFIX}/share/pixelorama/Pixelorama.pck

Reply via email to