X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpostfix;h=bbb9b0ca41250d259c3f8f685849e16a3e919b31;hp=ed923e2371e53fed60bb244aa7bcb8cb789c6ce2;hb=562e9f63224087b74124fb7631e863f293fc258f;hpb=bcf4b2e2f5846c95605aa368dd40fbb1578a31c3 diff --git a/lfs/postfix b/lfs/postfix index ed923e2371..bbb9b0ca41 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -24,7 +24,7 @@ include Config -VER = 2.5.5 +VER = 2.6.5 THISAPP = postfix-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = postfix -PAK_VER = 3 +PAK_VER = 6 DEPS = "amavisd mysql" @@ -40,14 +40,11 @@ DEPS = "amavisd mysql" # Top-level Rules ############################################################################### -objects = $(DL_FILE) \ - postfix-2.5.5.patch +objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -postfix-2.5.5.patch = $(DL_FROM)/postfix-2.5.5.patch -$(DL_FILE)_MD5 = 6b4b848bdd2239dddfc9d385e57e19ef -postfix-2.5.5.patch_MD5 = 36cb54665d95016af4ce0cd5f85c20a8 +$(DL_FILE)_MD5 = 6b954cfb3eb6141dac1e773281211717 install : $(TARGET) @@ -89,7 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) rm -vf /etc/postfix/main.cf.default cp -vf $(DIR_CONF)/postfix/* /etc/postfix mv -vf /etc/postfix/aliases /etc/aliases - mkdir /var/lib/postfix + mkdir -p /var/lib/postfix chown postfix.root /var/lib/postfix @rm -rf $(DIR_APP) @$(POSTBUILD)