aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2025-08-08 04:24:45 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2025-08-08 04:24:45 +0000
commit820e85450f5ffd57ce585ed4fd97c798f91290f5 (patch)
tree78abb1795ebc2fc4d0118918d047b96390756b45
parent1eb4ce752a94af428d307989d7862c8273044409 (diff)
math/octave-forge-automatic-differentiation: Correct DESCRIPTION.
- ${WRKSRC}/DESCRIPTION has incorrect version number. - Bump portrevision.
-rw-r--r--math/octave-forge-automatic-differentiation/Makefile2
-rw-r--r--math/octave-forge-automatic-differentiation/files/patch-DESCRIPTION9
2 files changed, 11 insertions, 0 deletions
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>