]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/perl-Date-Manip
unbound: Update to 1.19.2
[people/pmueller/ipfire-2.x.git] / lfs / perl-Date-Manip
index efa731fbedd7a167e393c5fc9e07f9973e9b373e..75c3974cbca351992900bc39664b491c84a56559 100644 (file)
 # Definitions
 ###############################################################################
 include Config
-VER        = 6.40
+
+SUMMARY    = Perl extension adding date manipulation routines
+
+VER        = 6.86
 
 THISAPP    = Date-Manip-$(VER)
 DL_FILE    = ${THISAPP}.tar.gz
@@ -31,8 +34,10 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = perl-Date-Manip
-DEPS       = ""
-PAK_VER    = 5
+DEPS       =
+PAK_VER    = 9
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -42,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ae57b05e8ec689de2f23c99639e0109d
+$(DL_FILE)_BLAKE2 = ac4f41c0b2d3c66b723d06f19825ff03d889f1ac70763913323241c02d710bf46478736f7ecba45403c03db3f8a5cac75915208be8a05f85cd9d031e6f795104
 
 install : $(TARGET)
 
@@ -50,13 +55,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -65,8 +70,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details