git: 662786b88356 - main - math/octave-forge-netcdf: Update to 1.0.19.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Jan 2026 03:43:50 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=662786b883562136f62c0022be19570d068f151e
commit 662786b883562136f62c0022be19570d068f151e
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2026-01-04 03:38:57 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2026-01-04 03:38:57 +0000
math/octave-forge-netcdf: Update to 1.0.19.
---
math/octave-forge-netcdf/Makefile | 13 +++++++------
math/octave-forge-netcdf/distinfo | 6 +++---
math/octave-forge-netcdf/files/patch-configure | 11 -----------
3 files changed, 10 insertions(+), 20 deletions(-)
diff --git a/math/octave-forge-netcdf/Makefile b/math/octave-forge-netcdf/Makefile
index 9908fb73ba18..36bd59a6f6b9 100644
--- a/math/octave-forge-netcdf/Makefile
+++ b/math/octave-forge-netcdf/Makefile
@@ -1,8 +1,7 @@
PORTNAME= octave-forge-netcdf
-PORTVERSION= 1.0.18
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0.19
CATEGORIES= math
-MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases
-DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
@@ -13,10 +12,12 @@ LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
LIB_DEPENDS+= libnetcdf.so:science/netcdf
-USES= octave
-
+USES= octave autoreconf
+USE_GITHUB= yes
+GH_ACCOUNT= gnu-octave
+GH_PROJECT= octave-netcdf
GNU_CONFIGURE= yes
-NO_ARCH= yes
+OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
.include <bsd.port.mk>
diff --git a/math/octave-forge-netcdf/distinfo b/math/octave-forge-netcdf/distinfo
index 60f00e2a2a8d..6cca5c211d0e 100644
--- a/math/octave-forge-netcdf/distinfo
+++ b/math/octave-forge-netcdf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727219155
-SHA256 (octave-forge/netcdf-1.0.18.tar.gz) = c9d81c285878b96b9296bef3c3e935245512cc69bdb625a6387575216be58309
-SIZE (octave-forge/netcdf-1.0.18.tar.gz) = 502172
+TIMESTAMP = 1767487796
+SHA256 (octave-forge/gnu-octave-octave-netcdf-v1.0.19_GH0.tar.gz) = 8fc6a4ee4b710767f47230fa8496d307c8ee58c534b9d894fb25a47bbcc0a7f1
+SIZE (octave-forge/gnu-octave-octave-netcdf-v1.0.19_GH0.tar.gz) = 100668
diff --git a/math/octave-forge-netcdf/files/patch-configure b/math/octave-forge-netcdf/files/patch-configure
deleted file mode 100644
index da8efcc20a3d..000000000000
--- a/math/octave-forge-netcdf/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2018-04-18 03:48:30 UTC
-+++ configure
-@@ -2487,7 +2487,7 @@ if test -z "$NC_CONFIG"; then
- fi
-
- NETCDF_LIBS=`$NC_CONFIG --libs`
--NETCDF_CPPFLAGS=`$NC_CONFIG --cflags`
-+NETCDF_CPPFLAGS=`$NC_CONFIG --cflags | sed -E 's/-isystem[[:space:]]+[^[:space:]]+//'`
-
-
-