aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-dirsync
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-01-19 20:41:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-01-19 20:41:26 +0000
commit814bec545cabfcf08245e16524ef5d5f634f0dcb (patch)
treef67fd784f03d7c582ee7b6d78a14224ec19a9699 /sysutils/py-dirsync
parent9d644c8eddfa514e827fd35da4e14cab4a5ec569 (diff)
downloadports-814bec545cabfcf08245e16524ef5d5f634f0dcb.tar.gz
ports-814bec545cabfcf08245e16524ef5d5f634f0dcb.zip
Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change - Take maintainership
Notes
Notes: svn path=/head/; revision=490746
Diffstat (limited to 'sysutils/py-dirsync')
-rw-r--r--sysutils/py-dirsync/Makefile8
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>