Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 14:50:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442639 - head/mail/py-ppolicy
Message-ID:  <201706051450.v55EopL9048450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  5 14:50:51 2017
New Revision: 442639
URL: https://svnweb.freebsd.org/changeset/ports/442639

Log:
  Change from USES=twisted to devel/py-twisted
  
  - Sort USE_PYTHON
  - Bump PORTREVISION for dependency change

Modified:
  head/mail/py-ppolicy/Makefile

Modified: head/mail/py-ppolicy/Makefile
==============================================================================
--- head/mail/py-ppolicy/Makefile	Mon Jun  5 14:50:46 2017	(r442638)
+++ head/mail/py-ppolicy/Makefile	Mon Jun  5 14:50:51 2017	(r442639)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ppolicy
 PORTVERSION=	2.6.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail python
 MASTER_SITES=	http://kmlinux.fjfi.cvut.cz/~vokac/activities/ppolicy/download/%SUBDIR%/ \
 		http://www.chifeng.name/dist/ppolicy/%SUBDIR%/
@@ -11,12 +11,13 @@ MASTER_SITES=	http://kmlinux.fjfi.cvut.cz/~vokac/activ
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PPolicy is tool for extending Postfix checking capabilities
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/dns/__init__.py:dns/py-dnspython
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython \
+		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
 
-USES=		python twisted
-USE_PYTHON=	distutils autoplist
-NO_BUILD=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
+NO_BUILD=	yes
 USE_RC_SUBR=	ppolicyd
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}



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