diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-07 13:42:13 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-07 13:42:13 +0000 |
commit | 9148e775b345d32e84c134dcbbdb5874e97367c8 (patch) | |
tree | 403c720a14f0d6f35be21e9c3d8db5d98d588a27 /mail/postfix-current | |
parent | 7024947efaca9ca964b67290ca8f62df55f1a291 (diff) | |
download | ports-9148e775b345d32e84c134dcbbdb5874e97367c8.tar.gz ports-9148e775b345d32e84c134dcbbdb5874e97367c8.zip |
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 26b43f7cb4c9..f996be8be3c6 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -7,7 +7,7 @@ PORTNAME= postfix PORTVERSION= 20010228 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -30,7 +30,7 @@ MAN5= access.5 aliases.5 canonical.5 regexp_table.5 relocated.5 \ MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ master.8 pickup.8 pipe.8 qmgr.8 showq.8 smtp.8 smtpd.8 \ - spawn.8 trivial-rewrite.8 + spawn.8 trivial-rewrite.8 virtual.8 CONF1= access aliases canonical main.cf master.cf \ regexp_table relocated transport virtual |