From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/2] perl-TimeDate: Move from package into main system Date: Wed, 22 Feb 2023 12:25:34 +0000 Message-ID: <20230222122534.259972-2-michael.tremer@ipfire.org> In-Reply-To: <20230222122534.259972-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4385720227844060110==" List-Id: --===============4385720227844060110== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is now required by ovpnmain.cgi for certificate expiry time detection. Signed-off-by: Michael Tremer --- config/rootfiles/{packages =3D> common}/perl-TimeDate | 0 lfs/perl-TimeDate | 5 ----- lfs/swatch | 4 ++-- 3 files changed, 2 insertions(+), 7 deletions(-) rename config/rootfiles/{packages =3D> common}/perl-TimeDate (100%) diff --git a/config/rootfiles/packages/perl-TimeDate b/config/rootfiles/commo= n/perl-TimeDate similarity index 100% rename from config/rootfiles/packages/perl-TimeDate rename to config/rootfiles/common/perl-TimeDate diff --git a/lfs/perl-TimeDate b/lfs/perl-TimeDate index b56c5e7f6..ccb6f534a 100644 --- a/lfs/perl-TimeDate +++ b/lfs/perl-TimeDate @@ -33,11 +33,6 @@ DL_FILE =3D ${THISAPP}.tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) -PROG =3D perl-TimeDate -DEPS =3D -PAK_VER =3D 7 - -SERVICES =3D =20 ############################################################################= ### # Top-level Rules diff --git a/lfs/swatch b/lfs/swatch index 227313e07..1071e9b12 100644 --- a/lfs/swatch +++ b/lfs/swatch @@ -34,9 +34,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D swatch -PAK_VER =3D 6 +PAK_VER =3D 7 =20 -DEPS =3D perl-File-Tail perl-Date-Calc perl-TimeDate perl-Date-Manip +DEPS =3D perl-File-Tail perl-Date-Calc perl-Date-Manip =20 SERVICES =3D =20 --=20 2.30.2 --===============4385720227844060110==--