diff options
author | demon <demon@FreeBSD.org> | 2002-08-01 04:26:34 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-08-01 04:26:34 +0800 |
commit | ee9df099ec2701a6ab048f87cc435aa719b8f927 (patch) | |
tree | 84e532cbc2302df236ce52b02004ce78877cea7e /mail | |
parent | d47bf592b3e9cac299abcc5b74af14a27ebd9aac (diff) | |
download | freebsd-ports-gnome-ee9df099ec2701a6ab048f87cc435aa719b8f927.tar.gz freebsd-ports-gnome-ee9df099ec2701a6ab048f87cc435aa719b8f927.tar.zst freebsd-ports-gnome-ee9df099ec2701a6ab048f87cc435aa719b8f927.zip |
Update to snapshot-20020719.
PR: 41208
Submitted by: Vivek Khera <khera@kciLink.com> (MAINTAINER)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 5 | ||||
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index eecf2052eca8..56d1e926bccb 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.11-20020613 +PORTVERSION= 1.1.11-20020719 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 85f2452b36c4..1f4251577654 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,4 +1,5 @@ -MD5 (postfix/postfix-1.1.11-20020613.tar.gz) = 7c7f2f27463539c00c6bfe8bf50bc0d9 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e +MD5 (postfix/postfix-1.1.11-20020719.tar.gz) = 6e229a63db7233bbd5dc6c86c9dc662d MD5 (postfix/pfixtls-0.8.11a-1.1.11-20020613-0.9.6d.tar.gz) = 6ed63e3941e8de1a9ca4c884dbc84125 MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba +MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e + diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index d77a712b23a5..c135fb03c604 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -20,7 +20,7 @@ MySQL "MySQL map lookups" OFF \ PgSQL "PostgreSQL map lookups" OFF \ OpenLDAP "OpenLDAP map lookups" OFF \ Test "SMTP/LMTP test server and generator" OFF \ -TLS "SSL and TLS" OFF \ +TLS "SSL and TLS (currently broken)" OFF \ IPv6 "IPv6 support (currently broken)" OFF \ 2> $tempfile @@ -131,7 +131,7 @@ while [ "$1" ]; do exit 1 fi echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.10+ipv6.patch.gz" + echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" echo "PATCH_DIST_STRIP= -p1" echo "IPv6_SUFFIX= +ipv6" echo "" |