svn commit: r491962 - head/mail/courier-pythonfilter

Tobias Kortkamp tobik at FreeBSD.org
Sat Feb 2 16:34:20 UTC 2019


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


More information about the svn-ports-all mailing list