1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 19991231-pl13.

PR:		23696
Submitted by:	MAINTAINER
This commit is contained in:
Daniel Harris 2000-12-23 00:56:26 +00:00
parent e7053e9782
commit a3ed93a236
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36257
44 changed files with 55 additions and 44 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 19991231.10
PORTVERSION= 19991231.13
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.tux.org/pub/net/postfix/official/ \
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
ftp://coda.nctu.edu.tw/network/mail/postfix/official/
DISTNAME= ${PORTNAME}-19991231-pl10
DISTNAME= ${PORTNAME}-19991231-pl13
MAINTAINER= blaz@amis.net

View File

@ -1 +1 @@
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e

View File

@ -87,5 +87,6 @@ if [ x"$2" = xPOST-INSTALL ]; then
fi
/usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
/bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
/bin/mkdir -p /var/spool/postfix
${PKG_PREFIX}/sbin/postfix check
fi

View File

@ -19,7 +19,7 @@ for f in ${MAN8} ; do
soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
done
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done