network/postfix: Updated for version 2.9.4.

Also explicitly defined OPT and DEBUG flags

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-08-07 06:53:35 +02:00 committed by Robby Workman
parent 4540cc5f7d
commit bdd40ea6b5
2 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# Updates by mario@slackverse.org, 2010-2011
PRGNAM=postfix
VERSION=${VERSION:-2.8.3}
VERSION=${VERSION:-2.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -148,7 +148,8 @@ cd $PRGNAM-$VERSION
make makefiles \
CCARGS="-DUSE_SASL_AUTH -DUSE_TLS $SASLARGS $DBARGS" \
AUXLIBS="-lssl -lcrypto $SASLLIBS $DBLIBS"
AUXLIBS="-lssl -lcrypto $SASLLIBS $DBLIBS" \
OPT="$SLKCFLAGS" DEBUG=""
make

View file

@ -1,8 +1,8 @@
PRGNAM="postfix"
VERSION="2.8.3"
VERSION="2.9.4"
HOMEPAGE="http://www.postfix.org/"
DOWNLOAD="http://postfix.cs.utah.edu/source/official/postfix-2.8.3.tar.gz"
MD5SUM="b3922ededd3fd6051f759e58a4ada3ae"
DOWNLOAD="http://postfix.cs.utah.edu/source/official/postfix-2.9.4.tar.gz"
MD5SUM="230bc3c00c051946eccd850058d75f6c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""