diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-31 20:26:34 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-31 20:26:34 +0000 |
commit | aae6055a86785fee0cc5bfec7387bbbe9327eda6 (patch) | |
tree | 404990ed8ee09b7fddcb6ad052bb7cd18a55cbbd /mail/postfix-current | |
parent | 363fe3ca3fbfe7591944e888f10e22f90b96395b (diff) | |
download | ports-aae6055a86785fee0cc5bfec7387bbbe9327eda6.tar.gz ports-aae6055a86785fee0cc5bfec7387bbbe9327eda6.zip |
Notes
Diffstat (limited to 'mail/postfix-current')
-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 "" |