From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] gnump3d: Update perl directory in gnump3d.conf to current version Date: Sat, 29 Jul 2023 23:29:25 +0200 Message-ID: <20230729212925.3523346-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4853415371151364893==" List-Id: --===============4853415371151364893== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update perl dircetory for plugin from 5.32.1 to 5.36.0 - Perl was updated in August 2022 but this directory was missed when that upd= ate was done. A forum member has tried to use gnump3d and had problems because it was tr= ying to use the perl 5.32.1 directory for a plugin in the gnump3d.conf file - Bumped the PAK_VER to ensure that gniump3d is shipped. Signed-off-by: Adolf Belka --- config/gnump3d/gnump3d.conf | 2 +- lfs/gnump3d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/gnump3d/gnump3d.conf b/config/gnump3d/gnump3d.conf index 64ea9845c..d15efb8cf 100644 --- a/config/gnump3d/gnump3d.conf +++ b/config/gnump3d/gnump3d.conf @@ -731,7 +731,7 @@ sort_order =3D $TRACK # the installation script - if this doesn't happen report this as # a bug. # -plugin_directory =3D /usr/lib/perl5/5.32.1/gnump3d/plugins +plugin_directory =3D /usr/lib/perl5/5.36.0/gnump3d/plugins # =20 =20 diff --git a/lfs/gnump3d b/lfs/gnump3d index 3deca8eae..292dee9f6 100644 --- a/lfs/gnump3d +++ b/lfs/gnump3d @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D gnump3d -PAK_VER =3D 9 +PAK_VER =3D 10 =20 DEPS =3D =20 --=20 2.41.0 --===============4853415371151364893==--