svn commit: r527663 - head/security/py-ropper

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Mar 3 02:01:16 UTC 2020


Author: 0mp
Date: Tue Mar  3 02:01:16 2020
New Revision: 527663
URL: https://svnweb.freebsd.org/changeset/ports/527663

Log:
  Set USE_PYTHON=concurrent as the Python package provides a console_script
  
  Reported by:	koobs

Modified:
  head/security/py-ropper/Makefile

Modified: head/security/py-ropper/Makefile
==============================================================================
--- head/security/py-ropper/Makefile	Tue Mar  3 00:46:31 2020	(r527662)
+++ head/security/py-ropper/Makefile	Tue Mar  3 02:01:16 2020	(r527663)
@@ -3,6 +3,7 @@
 PORTNAME=	ropper
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.13.5
+PORTREVISION=	1
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -20,7 +21,7 @@ USES=		python
 USE_GITHUB=	yes
 GH_ACCOUNT=	sashs
 GH_PROJECT=	Ropper
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list