diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-06 14:32:05 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-06 14:32:05 +0000 |
commit | ce88553f7c98e7c3888c0ea2dd6b7cf18e63ea65 (patch) | |
tree | 658ad909e5c4a11fb4a106a72505985798405b55 /mail | |
parent | 417c66541f574dbf9fb20e01c28c0c12f1ddc0c9 (diff) | |
download | ports-ce88553f7c98e7c3888c0ea2dd6b7cf18e63ea65.tar.gz ports-ce88553f7c98e7c3888c0ea2dd6b7cf18e63ea65.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 22 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 4 |
2 files changed, 16 insertions, 10 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 14a7577a2c34..06435cc56c43 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -DISTVERSION= 2.3-20050623 +DISTVERSION= 2.3-20050630 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -38,19 +38,25 @@ NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_REINPLACE= yes -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 \ - postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 postsuper.1 sendmail.1 +MAN1= postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 postkick.1 \ + postlock.1 postlog.1 postmap.1 postqueue.1 postsuper.1 sendmail.1 -MAN5= access.5 aliases.5 body_checks.5 canonical.5 cidr_table.5 generic.5 \ - header_checks.5 ldap_table.5 master.5 mysql_table.5 nisplus_table.5 \ - pcre_table.5 pgsql_table.5 postconf.5 regexp_table.5 relocated.5 tcp_table.5 \ +MAN5= access.5 aliases.5 canonical.5 cidr_table.5 generic.5 header_checks.5 \ + ldap_table.5 master.5 mysql_table.5 nisplus_table.5 pcre_table.5 \ + pgsql_table.5 postconf.5 regexp_table.5 relocated.5 tcp_table.5 \ transport.5 virtual.5 -MAN8= anvil.8 bounce.8 cleanup.8 defer.8 discard.8 error.8 flush.8 lmtp.8 \ +MAN8= anvil.8 bounce.8 cleanup.8 discard.8 error.8 flush.8 lmtp.8 \ local.8 master.8 oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 \ - scache.8 showq.8 smtp.8 smtpd.8 spawn.8 tlsmgr.8 trace.8 trivial-rewrite.8 \ + scache.8 showq.8 smtp.8 smtpd.8 spawn.8 tlsmgr.8 trivial-rewrite.8 \ verify.8 virtual.8 +MLINKS= sendmail.1 mailq.1 \ + sendmail.1 newaliases.1 \ + header_checks.5 body_checks.5 \ + bounce.8 defer.8 \ + bounce.8 trace.8 + CONF1= access aliases canonical generic header_checks main.cf master.cf \ relocated transport virtual diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index b20e54ef9246..034ae74271a0 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-2.3-20050623.tar.gz) = 54aa87ad8c6925a971ea4faab52da220 -SIZE (postfix/postfix-2.3-20050623.tar.gz) = 2493062 +MD5 (postfix/postfix-2.3-20050630.tar.gz) = e06a31b9a4633e72ca46646c4825037d +SIZE (postfix/postfix-2.3-20050630.tar.gz) = 2493792 |