postfix: upgraded to version 2.5.0

This commit is contained in:
Simon Gloßner 2008-02-06 14:43:05 +01:00
parent ff81a9b6b6
commit e4b18a03ae
3 changed files with 8 additions and 2 deletions

View File

@ -137,6 +137,8 @@ drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/postsuper
-rwxr-xr-x root/root usr/sbin/sendmail
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwx------ mail/root var/lib/postfix/
drwxr-xr-x root/root var/spool/
drwxr-xr-x root/root var/spool/postfix/
drwx------ mail/root var/spool/postfix/active/

View File

@ -1,4 +1,4 @@
be543b65525f544386a2d8395ea19cdf aliases
303327f66c13ff9631734651ee184a88 postfix-2.4.6.tar.gz
d64117aa0cb06d28ceff97b8acbd6579 postfix-2.5.0.tar.gz
8bee559587e2ccbaf0aadd88b6ca339a postfix.patch
d18be5c17604f9c712a28339ff0f61cb postfix.rc

View File

@ -5,7 +5,7 @@
# Depends on: cyrus-sasl, openssl, db
name=postfix
version=2.4.6
version=2.5.0
release=1
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz
aliases postfix.rc postfix.patch)
@ -28,6 +28,7 @@ build() {
config_directory=/etc/postfix \
manpage_directory=/usr/man \
daemon_directory=/usr/lib/postfix \
data_directory=/var/lib/postfix \
command_directory=/usr/sbin \
queue_directory=/var/spool/postfix \
sendmail_path=/usr/sbin/sendmail \
@ -45,6 +46,9 @@ build() {
chgrp postdrop postqueue postdrop
chmod g+s postqueue postdrop )
( cd $PKG/var/lib
chown mail postfix )
#
# Add .gz extensions to manpages (pkgmk compresses them)
# Remove LICENSE (will be removed)