Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2017 12:16:29 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Renato Botelho <garga@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r445501 - head/mail/simscan
Message-ID:  <60153e2e-fb89-c0c8-8cbe-08b0293ea920@FreeBSD.org>
In-Reply-To: <201707111547.v6BFliZ7050808@repo.freebsd.org>
References:  <201707111547.v6BFliZ7050808@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7/12/17 1:47 AM, Renato Botelho wrote:
> Author: garga
> Date: Tue Jul 11 15:47:44 2017
> New Revision: 445501
> URL: https://svnweb.freebsd.org/changeset/ports/445501
> 
> Log:
>   - Ripmime is a run dependency
>   - Fix /var/qmail/simscan permission (2750)
>   - Bump PORTREVISION

Quarterly version also affected?

> Modified:
>   head/mail/simscan/Makefile
>   head/mail/simscan/pkg-plist
> 
> Modified: head/mail/simscan/Makefile
> ==============================================================================
> --- head/mail/simscan/Makefile	Tue Jul 11 14:14:02 2017	(r445500)
> +++ head/mail/simscan/Makefile	Tue Jul 11 15:47:44 2017	(r445501)
> @@ -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 \
> 
> Modified: head/mail/simscan/pkg-plist
> ==============================================================================
> --- head/mail/simscan/pkg-plist	Tue Jul 11 14:14:02 2017	(r445500)
> +++ head/mail/simscan/pkg-plist	Tue Jul 11 15:47:44 2017	(r445501)
> @@ -1,6 +1,6 @@
>  @cwd %%QMAIL_PREFIX%%
>  @(simscan,simscan,) bin/simscanmk
>  @(simscan,simscan,04711) bin/simscan
> -@dir(simscan,simscan,0750) %%SIMSCAN_DIR%%
> +@dir(simscan,simscan,2750) %%SIMSCAN_DIR%%
>  @dir %%QMAIL_PREFIX%%/bin
>  @dir %%QMAIL_PREFIX%%
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?60153e2e-fb89-c0c8-8cbe-08b0293ea920>