git: ec2018a3c875 - main - math/octave-forge-onsas: Fix installation bug.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jan 2025 19:02:18 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec2018a3c875c9bf2985b3dd9e93f0faebedd5c3 commit ec2018a3c875c9bf2985b3dd9e93f0faebedd5c3 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2025-01-25 19:00:53 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2025-01-25 19:00:53 +0000 math/octave-forge-onsas: Fix installation bug. - The DESCRIPTION file had the incorrect version number, confusing the octave package manager. --- math/octave-forge-onsas/Makefile | 1 + math/octave-forge-onsas/files/patch-DESCRIPTION | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/math/octave-forge-onsas/Makefile b/math/octave-forge-onsas/Makefile index a27cb2c893c7..ad3093dab716 100644 --- a/math/octave-forge-onsas/Makefile +++ b/math/octave-forge-onsas/Makefile @@ -1,6 +1,7 @@ PORTNAME= octave-forge-onsas DISTVERSIONPREFIX= v DISTVERSION= 0.2.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/octave-forge-onsas/files/patch-DESCRIPTION b/math/octave-forge-onsas/files/patch-DESCRIPTION new file mode 100644 index 000000000000..ea9f7bd8dfb4 --- /dev/null +++ b/math/octave-forge-onsas/files/patch-DESCRIPTION @@ -0,0 +1,9 @@ +--- ../DESCRIPTION.orig 2025-01-25 12:54:46.986090000 -0600 ++++ ../DESCRIPTION 2025-01-25 12:54:54.809288000 -0600 +@@ -1,5 +1,5 @@ + Name: ONSAS +-Version: 0.2.4 ++Version: 0.2.5 + Date: 2022-08-02 + Author: Pérez Zerpa, Jorge M. and Bazzano García, Juan Bruno and Viera Sosa, Joaquin and Vanzulli Pena, Mauricio and Forets, Marcelo and Battini, Jean-Marc and Toro, Sebastián + Maintainer: Pérez Zerpa, Jorge M. (jorgepz@fing.edu.uy)