aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam
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/dspam
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/dspam')
-rw-r--r--mail/dspam/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 328c71ed5490..9ccbad7878db 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dspam
PORTVERSION= 3.10.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -340,7 +340,7 @@ CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver'
.endif
.if ${PORT_OPTIONS:MDOVECOT2}
-RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/dovecot-lda:mail/dovecot2
+RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/dovecot-lda:mail/dovecot
CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/libexec/dovecot/dovecot-lda'
.endif