diff options
author | Renato Botelho <garga@FreeBSD.org> | 2017-07-11 15:47:44 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2017-07-11 15:47:44 +0000 |
commit | c7c91f9b2eca907c582b2e44078ea84c842cb5a3 (patch) | |
tree | 9ebb6d097c5454da6fb0abd9465b4e937f591a51 /mail/simscan/Makefile | |
parent | ab9d2243d19b5496345696a395907ad11b581392 (diff) | |
download | ports-c7c91f9b2eca907c582b2e44078ea84c842cb5a3.tar.gz ports-c7c91f9b2eca907c582b2e44078ea84c842cb5a3.zip |
- Ripmime is a run dependency
- Fix /var/qmail/simscan permission (2750)
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=445501
Diffstat (limited to 'mail/simscan/Makefile')
-rw-r--r-- | mail/simscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile index d250845a2004..c33f6ece3ce0 100644 --- a/mail/simscan/Makefile +++ b/mail/simscan/Makefile @@ -3,7 +3,7 @@ PORTNAME= simscan PORTVERSION= 1.4.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -51,6 +51,7 @@ CLAMAV_BUILD_DEPENDS= clamdscan:security/clamav RIPMIME_CONFIGURE_OFF= --disable-ripmime RIPMIME_BUILD_DEPENDS= ripmime:mail/ripmime +RIPMIME_RUN_DEPENDS= ripmime:mail/ripmime SPAMD_BUILD_DEPENDS= spamassassin:mail/spamassassin SPAMD_CONFIGURE_ON= --enable-spam=y \ |