From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/5] perl-Date-Calc: Update to 6.4 Date: Mon, 22 Mar 2021 08:24:55 +0100 Message-ID: <20210322072455.1124-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4070349582306283222==" List-Id: --===============4070349582306283222== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 6.3 to 6.4 - Update of rootfile not required - perl-Date-Calc is a dependency of the swatch addon - Changelog Version 6.4 07.03.2015 + Fixed t/f016.t, t/f027.t and t/f028.t which started failing on 01/01/2= 015 + Fixed t/f035.t which gave a warning "Unescaped left brace in regex is = deprecated" with Perl 5.21.x Signed-off-by: Adolf Belka --- lfs/perl-Date-Calc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/perl-Date-Calc b/lfs/perl-Date-Calc index 21cd9fd77..f50646462 100644 --- a/lfs/perl-Date-Calc +++ b/lfs/perl-Date-Calc @@ -23,7 +23,7 @@ # Definitions ############################################################################= ### include Config -VER =3D 6.3 +VER =3D 6.4 =20 THISAPP =3D Date-Calc-$(VER) DL_FILE =3D ${THISAPP}.tar.gz @@ -32,7 +32,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D perl-Date-Calc DEPS =3D perl-Carp-Clan -PAK_VER =3D 4 +PAK_VER =3D 5 =20 ############################################################################= ### # Top-level Rules @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 9b64555b7051c1beb6b61daead2d01b3 +$(DL_FILE)_MD5 =3D 69c635070d38c884682bfd4657031a8d =20 install : $(TARGET) =20 --=20 2.31.0 --===============4070349582306283222==--