diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-19 20:41:26 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-19 20:41:26 +0000 |
| commit | 814bec545cabfcf08245e16524ef5d5f634f0dcb (patch) | |
| tree | f67fd784f03d7c582ee7b6d78a14224ec19a9699 /sysutils/py-dirsync/Makefile | |
| parent | Update to 0.99 (diff) | |
Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
- Take maintainership
Diffstat (limited to 'sysutils/py-dirsync/Makefile')
| -rw-r--r-- | sysutils/py-dirsync/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/py-dirsync/Makefile b/sysutils/py-dirsync/Makefile index 6700cff485ac..0d62f62ee807 100644 --- a/sysutils/py-dirsync/Makefile +++ b/sysutils/py-dirsync/Makefile @@ -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> |
