]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/perl-Date-Manip
libffi: Update to version 3.4.6
[ipfire-2.x.git] / lfs / perl-Date-Manip
index 39d271acde4beac61a56b8a59876ef596aaf49f1..75c3974cbca351992900bc39664b491c84a56559 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2011  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 # 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    = 4
+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