diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2017-08-07 21:44:00 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2017-08-07 21:44:00 +0000 |
commit | 871f113e9bfd3abd048a94038076e6f654f39918 (patch) | |
tree | b44ecc5f2c2ba20397232fb6057395d2fcbb7c30 /mail/up-imapproxy | |
parent | 91438abd7acd32153338b16c1e66cbe948df5e50 (diff) |
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/Makefile | 4 |
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 |