View | Details | Raw Unified | Return to bug 194396 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	postfix
4
PORTNAME=	postfix
5
PORTVERSION=	2.11.1
5
PORTVERSION=	2.11.2
6
PORTREVISION=	4
7
PORTEPOCH=	1
6
PORTEPOCH=	1
8
CATEGORIES=	mail ipv6
7
CATEGORIES=	mail ipv6
9
MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
8
MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
(-)distinfo (-2 / +2 lines)
Lines 1-5 Link Here
1
SHA256 (postfix/postfix-2.11.1.tar.gz) = 487f98a73b95a5799409caf21ec065efea91c1dcdfb84c038a0e3a265d6489e2
1
SHA256 (postfix/postfix-2.11.2.tar.gz) = aa6eba4842457c88c48fb65faeb4fc6496cb3e9ceb9e0ddcb3c13b501821a258
2
SIZE (postfix/postfix-2.11.1.tar.gz) = 4035026
2
SIZE (postfix/postfix-2.11.2.tar.gz) = 4039038
3
SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc
3
SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc
4
SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191
4
SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191
5
SHA256 (postfix/postfix-vda-v13-2.10.0.patch) = 6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f
5
SHA256 (postfix/postfix-vda-v13-2.10.0.patch) = 6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f
(-)pkg-plist (-3 lines)
Lines 321-328 Link Here
321
%%PORTDOCS%%%%DOCSDIR%%/verify.8.html
321
%%PORTDOCS%%%%DOCSDIR%%/verify.8.html
322
%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html
322
%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html
323
%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html
323
%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html
324
@dirrm libexec/postfix
325
%%PORTDOCS%%@dirrm %%DOCSDIR%%
326
@unexec rmdir "/var/db/postfix" >/dev/null 2>&1 || :
324
@unexec rmdir "/var/db/postfix" >/dev/null 2>&1 || :
327
@unexec rmdir "/var/spool/postfix/active" >/dev/null 2>&1 || :
325
@unexec rmdir "/var/spool/postfix/active" >/dev/null 2>&1 || :
328
@unexec rmdir "/var/spool/postfix/bounce" >/dev/null 2>&1 || :
326
@unexec rmdir "/var/spool/postfix/bounce" >/dev/null 2>&1 || :
Lines 340-344 Link Here
340
@unexec rmdir "/var/spool/postfix/trace" >/dev/null 2>&1 || :
338
@unexec rmdir "/var/spool/postfix/trace" >/dev/null 2>&1 || :
341
@unexec rmdir "/var/spool/postfix" >/dev/null 2>&1 || :
339
@unexec rmdir "/var/spool/postfix" >/dev/null 2>&1 || :
342
%%BASE%%@cwd /
340
%%BASE%%@cwd /
343
@dirrmtry etc/postfix
344
@cwd %%RESETPREFIX%%
341
@cwd %%RESETPREFIX%%

Return to bug 194396