perl-Net-SMTP-SSL: Update to 1.04

- Update from 1.02 to 1.04
- Update of rootfile not required
- This is a dependency of git addon package
- Changelog
   1.04    2016-10-09
    - mark this library deprecated, suggest newer Net::SMTP instead
   1.03    2015-06-20
    - $net_smtp_ssl->isa('Net::SMTP') is now true

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2021-03-22 08:33:24 +01:00
committed by Michael Tremer
parent 81bf7f0683
commit 7460d07128

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.02
VER = 1.04
THISAPP = Net-SMTP-SSL-$(VER)
DL_FILE = ${THISAPP}.tar.gz
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = perl-Net-SMTP-SSL
DEPS =
PAK_VER = 2
PAK_VER = 3
###############################################################################
# Top-level Rules
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = e67b4d842a51b9a453aeeaeed45fb8e1
$(DL_FILE)_MD5 = 62b49c961043898b43b041dafbc1b389
install : $(TARGET)