Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Oct 2022 03:47:23 GMT
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0de89f577b24 - main - math/octave-forge-base: Update to 1.7.
Message-ID:  <202210230347.29N3lNOE019153@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0de89f577b24916e9fc925619d9c8c58a1efe133

commit 0de89f577b24916e9fc925619d9c8c58a1efe133
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-10-23 03:46:47 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-10-23 03:46:47 +0000

    math/octave-forge-base: Update to 1.7.
    
    Correction to commit acdadc1653afa50c138c4f7e47234b119cd3045c
---
 math/octave-forge-base/Makefile                 | 2 +-
 math/octave-forge-base/files/load-octave-pkg.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/octave-forge-base/Makefile b/math/octave-forge-base/Makefile
index b91c8b97961e..4b75386a5845 100644
--- a/math/octave-forge-base/Makefile
+++ b/math/octave-forge-base/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	octave-forge-base
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	math
 MASTER_SITES=	#none
 DISTFILES=	#none
diff --git a/math/octave-forge-base/files/load-octave-pkg.in b/math/octave-forge-base/files/load-octave-pkg.in
index 48010c3f11b7..343d0b418caa 100644
--- a/math/octave-forge-base/files/load-octave-pkg.in
+++ b/math/octave-forge-base/files/load-octave-pkg.in
@@ -195,7 +195,7 @@ foreach my $n (keys %in_tarballs) {
       die if $#list_of_files!=0;
       my $descr = $tar->get_content($list_of_files[0]);
       foreach my $l (split /\n/,$descr) {
-        if ($l=~s/Depends:\s*//) {
+        if ($l=~s/^Depends:\s*//) {
           foreach my $ll (split ",",$l) {
             $ll = lc($ll);
             $ll =~ s/^\s+//;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210230347.29N3lNOE019153>