Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2023 16:05:09 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c94874896e42 - main - math/gap: Fix incorrect substitution
Message-ID:  <202302051605.315G59VU058402@gitrepo.freebsd.org>

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

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

commit c94874896e42e5334b9ac141a28315b4945fdecb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-02-05 15:29:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-02-05 15:50:14 +0000

    math/gap: Fix incorrect substitution
    
    The PLIST is broken if the default Perl is not 5.32.
    
    Approved by:    portmgr (blanket)
---
 math/gap/pkg-plist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/gap/pkg-plist b/math/gap/pkg-plist
index fcb293a178b6..6db6af1596dd 100644
--- a/math/gap/pkg-plist
+++ b/math/gap/pkg-plist
@@ -20135,7 +20135,7 @@ lib/libgap.so.8.0.0
 %%DATADIR%%/pkg/liepring/lib/dim6/gapdec5.24
 %%DATADIR%%/pkg/liepring/lib/dim6/gapdec5.27
 %%DATADIR%%/pkg/liepring/lib/dim6/gapdec5.3
-%%DATADIR%%/pkg/liepring/lib/dim6/gapdec%%PERL_VER%%
+%%DATADIR%%/pkg/liepring/lib/dim6/gapdec5.32
 %%DATADIR%%/pkg/liepring/lib/dim6/gapdec5.37
 %%DATADIR%%/pkg/liepring/lib/dim6/gapdec5.38
 %%DATADIR%%/pkg/liepring/lib/dim6/gapdec5.39
@@ -20186,7 +20186,7 @@ lib/libgap.so.8.0.0
 %%DATADIR%%/pkg/liepring/lib/dim6/stuff/dec5.24
 %%DATADIR%%/pkg/liepring/lib/dim6/stuff/dec5.27
 %%DATADIR%%/pkg/liepring/lib/dim6/stuff/dec5.3
-%%DATADIR%%/pkg/liepring/lib/dim6/stuff/dec%%PERL_VER%%
+%%DATADIR%%/pkg/liepring/lib/dim6/stuff/dec5.32
 %%DATADIR%%/pkg/liepring/lib/dim6/stuff/dec5.37
 %%DATADIR%%/pkg/liepring/lib/dim6/stuff/dec5.38
 %%DATADIR%%/pkg/liepring/lib/dim6/stuff/dec5.39



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