Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 16:34:19 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491962 - head/mail/courier-pythonfilter
Message-ID:  <201902021634.x12GYJxa011001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Feb  2 16:34:19 2019
New Revision: 491962
URL: https://svnweb.freebsd.org/changeset/ports/491962

Log:
  mail/courier-pythonfilter: Fix CLAMAV_CLAMD option after r416149
  
  Setting options helpers after bsd.port.{options,pre}.mk has no
  effect.

Modified:
  head/mail/courier-pythonfilter/Makefile

Modified: head/mail/courier-pythonfilter/Makefile
==============================================================================
--- head/mail/courier-pythonfilter/Makefile	Sat Feb  2 15:59:21 2019	(r491961)
+++ head/mail/courier-pythonfilter/Makefile	Sat Feb  2 16:34:19 2019	(r491962)
@@ -3,6 +3,7 @@
 
 PORTNAME=	courier-pythonfilter
 PORTVERSION=	1.6
+PORTREVISION=	1
 CATEGORIES=	mail python
 MASTER_SITES=	http://phantom.dragonsdawn.net/~gordon/courier-patches/courier-pythonfilter/
 
@@ -56,11 +57,11 @@ QUOTA_DESC=	quota module
 
 OPTIONS_DEFAULT=	DEBUG WHITELIST_RELAY WHITELIST_AUTH
 
+CLAMAV_CLAMD_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyClamd>=0:security/py-pyclamd@${PY_FLAVOR}
+
 .include <bsd.port.pre.mk>
 
 PYDISTUTILS_INSTALLARGS:=${PYDISTUTILS_INSTALLARGS} --install-scripts=${PYSCRIPTSDIR}
-
-CLAMAV_CLAMD_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pyclamd.py:security/py-pyclamd@${PY_FLAVOR}
 
 post-extract:
 	${MV} ${WRKSRC}/pythonfilter.conf ${WRKSRC}/pythonfilter.conf.sample



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902021634.x12GYJxa011001>