]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/perl-Date-Manip
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[people/mfischer/ipfire-2.x.git] / lfs / perl-Date-Manip
index c945ff9f8cb778432a3eb6a0cc97f1d4869faad1..2aaafa23530b32dc2dbdef2b4ada788195fc339d 100644 (file)
@@ -23,6 +23,9 @@
 # Definitions
 ###############################################################################
 include Config
+
+SUMMARY    = Perl extension adding date manipulation routines
+
 VER        = 6.86
 
 THISAPP    = Date-Manip-$(VER)
@@ -34,6 +37,8 @@ PROG       = perl-Date-Manip
 DEPS       =
 PAK_VER    = 8
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -42,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 77123a4cc874f72d7188f859626bdd84
+$(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