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

Collapse All | Expand All

(-)Makefile (-6 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	postfix
4
PORTNAME=	postfix
5
PORTVERSION=	2.11.3
5
PORTVERSION=	3.0.0
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/ \
Lines 22-32 Link Here
22
LICENSE_FILE=	${WRKSRC}/LICENSE
21
LICENSE_FILE=	${WRKSRC}/LICENSE
23
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
22
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
24
23
25
PORTSCOUT=	limit:^2\.11\.
24
PORTSCOUT=	limit:^3\.0\.
26
25
27
VDAVERSION=	2.10.0
26
VDAVERSION=	2.10.0
28
CONFLICTS_INSTALL?=	courier-0.* opensmtpd-[0-9]* \
27
CONFLICTS_INSTALL?=	courier-0.* opensmtpd-[0-9]* postfix-tls-* \
29
		postfix2?-* postfix21?-* postfix-tls-* \
30
		postfix-current-[23].* postfix-current-base-[23].* \
28
		postfix-current-[23].* postfix-current-base-[23].* \
31
		sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.*
29
		sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.*
32
30
Lines 358-364 Link Here
358
356
359
post-install:
357
post-install:
360
# Fix compressed man pages and strip executables
358
# Fix compressed man pages and strip executables
361
	${REINPLACE_CMD} -i '' -E -e "s|(man[158]/.*.[158]):|\1.gz:|g" ${STAGEDIR}${DAEMONDIR}/postfix-files
359
	${REINPLACE_CMD} -i '' -E -e "s|(man[158]/.*.[158]):|\1.gz:|g" ${STAGEDIR}${ETCDIR}/postfix-files
362
	-@${STRIP_CMD} ${STRIP_LIBEXEC:S|^|${STAGEDIR}${PREFIX}/libexec/postfix/|}
360
	-@${STRIP_CMD} ${STRIP_LIBEXEC:S|^|${STAGEDIR}${PREFIX}/libexec/postfix/|}
363
	-@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/*
361
	-@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/*
364
362
(-)distinfo (-2 / +2 lines)
Lines 1-5 Link Here
1
SHA256 (postfix/postfix-2.11.3.tar.gz) = 04e5146e6e56261baae9f63c590348a4b12ce22d3d46260e26e97233f40802c3
1
SHA256 (postfix/postfix-3.0.0.tar.gz) = c2f2f10aa3e6b7090ba979e9c515e42b3140c5c1c17a33d58787569df7ae0955
2
SIZE (postfix/postfix-2.11.3.tar.gz) = 4039705
2
SIZE (postfix/postfix-3.0.0.tar.gz) = 4239248
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
(-)files/patch-src__util__sys_defs.h (-6 / +4 lines)
Lines 1-11 Link Here
1
--- src/util/sys_defs.h.orig	2012-09-24 23:53:56.000000000 +0000
1
--- src/util/sys_defs.h.orig	2014-12-26 07:33:02.000000000 +0900
2
+++ src/util/sys_defs.h	2013-10-27 01:17:14.000000000 +0000
2
+++ src/util/sys_defs.h	2015-02-12 11:43:26.641763000 +0900
3
@@ -25,7 +25,8 @@
3
@@ -26,6 +26,7 @@
4
   */
5
 #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
4
 #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
6
     || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
5
     || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
7
-    || defined(FREEBSD8) || defined(FREEBSD9) \
6
     || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \
8
+    || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \
9
+    || defined(FREEBSD11) \
7
+    || defined(FREEBSD11) \
10
     || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
8
     || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
11
     || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
9
     || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
(-)pkg-plist (-6 / +7 lines)
Lines 1-5 Link Here
1
@unexec if cmp -s %D/libexec/postfix/main.cf %%PFETC%%/main.cf; then rm -f %%PFETC%%/main.cf; fi
1
@unexec if cmp -s %%PFETC%%/main.cf.proto %%PFETC%%/main.cf; then rm -f %%PFETC%%/main.cf; fi
2
@unexec if cmp -s %D/libexec/postfix/master.cf %%PFETC%%/master.cf; then rm -f %%PFETC%%/master.cf; fi
2
@unexec if cmp -s %%PFETC%%/master.cf.proto %%PFETC%%/master.cf; then rm -f %%PFETC%%/master.cf; fi
3
bin/mailq
3
bin/mailq
4
bin/newaliases
4
bin/newaliases
5
%%TEST%%bin/qmqp-sink
5
%%TEST%%bin/qmqp-sink
Lines 13-19 Link Here
13
etc/postfix/TLS_LICENSE
13
etc/postfix/TLS_LICENSE
14
etc/postfix/bounce.cf.default
14
etc/postfix/bounce.cf.default
15
etc/postfix/main.cf.default
15
etc/postfix/main.cf.default
16
etc/postfix/main.cf.proto
16
etc/postfix/makedefs.out
17
etc/postfix/makedefs.out
18
etc/postfix/master.cf.proto
19
etc/postfix/postfix-files
20
@dir etc/postfix/postfix-files.d
17
@cwd %%RESETPREFIX%%
21
@cwd %%RESETPREFIX%%
18
libexec/postfix/anvil
22
libexec/postfix/anvil
19
libexec/postfix/bounce
23
libexec/postfix/bounce
Lines 24-38 Link Here
24
libexec/postfix/flush
28
libexec/postfix/flush
25
libexec/postfix/lmtp
29
libexec/postfix/lmtp
26
libexec/postfix/local
30
libexec/postfix/local
27
libexec/postfix/main.cf
28
libexec/postfix/master
31
libexec/postfix/master
29
libexec/postfix/master.cf
30
libexec/postfix/nqmgr
32
libexec/postfix/nqmgr
31
libexec/postfix/oqmgr
33
libexec/postfix/oqmgr
32
libexec/postfix/pickup
34
libexec/postfix/pickup
33
libexec/postfix/pipe
35
libexec/postfix/pipe
34
libexec/postfix/post-install
36
libexec/postfix/post-install
35
libexec/postfix/postfix-files
36
libexec/postfix/postfix-script
37
libexec/postfix/postfix-script
37
libexec/postfix/postfix-wrapper
38
libexec/postfix/postfix-wrapper
38
libexec/postfix/postmulti-script
39
libexec/postfix/postmulti-script
Lines 140-146 Link Here
140
sbin/posttls-finger
141
sbin/posttls-finger
141
sbin/sendmail
142
sbin/sendmail
142
@dir %%PFETC%%
143
@dir %%PFETC%%
143
@dir /var/db/postfix
144
@dir(postfix,,700) /var/db/postfix
144
@dir(postfix,,700) /var/spool/postfix/active
145
@dir(postfix,,700) /var/spool/postfix/active
145
@dir(postfix,,700) /var/spool/postfix/bounce
146
@dir(postfix,,700) /var/spool/postfix/bounce
146
@dir(postfix,,700) /var/spool/postfix/corrupt
147
@dir(postfix,,700) /var/spool/postfix/corrupt

Return to bug 197556