postfix: update to 2.10.0.
This commit is contained in:
parent
f868d49104
commit
c6919edaa9
1 changed files with 2 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'postfix'
|
# Template file for 'postfix'
|
||||||
pkgname=postfix
|
pkgname=postfix
|
||||||
version=2.9.5
|
version=2.10.0
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="perl openssl-devel db-devel pcre-devel>=8.30 libsasl-devel
|
makedepends="perl openssl-devel db-devel pcre-devel>=8.30 libsasl-devel
|
||||||
libldap-devel libmysqlclient-devel>=5.5.27 postgresql-libs-devel sqlite-devel"
|
libldap-devel libmysqlclient-devel>=5.5.27 postgresql-libs-devel sqlite-devel"
|
||||||
|
@ -9,13 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="IBM Public License 1.0, BSD-alike"
|
license="IBM Public License 1.0, BSD-alike"
|
||||||
homepage="http://www.postfix.org/"
|
homepage="http://www.postfix.org/"
|
||||||
distfiles="ftp://ftp.porcupine.org/mirrors/postfix-release/official/$pkgname-$version.tar.gz"
|
distfiles="ftp://ftp.porcupine.org/mirrors/postfix-release/official/$pkgname-$version.tar.gz"
|
||||||
checksum=590381cc0705a6d3fd2279760e79aff625adab6000cb895cf5336ae6a11ee6e4
|
checksum=4a42a6029af418cbd4a8668b4f8c7e1ea9975cbe9756df760649c0a941bfeb7b
|
||||||
long_desc="
|
|
||||||
It is Wietse Venema's mail server that started life at IBM research as an
|
|
||||||
alternative to the widely-used Sendmail program.
|
|
||||||
|
|
||||||
Postfix attempts to be fast, easy to administer, and secure. The outside has
|
|
||||||
a definite Sendmail-ish flavor, but the inside is completely different."
|
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/postfix/access
|
/etc/postfix/access
|
||||||
|
@ -55,7 +49,6 @@ system_groups="postdrop"
|
||||||
provides="smtp-server-0"
|
provides="smtp-server-0"
|
||||||
replaces="smtp-server>=0"
|
replaces="smtp-server>=0"
|
||||||
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make makefiles DEBUG='' CCARGS=' \
|
make makefiles DEBUG='' CCARGS=' \
|
||||||
-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
|
-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
|
||||||
|
|
Loading…
Reference in a new issue