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

(-)postfix-current/Makefile (-8 / +14 lines)
Lines 15-21 Link Here
15
# NOTE: PCRE is enabled by default unless you specifically disable it.
15
# NOTE: PCRE is enabled by default unless you specifically disable it.
16
16
17
PORTNAME=	postfix
17
PORTNAME=	postfix
18
DISTVERSION=	2.3-20050623
18
DISTVERSION=	2.3-20050630
19
PORTEPOCH=	2
19
PORTEPOCH=	2
20
CATEGORIES=	mail ipv6
20
CATEGORIES=	mail ipv6
21
MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
21
MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
Lines 38-55 Link Here
38
USE_SUBMAKE=	yes
38
USE_SUBMAKE=	yes
39
USE_REINPLACE=	yes
39
USE_REINPLACE=	yes
40
40
41
MAN1=	mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 \
41
MAN1=	postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 postkick.1 \
42
	postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 postsuper.1 sendmail.1
42
	postlock.1 postlog.1 postmap.1 postqueue.1 postsuper.1 sendmail.1
43
43
44
MAN5=	access.5 aliases.5 body_checks.5 canonical.5 cidr_table.5 generic.5 \
44
MAN5=	access.5 aliases.5 canonical.5 cidr_table.5 generic.5 header_checks.5 \
45
	header_checks.5 ldap_table.5 master.5 mysql_table.5 nisplus_table.5 \
45
	ldap_table.5 master.5 mysql_table.5 nisplus_table.5 pcre_table.5 \
46
	pcre_table.5 pgsql_table.5 postconf.5 regexp_table.5 relocated.5 tcp_table.5 \
46
	pgsql_table.5 postconf.5 regexp_table.5 relocated.5 tcp_table.5 \
47
	transport.5 virtual.5
47
	transport.5 virtual.5
48
48
49
MAN8=	anvil.8 bounce.8 cleanup.8 defer.8 discard.8 error.8 flush.8 lmtp.8 \
49
MAN8=	anvil.8 bounce.8 cleanup.8 discard.8 error.8 flush.8 lmtp.8 \
50
	local.8 master.8 oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 \
50
	local.8 master.8 oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 \
51
	scache.8 showq.8 smtp.8 smtpd.8 spawn.8 tlsmgr.8 trace.8 trivial-rewrite.8 \
51
	scache.8 showq.8 smtp.8 smtpd.8 spawn.8 tlsmgr.8 trivial-rewrite.8 \
52
	verify.8 virtual.8
52
	verify.8 virtual.8
53
54
MLINKS=	sendmail.1 mailq.1 \
55
	sendmail.1 newaliases.1 \
56
	header_checks.5 body_checks.5 \
57
	bounce.8 defer.8 \
58
	bounce.8 trace.8
53
59
54
CONF1=	access aliases canonical generic header_checks main.cf master.cf \
60
CONF1=	access aliases canonical generic header_checks main.cf master.cf \
55
	relocated transport virtual
61
	relocated transport virtual
(-)postfix-current/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (postfix/postfix-2.3-20050623.tar.gz) = 54aa87ad8c6925a971ea4faab52da220
1
MD5 (postfix/postfix-2.3-20050630.tar.gz) = e06a31b9a4633e72ca46646c4825037d
2
SIZE (postfix/postfix-2.3-20050623.tar.gz) = 2493062
2
SIZE (postfix/postfix-2.3-20050630.tar.gz) = 2493792

Return to bug 83031