Allow concurrent installation (USE_PYTHON=concurrent)

- Bump PORTREVISION for package change
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-01-19 20:41:26 +00:00
parent 9d644c8edd
commit 814bec545c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490746

View File

@ -3,22 +3,24 @@
PORTNAME= dirsync
PORTVERSION= 2.2.3
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@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>