svn commit: r490746 - head/sysutils/py-dirsync

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 19 20:41:40 UTC 2019


Author: sunpoet
Date: Sat Jan 19 20:41:26 2019
New Revision: 490746
URL: https://svnweb.freebsd.org/changeset/ports/490746

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

Modified:
  head/sysutils/py-dirsync/Makefile

Modified: head/sysutils/py-dirsync/Makefile
==============================================================================
--- head/sysutils/py-dirsync/Makefile	Sat Jan 19 20:41:20 2019	(r490745)
+++ head/sysutils/py-dirsync/Makefile	Sat Jan 19 20:41:26 2019	(r490746)
@@ -3,22 +3,24 @@
 
 PORTNAME=	dirsync
 PORTVERSION=	2.2.3
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Advanced directory tree synchronisation tool
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 CONFLICTS_INSTALL=	p5-File-Dirsync
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list