git: 91fad7726219 - main - math/octave-forge-control: Update to 4.1.1.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Thu, 13 Feb 2025 18:28:25 UTC
The branch main has been updated by stephen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91fad772621913b92027b89c5e0edbb44581bba1

commit 91fad772621913b92027b89c5e0edbb44581bba1
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-02-13 18:28:00 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-02-13 18:28:00 +0000

    math/octave-forge-control: Update to 4.1.1.
---
 math/octave-forge-control/Makefile             |  2 +-
 math/octave-forge-control/distinfo             |  6 +++---
 math/octave-forge-control/files/patch-Makefile | 13 -------------
 3 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/math/octave-forge-control/Makefile b/math/octave-forge-control/Makefile
index 2348756ba3fe..ef709c95a846 100644
--- a/math/octave-forge-control/Makefile
+++ b/math/octave-forge-control/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	octave-forge-control
 DISTVERSIONPREFIX=	control-
-DISTVERSION=	4.1.0
+DISTVERSION=	4.1.1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
diff --git a/math/octave-forge-control/distinfo b/math/octave-forge-control/distinfo
index e897d5a161b8..784b6d3db1b5 100644
--- a/math/octave-forge-control/distinfo
+++ b/math/octave-forge-control/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1733634786
-SHA256 (octave-forge/gnu-octave-pkg-control-control-4.1.0_GH0.tar.gz) = fa3316ff083188c518e043a18005d0b02d70cd1150ab579a8a886761844ec96b
-SIZE (octave-forge/gnu-octave-pkg-control-control-4.1.0_GH0.tar.gz) = 341491
+TIMESTAMP = 1739154903
+SHA256 (octave-forge/gnu-octave-pkg-control-control-4.1.1_GH0.tar.gz) = aba712b547a885d656b059f617839f4d9d996069a5a21dad793d83202e193e45
+SIZE (octave-forge/gnu-octave-pkg-control-control-4.1.1_GH0.tar.gz) = 349156
 SHA256 (octave-forge/SLICOT-SLICOT-Reference-401037e_GH0.tar.gz) = bbdf70fe0a069ca80567f4421ba428ff9ea99b57f96ca552467032750f48b66f
 SIZE (octave-forge/SLICOT-SLICOT-Reference-401037e_GH0.tar.gz) = 2868815
diff --git a/math/octave-forge-control/files/patch-Makefile b/math/octave-forge-control/files/patch-Makefile
deleted file mode 100644
index b2ed26f54f86..000000000000
--- a/math/octave-forge-control/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig	2024-03-24 14:59:01 UTC
-+++ Makefile
-@@ -38,8 +38,8 @@ $(SC_SRC)/TG04BX.f:
- #            src directories of the SLICOT submodule.
- $(SC_SRC)/MA02ID.f:
- 	mkdir -p $(SC_SRC)
--	cp -t $(SC_SRC) $(SC_SMOD)/src/*.f
--	cp -t $(SC_SRC) $(SC_SMOD)/src_aux/*.f
-+	cp $(SC_SMOD)/src/*.f $(SC_SRC)
-+	cp $(SC_SMOD)/src_aux/*.f $(SC_SRC)
- 	./bootstrap && $(RM) -r "autom4te.cache"
- 
- # TODO: Private oct-files for control package.