network/postfix: Updated for version 2.6.1

This commit is contained in:
Alan Hicks 2010-05-13 00:37:56 +02:00 committed by David Somero
parent 7a4fd55581
commit 60e6924394
2 changed files with 4 additions and 2 deletions

View File

@ -236,4 +236,4 @@ do \
done
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,8 +1,10 @@
PRGNAM="postfix"
VERSION="2.6.1"
HOMEPAGE="http://www.postfix.org/"
DOWNLOAD="http://www.subneural.net/postfix-release/official/postfix-2.6.1.tar.gz"
DOWNLOAD="http://postfix.cs.utah.edu/source/official/postfix-2.6.1.tar.gz"
MD5SUM="737bbc245da9c72c174893397f70ae86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Alan Hicks"
EMAIL="alan@lizella.net"
APPROVED="dsomero"