diff options
author | novel <novel@FreeBSD.org> | 2005-06-02 00:09:49 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-06-02 00:09:49 +0800 |
commit | ea8293a8f9bcc00245ae0e4462ea7c31ad5a2ab9 (patch) | |
tree | 685951cd93452dfcef49f6364090d9c51c744bc9 /mail | |
parent | eb980e87a4eca236a41c81afd378d91051fb230d (diff) | |
download | freebsd-ports-gnome-ea8293a8f9bcc00245ae0e4462ea7c31ad5a2ab9.tar.gz freebsd-ports-gnome-ea8293a8f9bcc00245ae0e4462ea7c31ad5a2ab9.tar.zst freebsd-ports-gnome-ea8293a8f9bcc00245ae0e4462ea7c31ad5a2ab9.zip |
Fix URL of smtp_auth+tls patch.
PR: 81769
Submitted by: Renato Botelho (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index c9ff93c4a536..85b51384e866 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -91,7 +91,7 @@ PATCHFILES+= qmail-ldap-1.03-${LDAP_PATCH_DATE}.patch.gz:ldap PATCH_SITES+= http://iain.cx/unix/qmail/download/:mysql PATCHFILES+= qmail-mysql-${MYSQL_PATCH_VERSION}.patch:mysql .elif defined(SLAVE_SMTP_AUTH_TLS) -PATCH_SITES+= http://students.imsa.edu/~ngroot/:smtp_auth_tls +PATCH_SITES+= http://www.galle.com.br/~renato/qmail/:smtp_auth_tls PATCHFILES+= qmail-1.03-starttls-smtp-auth.patch:smtp_auth_tls .elif defined(SLAVE_TLS) PATCH_SITES+= http://www.esat.kuleuven.ac.be/~vermeule/qmail/:tls |