From: Michael Tremer <michael.tremer@ipfire.org>
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 [thread overview]
Message-ID: <20230222122534.259972-2-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20230222122534.259972-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1608 bytes --]
This is now required by ovpnmain.cgi for certificate expiry time
detection.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/rootfiles/{packages => common}/perl-TimeDate | 0
lfs/perl-TimeDate | 5 -----
lfs/swatch | 4 ++--
3 files changed, 2 insertions(+), 7 deletions(-)
rename config/rootfiles/{packages => common}/perl-TimeDate (100%)
diff --git a/config/rootfiles/packages/perl-TimeDate b/config/rootfiles/common/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 = ${THISAPP}.tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
-PROG = perl-TimeDate
-DEPS =
-PAK_VER = 7
-
-SERVICES =
###############################################################################
# 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 = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = swatch
-PAK_VER = 6
+PAK_VER = 7
-DEPS = perl-File-Tail perl-Date-Calc perl-TimeDate perl-Date-Manip
+DEPS = perl-File-Tail perl-Date-Calc perl-Date-Manip
SERVICES =
--
2.30.2
next prev parent reply other threads:[~2023-02-22 12:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-22 12:25 [PATCH 1/2] OpenVPN: Show indication when OpenVPN certificates expire Michael Tremer
2023-02-22 12:25 ` Michael Tremer [this message]
2023-03-05 14:41 ` [PATCH 2/2] perl-TimeDate: Move from package into main system Peter Müller
2023-03-05 14:41 ` [PATCH 1/2] OpenVPN: Show indication when OpenVPN certificates expire Peter Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230222122534.259972-2-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox