Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=584369df5903570a3a60db08bbdfd1b7adbb52e3
commit 584369df5903570a3a60db08bbdfd1b7adbb52e3 Author: crazy <[email protected]> Date: Sun Feb 4 23:31:52 2018 +0100 postfix-3.2.5-2-x86_64 * rebuild with tc / mariadb * up2date=() fix diff --git a/source/network/postfix/FrugalBuild b/source/network/postfix/FrugalBuild index 9853d3a..bc045ab 100644 --- a/source/network/postfix/FrugalBuild +++ b/source/network/postfix/FrugalBuild @@ -4,11 +4,11 @@ pkgname=postfix pkgver=3.2.5 -pkgrel=1 +pkgrel=2 pkgdesc="A fast, easy to administer, and secure MTA" url="http://www.postfix.org/" -depends=('db>=6.2.23' 'pcre>=8.30' 'cyrus-sasl>=2.1.26-3' 'libmysqlclient>=5.5.50-2' 'libldap>=2.4.44-2' 'libpq>=9.5.4' 'openssl>=1.0.2-10') -makedepends=('openldap>=2.4.44-2' 'mysql>=5.5.50-2' 'postgresql>=9.5.4') +depends=('db>=6.2.23' 'pcre>=8.30' 'cyrus-sasl>=2.1.26-3' 'libmariadbclient>=5.5.50-2' 'libldap>=2.4.44-2' 'libpq>=9.5.4' 'openssl>=1.0.2-10') +makedepends=('openldap>=2.4.44-2' 'mariadb>=5.5.50-2' 'postgresql>=9.5.4') provides=('mta') groups=('network') archs=("x86_64") @@ -20,7 +20,7 @@ _F_systemd_units=(postfix=e) Finclude systemd mirror="http://de.postfix.org/ftpmirror" -up2date="lynx -dump $mirror/index.html|grep -m1 '.tar.gz'|sed 's/.*-\(.*\).tar.gz/\1/'" +up2date="lynx -dump $mirror/index.html| grep -v RC[0-9] | grep -v 20[0-9][0-9] | grep -m1 '.tar.gz'|sed 's/.*-\(.*\).tar.gz/\1/'" source=($mirror/official/$pkgname-$pkgver.tar.gz \ postfix.service \ README.Frugalware ) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
