# HG changeset patch # User Pascal Bellard # Date 1492700752 -7200 # Node ID 6b06abdea8312a06f07daf605be7336e39e8f8b3 # Parent e99d7d2fa67b7553d86d20d94083aaf5b6be94d3 Up postfix (3.2.0) diff -r e99d7d2fa67b -r 6b06abdea831 postfix-mysql/receipt --- a/postfix-mysql/receipt Thu Apr 20 15:44:43 2017 +0200 +++ b/postfix-mysql/receipt Thu Apr 20 17:05:52 2017 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postfix-mysql" -VERSION="2.10.2" +VERSION="3.2.0" CATEGORY="network" SHORT_DESC="MySQL support for Postfix." MAINTAINER="erjo@slitaz.org" diff -r e99d7d2fa67b -r 6b06abdea831 postfix/receipt --- a/postfix/receipt Thu Apr 20 15:44:43 2017 +0200 +++ b/postfix/receipt Thu Apr 20 17:05:52 2017 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="postfix" -VERSION="2.10.2" +VERSION="3.2.0" CATEGORY="network" SHORT_DESC="fast, easy to administer, and secure mailer." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.postfix.org/" -WGET_URL="ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/$TARBALL" +WGET_URL="ftp://mir1.ovh.net/ftp.postfix.org/postfix-release/official/$TARBALL" TAZPANEL_DAEMON="man|edit::/etc/postfix/main.cf|options|web::$WEB_SITE" CONFIG_FILES="/etc/postfix" PROVIDE="sendmail" @@ -31,8 +31,8 @@ AUXLIBS="-ldb -lldap -llber -lsasl2 -lssl -lcrypto -lpthread \ -L/usr/lib/mysql -lmysqlclient -lz -lm " && make - install_root=$WOK/$PACKAGE/install \ - sh postfix-install -non-interactive + export install_root=$DESTDIR + sh postfix-install -non-interactive } # Rules to gen a SliTaz package suitable for Tazpkg.