Download raw body.
[Update] graphics/pixelorama 1.1.4
NB: This requires godot4 v4.4.1, which isn't in ports yet.
I'm sending this diff out early, to probe MAINTAINER's
continued interest in the port (last update was 3 years
ago).
? pixelorama-1.4.1.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/pixelorama/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile 25 Sep 2023 17:07:30 -0000 1.3
+++ Makefile 30 Aug 2025 13:25:35 -0000
@@ -4,7 +4,7 @@ ONLY_FOR_ARCHS = amd64
COMMENT = pixel art editor
-V = 0.10.2
+V = 1.1.4
DISTNAME = pixelorama-$V
CATEGORIES = graphics
@@ -18,18 +18,18 @@ PERMIT_PACKAGE = Yes
SITES = https://github.com/Orama-Interactive/Pixelorama/releases/download/v$V/
SITES.i = https://github.com/Orama-Interactive/Pixelorama/raw/v$V/Misc/Clickable/click/
-DISTFILES = ${DISTNAME}{Pixelorama.Linux-64bit}${EXTRACT_SUFX}
+DISTFILES = ${DISTNAME}{Pixelorama-Linux-64bit}${EXTRACT_SUFX}
DISTFILES.i = pixelorama-$V{icon}.png
EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX}
RUN_DEPENDS = devel/desktop-file-utils \
- games/godot,-main
+ games/godot4,-main
NO_BUILD = Yes
NO_TEST = Yes
-WRKDIST = ${WRKDIR}/linux-64bit
+WRKDIST = ${WRKDIR}/Pixelorama-Linux-64bit
do-install:
${SUBST_PROGRAM} ${FILESDIR}/pixelorama.sh ${PREFIX}/bin/pixelorama
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/pixelorama/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 4 Sep 2022 15:47:51 -0000 1.2
+++ distinfo 30 Aug 2025 13:25:35 -0000
@@ -1,4 +1,4 @@
-SHA256 (pixelorama-0.10.2.png) = XlWtc+KVD3UZy4yypEp8RW07uSAChFhTT+RgE6B4uIU=
-SHA256 (pixelorama-0.10.2.tar.gz) = /Uy/gSzyXvk0Up36xFWMYhmX96/cSA0yQ7CKjeVwUUw=
-SIZE (pixelorama-0.10.2.png) = 513
-SIZE (pixelorama-0.10.2.tar.gz) = 19109256
+SHA256 (pixelorama-1.1.4.png) = XlWtc+KVD3UZy4yypEp8RW07uSAChFhTT+RgE6B4uIU=
+SHA256 (pixelorama-1.1.4.tar.gz) = 2SJOIwOpR5otV2U5fe1iwnVGKUG4jJV0Vo2rOV4NVuU=
+SIZE (pixelorama-1.1.4.png) = 513
+SIZE (pixelorama-1.1.4.tar.gz) = 28263552
Index: files/pixelorama.sh
===================================================================
RCS file: /cvs/ports/graphics/pixelorama/files/pixelorama.sh,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 pixelorama.sh
--- files/pixelorama.sh 20 Jun 2022 16:17:53 -0000 1.1.1.1
+++ files/pixelorama.sh 30 Aug 2025 13:25:35 -0000
@@ -1,4 +1,4 @@
#!/bin/sh
-exec ${LOCALBASE}/bin/godot --main-pack \
+exec ${LOCALBASE}/bin/godot4 --main-pack \
${TRUEPREFIX}/share/pixelorama/Pixelorama.pck
[Update] graphics/pixelorama 1.1.4