diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-12-16 14:45:08 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-12-16 14:45:08 +0800 |
commit | 6a11b7d426805360ea2629a9b19d1b921cbacded (patch) | |
tree | 7a4bdb92512913307925b3957767a8b867b231f2 /mail/postfix-current/Makefile | |
parent | a51b2d616342f2b62afea9c6d9efa28066a64030 (diff) | |
download | freebsd-ports-gnome-6a11b7d426805360ea2629a9b19d1b921cbacded.tar.gz freebsd-ports-gnome-6a11b7d426805360ea2629a9b19d1b921cbacded.tar.zst freebsd-ports-gnome-6a11b7d426805360ea2629a9b19d1b921cbacded.zip |
Update to 20011210
Submitted by: Sergey Osokin
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r-- | mail/postfix-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 8d8d553dae15..153be1137217 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 20011127 +PORTVERSION= 20011210 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -37,7 +37,8 @@ CONF1= access aliases canonical main.cf master.cf \ CONF2= sample-aliases.cf sample-canonical.cf sample-debug.cf \ sample-filter.cf sample-flush.cf sample-local.cf sample-misc.cf \ sample-qmqpd.cf \ - sample-rate.cf sample-regexp.cf sample-relocated.cf \ + sample-rate.cf sample-regexp-access.cf sample-regexp-body.cf \ + sample-regexp-header.cf sample-relocated.cf \ sample-resource.cf sample-rewrite.cf sample-smtp.cf \ sample-smtpd.cf sample-transport.cf sample-virtual.cf install.cf |