]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/perl-Date-Calc
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / perl-Date-Calc
index 66c77ea5471752c97f90b237452c2a953bc4a71d..3154907508903cfcd84f605422fc30c31a00e9a8 100644 (file)
 # Definitions
 ###############################################################################
 include Config
-VER        = 6.3
+
+SUMMARY    = Perl extension for Gregorian calendar date calculations
+
+VER        = 6.4
 
 THISAPP    = Date-Calc-$(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-Calc
-DEPS       = "perl-Carp-Clan"
-PAK_VER    = 4
+DEPS       = perl-Carp-Clan
+PAK_VER    = 7
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -42,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9b64555b7051c1beb6b61daead2d01b3
+$(DL_FILE)_BLAKE2 = c5da789e71b5b386d9c896135d902fdf0632eb4a601ed786bdbd80a6d439537e4bc30b7a8de1e7b700c79f9ae26768e259d55ccd6d552e366ac7aba28f5962b7
 
 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