]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/perl-File-Tail
Merge branch 'master' into next
[people/mfischer/ipfire-2.x.git] / lfs / perl-File-Tail
index 2054bc661774e5972a29fa02d4406df344662e04..f98e3c354b6569723359f4efa1a3369d7b37e735 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        #
 ###############################################################################
 
 include Config
-VER        = 0.99.3
+
+SUMMARY    = Perl extension for reading from continously updated files
+
+VER        = 1.3
 
 THISAPP    = File-Tail-$(VER)
 DL_FILE    = ${THISAPP}.tar.gz
@@ -32,8 +35,10 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = perl-File-Tail
-DEPS       = ""
-PAK_VER    = 3
+DEPS       =
+PAK_VER    = 6
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -43,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ef0fb7bcb4181ba593f4a09940f61d1c
+$(DL_FILE)_MD5 = 252635f89ec18cb871c0b45ed64b3f63
 
 install : $(TARGET)
 
@@ -53,7 +58,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################