diff options
author | tron <tron@pkgsrc.org> | 2015-01-28 17:44:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2015-01-28 17:44:28 +0000 |
commit | 590bd845377d8b303d718e85c7fc08cf175bfcda (patch) | |
tree | e92403798d52830a6b894d6964cedac902742300 /mail/dovecot | |
parent | 6f96878dd7db426c01526df7828927427f79d2ea (diff) | |
download | pkgsrc-590bd845377d8b303d718e85c7fc08cf175bfcda.tar.gz |
Fix URL for sieve distribution files.
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 81b42f62fe8..46fa0f03ec8 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -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 @@ DISTNAME= dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION} 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} |