Index: head/sysutils/py-dirsync/Makefile =================================================================== --- head/sysutils/py-dirsync/Makefile (revision 506043) +++ head/sysutils/py-dirsync/Makefile (revision 506044) @@ -1,26 +1,25 @@ # Created by: René Ladan # $FreeBSD$ PORTNAME= dirsync -PORTVERSION= 2.2.3 -PORTREVISION= 2 +PORTVERSION= 2.2.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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} CONFLICTS_INSTALL= p5-File-Dirsync USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/sysutils/py-dirsync/distinfo =================================================================== --- head/sysutils/py-dirsync/distinfo (revision 506043) +++ head/sysutils/py-dirsync/distinfo (revision 506044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537088640 -SHA256 (dirsync-2.2.3.tar.gz) = 1fec130d5f4a4c4d71d0c69a140e7bf970945b2de8a9e0be664fe969d57480e4 -SIZE (dirsync-2.2.3.tar.gz) = 11088 +TIMESTAMP = 1562427746 +SHA256 (dirsync-2.2.4.tar.gz) = 4f6bef8dc97e262c9f89c4086d6f70681ed42515bc3d9ca2650c28ccf8e07aea +SIZE (dirsync-2.2.4.tar.gz) = 11485 Index: head/sysutils/py-dirsync/pkg-descr =================================================================== --- head/sysutils/py-dirsync/pkg-descr (revision 506043) +++ head/sysutils/py-dirsync/pkg-descr (revision 506044) @@ -1,20 +1,3 @@ -Advanced directory tree synchronisation tool +Advanced directory tree synchronisation tool based on Python robocopier -(c) 2014-2016 Thomas Khyn (c) 2003-2015 Anand B Pillai - -Advanced directory tree synchronisation tool - -based on Python robocopier by Anand B Pillai - -Usage - -From the command line: - -dirsync [options] - -From python: - -from dirsync import sync -sync(sourcedir, targetdir, action, **options) - -WWW: https://bitbucket.org/tkhyn/dirsync/ +WWW: https://bitbucket.org/tkhyn/dirsync