diff options
author | Max Kalika <max@gentoo.org> | 2004-02-12 22:21:12 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2004-02-12 22:21:12 +0000 |
commit | 59bbf5e60a262526e3656da71e4dc1810ac6b799 (patch) | |
tree | 65a0f7a5c540220d1453f80ccccb2b81a0a07572 /net-mail | |
parent | followup of realplayer masking (diff) | |
download | gentoo-2-59bbf5e60a262526e3656da71e4dc1810ac6b799.tar.gz gentoo-2-59bbf5e60a262526e3656da71e4dc1810ac6b799.tar.bz2 gentoo-2-59bbf5e60a262526e3656da71e4dc1810ac6b799.zip |
Fix location of the TLS patch. Was moved to old/. Thanks mcummings.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/postfix/postfix-2.0.11.ebuild | 4 | ||||
-rw-r--r-- | net-mail/postfix/postfix-2.0.16-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/postfix/postfix-2.0.11.ebuild b/net-mail/postfix/postfix-2.0.11.ebuild index 203f62a6336c..29f44982b234 100644 --- a/net-mail/postfix/postfix-2.0.11.ebuild +++ b/net-mail/postfix/postfix-2.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.11.ebuild,v 1.14 2004/02/06 16:09:39 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.11.ebuild,v 1.15 2004/02/12 22:21:12 max Exp $ IUSE="ssl mysql sasl ldap ipv6 maildir mbox" @@ -14,7 +14,7 @@ IPV6_TLS_P="tls+${IPV6_P}" DESCRIPTION="A fast and secure drop-in replacement for sendmail" HOMEPAGE="http://www.postfix.org" SRC_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official/${P}.tar.gz - ssl? ( ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/${TLS_P}.tar.gz ) + ssl? ( ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/old/${TLS_P}.tar.gz ) ipv6? ( ftp://ftp.stack.nl/pub/postfix/tls+ipv6/${IPV6}/${IPV6_P}.patch.gz ) ipv6? ( ftp://ftp.stack.nl/pub/postfix/tls+ipv6/${IPV6}/${IPV6_TLS_P}.patch.gz )" diff --git a/net-mail/postfix/postfix-2.0.16-r1.ebuild b/net-mail/postfix/postfix-2.0.16-r1.ebuild index 8234fe2b6e0b..f6b410a9fb61 100644 --- a/net-mail/postfix/postfix-2.0.16-r1.ebuild +++ b/net-mail/postfix/postfix-2.0.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.16-r1.ebuild,v 1.12 2004/01/18 23:01:05 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.16-r1.ebuild,v 1.13 2004/02/12 22:21:12 max Exp $ inherit eutils ssl-cert @@ -14,7 +14,7 @@ DESCRIPTION="A fast and secure drop-in replacement for sendmail." HOMEPAGE="http://www.postfix.org/" SRC_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official/${P}.tar.gz ftp://ftp.porcupine.org/mirrors/postfix-release/official/${PN}-2.0-ns-mx-acl-patch.gz - ssl? ( ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/${TLS_P}.tar.gz ) + ssl? ( ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/old/${TLS_P}.tar.gz ) ipv6? ( ftp://ftp.stack.nl/pub/postfix/tls+ipv6/${IPV6}/${IPV6_P}.patch.gz ) ipv6? ( ftp://ftp.stack.nl/pub/postfix/tls+ipv6/${IPV6}/${IPV6_TLS_P}.patch.gz ) postgres? ( http://www.mat.cc/postfix/${PGSQL_P}.patch )" |