git: 576a753170e4 - main - sysutils/nmrpflash: update to version 0.9.21
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Sep 2023 08:33:36 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=576a753170e4f663ececd628b80a3635db1488ae
commit 576a753170e4f663ececd628b80a3635db1488ae
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2023-09-16 08:33:08 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2023-09-16 08:33:08 +0000
sysutils/nmrpflash: update to version 0.9.21
---
sysutils/nmrpflash/Makefile | 2 +-
sysutils/nmrpflash/distinfo | 6 +++---
sysutils/nmrpflash/files/patch-Makefile | 8 ++++++++
3 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/sysutils/nmrpflash/Makefile b/sysutils/nmrpflash/Makefile
index d9e7e30b1494..8760abd16500 100644
--- a/sysutils/nmrpflash/Makefile
+++ b/sysutils/nmrpflash/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nmrpflash
DISTVERSIONPREFIX= v
-DISTVERSION= 0.9.20
+DISTVERSION= 0.9.21
CATEGORIES= sysutils
MAINTAINER= se@FreeBSD.org
diff --git a/sysutils/nmrpflash/distinfo b/sysutils/nmrpflash/distinfo
index 2c5e1aee4666..0710f2982480 100644
--- a/sysutils/nmrpflash/distinfo
+++ b/sysutils/nmrpflash/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682318825
-SHA256 (jclehner-nmrpflash-v0.9.20_GH0.tar.gz) = 4aa17a84735f04e91b5e90e9a61e8c48033a5689bf45594ea1eeff715f0acd48
-SIZE (jclehner-nmrpflash-v0.9.20_GH0.tar.gz) = 53066
+TIMESTAMP = 1694852399
+SHA256 (jclehner-nmrpflash-v0.9.21_GH0.tar.gz) = 0be3a8771087b592002258ce6f34729da7a76d81eff52ac95dee788c0f4fc9b3
+SIZE (jclehner-nmrpflash-v0.9.21_GH0.tar.gz) = 60519
diff --git a/sysutils/nmrpflash/files/patch-Makefile b/sysutils/nmrpflash/files/patch-Makefile
new file mode 100644
index 000000000000..666c92d01a0f
--- /dev/null
+++ b/sysutils/nmrpflash/files/patch-Makefile
@@ -0,0 +1,8 @@
+--- Makefile.orig 2023-09-15 09:39:49 UTC
++++ Makefile
+@@ -1,4 +1,4 @@
+-CC = $(CROSS)gcc
++CC ?= $(CROSS)gcc
+ STRIP = $(CROSS)strip
+ PKG_CONFIG ?= pkg-config
+ PREFIX ?= /usr/local