wok diff postfix/receipt @ rev 21809
Add grub2-efi-x64-modules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 17 17:28:25 2019 +0200 (2019-08-17) |
parents | 970c5ec9a60a |
children | 241fb98cab1c |
line diff
1.1 --- a/postfix/receipt Sun May 20 13:28:18 2018 +0200 1.2 +++ b/postfix/receipt Sat Aug 17 17:28:25 2019 +0200 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="postfix" 1.7 -VERSION="3.2.0" 1.8 +VERSION="3.4.5" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="fast, easy to administer, and secure mailer." 1.11 +SHORT_DESC="Fast, easy to administer, and secure mailer." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="other" 1.14 +WEB_SITE="http://www.postfix.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://www.postfix.org/" 1.18 -WGET_URL="ftp://mir1.ovh.net/ftp.postfix.org/postfix-release/official/$TARBALL" 1.19 +WGET_URL="http://postfix.mirrors.ovh.net/$PACKAGE-release/official/$TARBALL" 1.20 + 1.21 +PROVIDE="sendmail" 1.22 +DEPENDS="libdb libldap pcre libssl slitaz-base-files libsasl libkrb5 \ 1.23 + libcomerr3 libmysqlclient" 1.24 +BUILD_DEPENDS="db-dev openldap-dev pcre-dev openssl-dev perl mysql-dev \ 1.25 + cyrus-sasl-dev libsasl" 1.26 TAZPANEL_DAEMON="man|edit::/etc/postfix/main.cf|options|web::$WEB_SITE" 1.27 CONFIG_FILES="/etc/postfix" 1.28 -PROVIDE="sendmail" 1.29 - 1.30 -DEPENDS="libdb libldap pcre libssl slitaz-base-files libsasl libkrb5 \ 1.31 -libcomerr3 libmysqlclient" 1.32 -BUILD_DEPENDS="db-dev openldap-dev pcre-dev openssl-dev perl mysql-dev \ 1.33 -cyrus-sasl-dev libsasl" 1.34 1.35 # Rules to configure and make the package. 1.36 compile_rules() 1.37 @@ -39,10 +40,10 @@ 1.38 genpkg_rules() 1.39 { 1.40 mkdir -p $fs/usr/share/licenses/ 1.41 - cp -a $install/usr/lib $fs/usr 1.42 - cp -a $install/usr/bin $fs/usr 1.43 - cp -a $install/usr/sbin $fs/usr 1.44 - cp -a $install/etc $fs 1.45 + cp -a $install/usr/lib $fs/usr 1.46 + cp -a $install/usr/bin $fs/usr 1.47 + cp -a $install/usr/sbin $fs/usr 1.48 + cp -a $install/etc $fs 1.49 1.50 awk 'BEGIN {n=0} /MUST/ {n++} /ALIASES/ {n++} { if (n==1) print }' \ 1.51 < $install/etc/postfix/aliases > $fs/etc/postfix/aliases