svn commit: r460786 - head/ftp/py-tftpy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 3 06:21:37 UTC 2018


Author: sunpoet
Date: Sat Feb  3 06:21:36 2018
New Revision: 460786
URL: https://svnweb.freebsd.org/changeset/ports/460786

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)
  
  - Bump PORTREVISION for package change

Modified:
  head/ftp/py-tftpy/Makefile

Modified: head/ftp/py-tftpy/Makefile
==============================================================================
--- head/ftp/py-tftpy/Makefile	Sat Feb  3 06:21:31 2018	(r460785)
+++ head/ftp/py-tftpy/Makefile	Sat Feb  3 06:21:36 2018	(r460786)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tftpy
 PORTVERSION=	0.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ftp python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 GH_ACCOUNT=	msoulier


More information about the svn-ports-head mailing list