diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2000-12-23 08:56:26 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2000-12-23 08:56:26 +0800 |
commit | 078be167c1d6f8b4b2a74918036a2167b029f54a (patch) | |
tree | 1ae702cf47e0bb61ed164d39aa15c7ccf74eaedc /mail | |
parent | f222b6ce9bfea4002a3c2e3c930e7232c636c297 (diff) | |
download | freebsd-ports-gnome-078be167c1d6f8b4b2a74918036a2167b029f54a.tar.gz freebsd-ports-gnome-078be167c1d6f8b4b2a74918036a2167b029f54a.tar.zst freebsd-ports-gnome-078be167c1d6f8b4b2a74918036a2167b029f54a.zip |
Update to 19991231-pl13.
PR: 23696
Submitted by: MAINTAINER
Diffstat (limited to 'mail')
44 files changed, 55 insertions, 44 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -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 diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix/pkg-install b/mail/postfix/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix/pkg-install +++ b/mail/postfix/pkg-install @@ -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 diff --git a/mail/postfix/scripts/configure b/mail/postfix/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix/scripts/configure +++ b/mail/postfix/scripts/configure @@ -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 diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -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 diff --git a/mail/postfix1/distinfo b/mail/postfix1/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix1/distinfo +++ b/mail/postfix1/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix1/pkg-install b/mail/postfix1/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix1/pkg-install +++ b/mail/postfix1/pkg-install @@ -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 diff --git a/mail/postfix1/scripts/configure b/mail/postfix1/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix1/scripts/configure +++ b/mail/postfix1/scripts/configure @@ -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 diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/Makefile @@ -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 diff --git a/mail/postfix20/distinfo b/mail/postfix20/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix20/distinfo +++ b/mail/postfix20/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix20/pkg-install b/mail/postfix20/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix20/pkg-install +++ b/mail/postfix20/pkg-install @@ -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 diff --git a/mail/postfix20/scripts/configure b/mail/postfix20/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix20/scripts/configure +++ b/mail/postfix20/scripts/configure @@ -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 diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/Makefile @@ -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 diff --git a/mail/postfix21/distinfo b/mail/postfix21/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix21/distinfo +++ b/mail/postfix21/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix21/pkg-install b/mail/postfix21/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix21/pkg-install +++ b/mail/postfix21/pkg-install @@ -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 diff --git a/mail/postfix21/scripts/configure b/mail/postfix21/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix21/scripts/configure +++ b/mail/postfix21/scripts/configure @@ -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 diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -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 diff --git a/mail/postfix22/distinfo b/mail/postfix22/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix22/distinfo +++ b/mail/postfix22/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix22/pkg-install b/mail/postfix22/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix22/pkg-install +++ b/mail/postfix22/pkg-install @@ -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 diff --git a/mail/postfix22/scripts/configure b/mail/postfix22/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix22/scripts/configure +++ b/mail/postfix22/scripts/configure @@ -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 diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -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 diff --git a/mail/postfix23/distinfo b/mail/postfix23/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix23/distinfo +++ b/mail/postfix23/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix23/pkg-install b/mail/postfix23/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix23/pkg-install +++ b/mail/postfix23/pkg-install @@ -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 diff --git a/mail/postfix23/scripts/configure b/mail/postfix23/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix23/scripts/configure +++ b/mail/postfix23/scripts/configure @@ -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 diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/Makefile @@ -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 diff --git a/mail/postfix24/distinfo b/mail/postfix24/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix24/distinfo +++ b/mail/postfix24/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix24/pkg-install b/mail/postfix24/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix24/pkg-install +++ b/mail/postfix24/pkg-install @@ -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 diff --git a/mail/postfix24/scripts/configure b/mail/postfix24/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix24/scripts/configure +++ b/mail/postfix24/scripts/configure @@ -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 diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -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 diff --git a/mail/postfix25/distinfo b/mail/postfix25/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix25/distinfo +++ b/mail/postfix25/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix25/pkg-install b/mail/postfix25/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix25/pkg-install +++ b/mail/postfix25/pkg-install @@ -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 diff --git a/mail/postfix25/scripts/configure b/mail/postfix25/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix25/scripts/configure +++ b/mail/postfix25/scripts/configure @@ -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 diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -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 diff --git a/mail/postfix26/distinfo b/mail/postfix26/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix26/distinfo +++ b/mail/postfix26/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix26/pkg-install b/mail/postfix26/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix26/pkg-install +++ b/mail/postfix26/pkg-install @@ -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 diff --git a/mail/postfix26/scripts/configure b/mail/postfix26/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix26/scripts/configure +++ b/mail/postfix26/scripts/configure @@ -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 diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -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 diff --git a/mail/postfix27/distinfo b/mail/postfix27/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix27/distinfo +++ b/mail/postfix27/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix27/pkg-install b/mail/postfix27/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix27/pkg-install +++ b/mail/postfix27/pkg-install @@ -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 diff --git a/mail/postfix27/scripts/configure b/mail/postfix27/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix27/scripts/configure +++ b/mail/postfix27/scripts/configure @@ -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 diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index a481cc275f22..90eece8b7c8f 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -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 diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo index af7687731c54..854fffa3294c 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978 +MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e diff --git a/mail/postfix28/pkg-install b/mail/postfix28/pkg-install index 7f5976b37897..933c669e6b98 100644 --- a/mail/postfix28/pkg-install +++ b/mail/postfix28/pkg-install @@ -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 diff --git a/mail/postfix28/scripts/configure b/mail/postfix28/scripts/configure index c96a3f3a2faa..90b835702fd7 100644 --- a/mail/postfix28/scripts/configure +++ b/mail/postfix28/scripts/configure @@ -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 |