diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-02 14:08:05 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-02 14:08:05 +0800 |
commit | 5f1f26a064e7f1838cd127823b63c77c5b0c9358 (patch) | |
tree | 7c465331e73811b84011291ad46d4ddc6371ec0f /mail | |
parent | 21ccbb8e74cc19b991b4f19d83a2a432fbd1c5fc (diff) | |
download | freebsd-ports-gnome-5f1f26a064e7f1838cd127823b63c77c5b0c9358.tar.gz freebsd-ports-gnome-5f1f26a064e7f1838cd127823b63c77c5b0c9358.tar.zst freebsd-ports-gnome-5f1f26a064e7f1838cd127823b63c77c5b0c9358.zip |
Bump PORTREVISION and add ipv6 to categories.
Pointed out by: sumikawa
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index d581a14f4221..e8d64a97be1d 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -7,7 +7,8 @@ PORTNAME= postfix PORTVERSION= 20010228 -CATEGORIES= mail +PORTREVISION= 1 +CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ ftp://ftp.tux.org/pub/net/postfix/experimental/ \ |