diff options
Diffstat (limited to 'math/octave-forge-automatic-differentiation')
3 files changed, 15 insertions, 5 deletions
diff --git a/math/octave-forge-automatic-differentiation/Makefile b/math/octave-forge-automatic-differentiation/Makefile index 8c842f23a5ed..2a8ca6673d9e 100644 --- a/math/octave-forge-automatic-differentiation/Makefile +++ b/math/octave-forge-automatic-differentiation/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-automatic-differentiation -DISTVERSION= 1.0.0 -PORTREVISION= 6 +DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -19,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/distinfo b/math/octave-forge-automatic-differentiation/distinfo index a83213655a47..04b950d2f851 100644 --- a/math/octave-forge-automatic-differentiation/distinfo +++ b/math/octave-forge-automatic-differentiation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666744398 -SHA256 (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.0_GH0.tar.gz) = 12e578cd4daedd31537ba5f541db20e85754ab356c3c28cb75da78442beb10e5 -SIZE (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.0_GH0.tar.gz) = 29014 +TIMESTAMP = 1754287808 +SHA256 (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.1_GH0.tar.gz) = 5fdcfaf009ba240bdec5703ca1d230af59b16f8e5173403ddb7f1899cf7d68e7 +SIZE (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.1_GH0.tar.gz) = 33852 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> |