diff options
author | adamw <adamw@FreeBSD.org> | 2017-08-07 21:44:00 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-08-07 21:44:00 +0000 |
commit | 6bfd8c3b1c428e57b619f59030e08413394d7712 (patch) | |
tree | b44ecc5f2c2ba20397232fb6057395d2fcbb7c30 /mail/up-imapproxy/Makefile | |
parent | a2f3033d825b34c7f95adcc0b5cfececbffce7ba (diff) | |
download | FreeBSD-ports-6bfd8c3b1c428e57b619f59030e08413394d7712.zip FreeBSD-ports-6bfd8c3b1c428e57b619f59030e08413394d7712.tar.gz |
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
Diffstat (limited to 'mail/up-imapproxy/Makefile')
-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 2eeaf64..e4bf188 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 |