diff options
Diffstat (limited to 'mail/dovecot2/Makefile.common')
-rw-r--r-- | mail/dovecot2/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dovecot2/Makefile.common b/mail/dovecot2/Makefile.common index b0b25789b87..4517926884a 100644 --- a/mail/dovecot2/Makefile.common +++ b/mail/dovecot2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2017/03/18 07:14:46 adam Exp $ +# $NetBSD: Makefile.common,v 1.6 2017/04/13 01:59:08 taca Exp $ # # when updating to a new release, update ABI depends in # the buildlink3.mk file as well, since the plugins' version @@ -9,9 +9,9 @@ # used by mail/dovecot2-mysql/Makefile # used by mail/dovecot2-pgsql/Makefile -DISTNAME= dovecot-2.2.28 +DISTNAME= dovecot-2.2.29.1 CATEGORIES= mail -MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/ +MASTER_SITES= https://www.dovecot.org/releases/2.2/ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.dovecot.org/ |