mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/postfix: Updated for version 3.1.2.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
0dd6261b0e
commit
f6bfd9b1e6
2 changed files with 6 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=postfix
|
PRGNAM=postfix
|
||||||
VERSION=${VERSION:-3.1.1}
|
VERSION=${VERSION:-3.1.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -172,6 +172,8 @@ make non-interactive-package \
|
||||||
manpage_directory=/usr/man \
|
manpage_directory=/usr/man \
|
||||||
readme_directory=/usr/doc/$PRGNAM-$VERSION/README_FILES
|
readme_directory=/usr/doc/$PRGNAM-$VERSION/README_FILES
|
||||||
|
|
||||||
|
rm -f $PKG/etc/postfix/{TLS_,}LICENSE
|
||||||
|
|
||||||
install -D -m 0644 -oroot -groot $CWD/rc.postfix $PKG/etc/rc.d/rc.postfix.new
|
install -D -m 0644 -oroot -groot $CWD/rc.postfix $PKG/etc/rc.d/rc.postfix.new
|
||||||
find $PKG/etc/postfix -type f ! -name "*.default" ! -name "*.proto" ! -name "*.out" \
|
find $PKG/etc/postfix -type f ! -name "*.default" ! -name "*.proto" ! -name "*.out" \
|
||||||
! -name "postfix-files" -exec mv {} {}.new \;
|
! -name "postfix-files" -exec mv {} {}.new \;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="postfix"
|
PRGNAM="postfix"
|
||||||
VERSION="3.1.1"
|
VERSION="3.1.2"
|
||||||
HOMEPAGE="http://www.postfix.org/"
|
HOMEPAGE="http://www.postfix.org/"
|
||||||
DOWNLOAD="http://de.postfix.org/ftpmirror/official/postfix-3.1.1.tar.gz"
|
DOWNLOAD="http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.1.2.tar.gz"
|
||||||
MD5SUM="40d72ea143af7ab0038c2cee1f483707"
|
MD5SUM="3bc654523311de46d2ed1cfe0e3a8b08"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue