[2/2] git: Change dependency from perl-Net-SMTP-SSL to perl-libnet

Message ID 20210324113714.63498-3-adolf.belka@ipfire.org
State Dropped
Headers
Series Introduction to perl-libnet patch series |

Commit Message

Adolf Belka March 24, 2021, 11:37 a.m. UTC
  - perl-Net-SMTP-SSL has been deprecated
- perl-libnet contains the Net-SMTP module which replaces net-SMTP-SSL
   Only Net-SMTP is installed from perl-libnet
- Update of rootfile not required

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/git | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/git b/lfs/git
index 2290c6e99..db225fe36 100644
--- a/lfs/git
+++ b/lfs/git
@@ -32,9 +32,9 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = git
-PAK_VER    = 19
+PAK_VER    = 20
 
-DEPS       = perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL
+DEPS       = perl-Authen-SASL perl-MIME-Base64 perl-libnet
 
 ###############################################################################
 # Top-level Rules