X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffetchmail;h=4ab1cc00fc2b1fd8ecae3bdc4d8f7f332b829b82;hb=148fbc93717a1a73302153c6f13f986f3c43f5de;hp=dbab16f362441f049bd2dc65a674910fd2e6dec0;hpb=b97ae7d966e14627aba735905c4cbdafc1ff5a93;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/fetchmail b/lfs/fetchmail index dbab16f36..4ab1cc00f 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -24,7 +24,7 @@ include Config -VER = 6.3.9 +VER = 6.3.11 THISAPP = fetchmail-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = fetchmail -PAK_VER = 2 +PAK_VER = 5 DEPS = "" @@ -44,12 +44,11 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 72c20ad2b9629f1a109668b05a84d823 +$(DL_FILE)_MD5 = 43b28f296cc0024d3c727319eacae324 install : $(TARGET) check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) @@ -87,6 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) echo "#poll SERVERNAME :" >> ~/.fetchmailrc echo "# user pass ;" >> ~/.fetchmailrc echo "# mda "/usr/bin/procmail -f %F -d %T";" >> ~/.fetchmailrc - install -v -m 644 $(DIR_SRC)/config/backup/includes/fetchmail /var/ipfire/backup/addons/includes/fetchmail + install -v -m 644 $(DIR_SRC)/config/backup/includes/fetchmail \ + /var/ipfire/backup/addons/includes/fetchmail @rm -rf $(DIR_APP) @$(POSTBUILD)