wok rev 19925

Up postfix (3.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 20 17:05:52 2017 +0200 (2017-04-20)
parents e99d7d2fa67b
children 8263fc91cf07
files postfix-mysql/receipt postfix/receipt
line diff
     1.1 --- a/postfix-mysql/receipt	Thu Apr 20 15:44:43 2017 +0200
     1.2 +++ b/postfix-mysql/receipt	Thu Apr 20 17:05:52 2017 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="postfix-mysql"
     1.7 -VERSION="2.10.2"
     1.8 +VERSION="3.2.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="MySQL support for Postfix."
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/postfix/receipt	Thu Apr 20 15:44:43 2017 +0200
     2.2 +++ b/postfix/receipt	Thu Apr 20 17:05:52 2017 +0200
     2.3 @@ -1,14 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="postfix"
     2.7 -VERSION="2.10.2"
     2.8 +VERSION="3.2.0"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="fast, easy to administer, and secure mailer."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="other"
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WEB_SITE="http://www.postfix.org/"
    2.15 -WGET_URL="ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/$TARBALL"
    2.16 +WGET_URL="ftp://mir1.ovh.net/ftp.postfix.org/postfix-release/official/$TARBALL"
    2.17  TAZPANEL_DAEMON="man|edit::/etc/postfix/main.cf|options|web::$WEB_SITE"
    2.18  CONFIG_FILES="/etc/postfix"
    2.19  PROVIDE="sendmail"
    2.20 @@ -31,8 +31,8 @@
    2.21  	AUXLIBS="-ldb -lldap -llber -lsasl2 -lssl -lcrypto -lpthread \
    2.22  		-L/usr/lib/mysql -lmysqlclient -lz -lm " &&
    2.23  	make
    2.24 -	install_root=$WOK/$PACKAGE/install \
    2.25 -		sh postfix-install -non-interactive
    2.26 +	export install_root=$DESTDIR
    2.27 +	sh postfix-install -non-interactive
    2.28  }
    2.29  
    2.30  # Rules to gen a SliTaz package suitable for Tazpkg.