View | Details | Raw Unified | Return to bug 23696
Collapse All | Expand All

(-)postfix/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	postfix
8
PORTNAME=	postfix
9
PORTVERSION= 	19991231.10
9
PORTVERSION= 	19991231.13
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	ftp://ftp.merit.edu/postfix/official/ \
11
MASTER_SITES=	ftp://ftp.merit.edu/postfix/official/ \
12
		ftp://ftp.tux.org/pub/net/postfix/official/ \
12
		ftp://ftp.tux.org/pub/net/postfix/official/ \
Lines 16-22 Link Here
16
		ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
16
		ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
17
		ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
17
		ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \
18
		ftp://coda.nctu.edu.tw/network/mail/postfix/official/
18
		ftp://coda.nctu.edu.tw/network/mail/postfix/official/
19
DISTNAME=	${PORTNAME}-19991231-pl10
19
DISTNAME=	${PORTNAME}-19991231-pl13
20
20
21
MAINTAINER=	blaz@amis.net
21
MAINTAINER=	blaz@amis.net
22
22
(-)postfix/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (postfix-19991231-pl10.tar.gz) = 0ff9c13e83ea5123852603904d4f1978
1
MD5 (postfix-19991231-pl13.tar.gz) = f119438aae0aa1346953ae326864da9e
(-)postfix/pkg-install (+1 lines)
Lines 87-91 Link Here
87
    fi
87
    fi
88
    /usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
88
    /usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
89
    /bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
89
    /bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
90
    /bin/mkdir -p /var/spool/postfix
90
    ${PKG_PREFIX}/sbin/postfix check
91
    ${PKG_PREFIX}/sbin/postfix check
91
fi
92
fi
(-)postfix/scripts/configure (-1 / +1 lines)
Lines 19-25 Link Here
19
		soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
19
		soelim man8/$f.bak | sed s+!!PREFIX!!+$PREFIX+g >man8/$f
20
done
20
done
21
21
22
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
22
for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
23
	mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
23
	mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
24
		rm $f.orig
24
		rm $f.orig
25
done
25
done

Return to bug 23696