svn commit: r470609 - in head: devel/py-roxlib net-mgmt/py-pdagent security/cracklib

Mathieu Arnold mat at FreeBSD.org
Tue May 22 13:14:44 UTC 2018


Author: mat
Date: Tue May 22 13:14:43 2018
New Revision: 470609
URL: https://svnweb.freebsd.org/changeset/ports/470609

Log:
  Add Python flavors.
  
  Even if those ports do not support more than one Python version, it
  makes it easier to depend on them.
  
  Sponsored by:	Absolight

Modified:
  head/devel/py-roxlib/Makefile   (contents, props changed)
  head/net-mgmt/py-pdagent/Makefile   (contents, props changed)
  head/security/cracklib/Makefile   (contents, props changed)

Modified: head/devel/py-roxlib/Makefile
==============================================================================
--- head/devel/py-roxlib/Makefile	Tue May 22 13:04:47 2018	(r470608)
+++ head/devel/py-roxlib/Makefile	Tue May 22 13:14:43 2018	(r470609)
@@ -12,6 +12,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Python libraries for ROX
 
 USES=		python:2.7 shebangfix tar:bzip2
+USE_PYTHON=	flavors
 USE_GNOME=	pygtk2:run
 SHEBANG_FILES=	ROX-Lib2/AppRun ROX-Lib2/python/make_docs.py
 

Modified: head/net-mgmt/py-pdagent/Makefile
==============================================================================
--- head/net-mgmt/py-pdagent/Makefile	Tue May 22 13:04:47 2018	(r470608)
+++ head/net-mgmt/py-pdagent/Makefile	Tue May 22 13:14:43 2018	(r470609)
@@ -14,6 +14,7 @@ COMMENT=	PagerDuty Agent software
 LICENSE=	BSD3CLAUSE
 
 USES=		python:2.7 shebangfix
+USE_PYTHON=	flavors
 SHEBANG_FILES=	bin/*
 NO_ARCH=	yes
 NO_BUILD=	yes

Modified: head/security/cracklib/Makefile
==============================================================================
--- head/security/cracklib/Makefile	Tue May 22 13:04:47 2018	(r470608)
+++ head/security/cracklib/Makefile	Tue May 22 13:14:43 2018	(r470609)
@@ -29,6 +29,7 @@ USE_LDCONFIG=	yes
 
 .if defined(PYTHON_SLAVEPORT)
 USES+=		python:2.7
+USE_PYTHON=	flavors
 CONFIGURE_ARGS+=--with-python
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/_cracklib.a \
 		%%PYTHON_SITELIBDIR%%/_cracklib.so \


More information about the svn-ports-all mailing list