git: 820e85450f5f - main - math/octave-forge-automatic-differentiation: Correct DESCRIPTION.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Aug 2025 04:26:57 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=820e85450f5ffd57ce585ed4fd97c798f91290f5
commit 820e85450f5ffd57ce585ed4fd97c798f91290f5
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-08-08 04:24:45 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-08-08 04:24:45 +0000
math/octave-forge-automatic-differentiation: Correct DESCRIPTION.
- ${WRKSRC}/DESCRIPTION has incorrect version number.
- Bump portrevision.
---
math/octave-forge-automatic-differentiation/Makefile | 2 ++
.../files/patch-DESCRIPTION | 9 +++++++++
2 files changed, 11 insertions(+)
diff --git a/math/octave-forge-automatic-differentiation/Makefile b/math/octave-forge-automatic-differentiation/Makefile
index 4373ad2720c0..2a8ca6673d9e 100644
--- a/math/octave-forge-automatic-differentiation/Makefile
+++ b/math/octave-forge-automatic-differentiation/Makefile
@@ -1,5 +1,6 @@
PORTNAME= octave-forge-automatic-differentiation
DISTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -18,5 +19,6 @@ NO_ARCH= yes
NO_BUILD= yes
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
+WRKSRC= ${WRKDIR}/${OCTAVE_SRC}
.include <bsd.port.mk>
diff --git a/math/octave-forge-automatic-differentiation/files/patch-DESCRIPTION b/math/octave-forge-automatic-differentiation/files/patch-DESCRIPTION
new file mode 100644
index 000000000000..70d670a80dee
--- /dev/null
+++ b/math/octave-forge-automatic-differentiation/files/patch-DESCRIPTION
@@ -0,0 +1,9 @@
+--- DESCRIPTION.orig 2025-08-07 20:53:55.335448000 -0500
++++ DESCRIPTION 2025-08-07 20:54:04.639963000 -0500
+@@ -1,5 +1,5 @@
+ name: Automatic-Differentiation
+-version: 1.0.0
++version: 1.0.1
+ date: 2022-07-15
+ author: Steven Waldrip <https://mathsfromnothing.cf>
+ maintainer: Steven Waldrip <https://mathsfromnothing.cf>