pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Fix URL for sieve distribution files.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc2853480c94
branches:  trunk
changeset: 645427:fc2853480c94
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Jan 28 17:44:28 2015 +0000

description:
Fix URL for sieve distribution files.

diffstat:

 mail/dovecot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9fd6c7d51348 -r fc2853480c94 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Wed Jan 28 17:14:47 2015 +0000
+++ b/mail/dovecot/Makefile     Wed Jan 28 17:44:28 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.175 2015/01/23 12:17:47 wiz Exp $
+# $NetBSD: Makefile,v 1.176 2015/01/28 17:44:28 tron Exp $
 
 DOVECOT_VERSION=       1.2
 DOVECOT_SUBVERSION=    .17
@@ -8,7 +8,7 @@
 PKGREVISION=           15
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/${DOVECOT_VERSION}/
-DOVECOT_SIEVE_SITES=   http://www.rename-it.nl/dovecot/${DOVECOT_VERSION}/
+DOVECOT_SIEVE_SITES=   http://pigeonhole.dovecot.org/releases/${DOVECOT_VERSION}/
 
 MANAGESIEVE_PATCH=                     dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION}-managesieve-${MANAGESIEVE_VERSION}.diff.gz
 SITES.${MANAGESIEVE_PATCH}=    ${DOVECOT_SIEVE_SITES}



Home | Main Index | Thread Index | Old Index