git: 01f16ce51e3d - main - math/octave-forge-fxp: Bug fix.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Mar 2026 15:04:01 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=01f16ce51e3df29f2869ffcd39d24ea3e4f8c767
commit 01f16ce51e3df29f2869ffcd39d24ea3e4f8c767
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2026-03-31 15:03:01 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2026-03-31 15:03:01 +0000
math/octave-forge-fxp: Bug fix.
- Fix version number in DESCRIPTION.
- Bump portrevision.
---
math/octave-forge-fxp/Makefile | 2 ++
math/octave-forge-fxp/files/patch-DESCRIPTION | 9 +++++++++
2 files changed, 11 insertions(+)
diff --git a/math/octave-forge-fxp/Makefile b/math/octave-forge-fxp/Makefile
index 81200ad9e898..3db172ab7dad 100644
--- a/math/octave-forge-fxp/Makefile
+++ b/math/octave-forge-fxp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= octave-forge-fxp
DISTVERSION= 2.0.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -15,6 +16,7 @@ GH_ACCOUNT= ahmedshahein
GH_PROJECT= pkg-fxp
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
+WRKSRC= ${WRKDIR}/${OCTAVE_SRC}
NO_ARCH= yes
NO_BUILD= yes
diff --git a/math/octave-forge-fxp/files/patch-DESCRIPTION b/math/octave-forge-fxp/files/patch-DESCRIPTION
new file mode 100644
index 000000000000..8f6452660654
--- /dev/null
+++ b/math/octave-forge-fxp/files/patch-DESCRIPTION
@@ -0,0 +1,9 @@
+--- DESCRIPTION.orig 2026-03-31 13:58:13 UTC
++++ DESCRIPTION
+@@ -1,5 +1,5 @@ Name: fxp
+ Name: fxp
+-Version: 1.0.1
++Version: 2.0.0
+ Date: 2026-01-26
+ Title: Fixed-Point Arithmetic for GNU Octave
+ Author: Ahmed Shahein