> Date: Mon, 23 Oct 2023 20:38:33 +0200
> From: Tobias Heider <tobias.hei...@stusta.de>
> 
> As the title says. We need a small patch to remove an unnecessary
> bash dependency, I opened an upstream PR for that.
> Once this is in I will also update apple-firmware.

ok kettenis@

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/m1n1/Makefile,v
> retrieving revision 1.11
> diff -u -p -r1.11 Makefile
> --- Makefile  10 Sep 2023 15:17:37 -0000      1.11
> +++ Makefile  23 Oct 2023 18:36:37 -0000
> @@ -4,7 +4,7 @@ COMMENT=      Bootloader for Apple Silicon
>  
>  GH_ACCOUNT=  AsahiLinux
>  GH_PROJECT=  m1n1
> -GH_TAGNAME=  v1.3.6
> +GH_TAGNAME=  v1.4.3
>  
>  CATEGORIES=  sysutils
>  HOMEPAGE=    https://github.com/AsahiLinux/m1n1
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/m1n1/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- distinfo  10 Sep 2023 15:17:37 -0000      1.4
> +++ distinfo  23 Oct 2023 18:36:37 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (m1n1-1.3.6.tar.gz) = qqKH3qPQRBc5nFswvdCdcJFnaTXyWdfLUpYqMKAiy/A=
> -SIZE (m1n1-1.3.6.tar.gz) = 785173
> +SHA256 (m1n1-1.4.3.tar.gz) = 9x58eF1lQUgb9srl0pUYOOMeb2Q1SMdEDE//B1fV91U=
> +SIZE (m1n1-1.4.3.tar.gz) = 819419
> Index: patches/patch-data_makelogo_sh
> ===================================================================
> RCS file: patches/patch-data_makelogo_sh
> diff -N patches/patch-data_makelogo_sh
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ patches/patch-data_makelogo_sh    23 Oct 2023 18:36:37 -0000
> @@ -0,0 +1,8 @@
> +Index: data/makelogo.sh
> +--- data/makelogo.sh.orig
> ++++ data/makelogo.sh
> +@@ -1,3 +1,3 @@
> +-#!/bin/bash
> ++#!/bin/sh
> + convert bootlogo_128.png -background black -flatten -depth 8 
> rgba:bootlogo_128.bin
> + convert bootlogo_256.png -background black -flatten -depth 8 
> rgba:bootlogo_256.bin
> 

Reply via email to