aboutsummaryrefslogtreecommitdiff
path: root/mail/up-imapproxy
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-08-07 21:44:00 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-08-07 21:44:00 +0000
commit871f113e9bfd3abd048a94038076e6f654f39918 (patch)
treeb44ecc5f2c2ba20397232fb6057395d2fcbb7c30 /mail/up-imapproxy
parent91438abd7acd32153338b16c1e66cbe948df5e50 (diff)
downloadports-871f113e9bfd3abd048a94038076e6f654f39918.tar.gz
ports-871f113e9bfd3abd048a94038076e6f654f39918.zip
Rename dovecot2/dovecot2-pigeonhole to dovecot/dovecot-pigeonhole.
It might be necessary to manually remove and reinstall the package under the new name. Discussed with: ler
Notes
Notes: svn path=/head/; revision=447519
Diffstat (limited to 'mail/up-imapproxy')
-rw-r--r--mail/up-imapproxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/up-imapproxy/Makefile b/mail/up-imapproxy/Makefile
index 2eeaf642361c..e4bf188b44b2 100644
--- a/mail/up-imapproxy/Makefile
+++ b/mail/up-imapproxy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= imapproxy
PORTVERSION= 1.2.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= SF/squirrelmail/imap_proxy/${PORTVERSION}
PKGNAMEPREFIX= up-
@@ -33,7 +33,7 @@ SBIN= in.imapproxyd pimpstat
.if ${PORT_OPTIONS:MDOVECOT}
SUB_LIST+= DOVECOT="dovecot"
-RUN_DEPENDS+= dovecot:mail/dovecot2
+RUN_DEPENDS+= dovecot:mail/dovecot
.else
SUB_LIST+= DOVECOT=""
.endif