Update to 2.2.4
- Clean up pkg-descr Changes: https://bitbucket.org/tkhyn/dirsync/src/default/CHANGES.rst https://bitbucket.org/tkhyn/dirsync/commits/all
This commit is contained in:
parent
9a1c9bb730
commit
13eb56142f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506044
3 changed files with 6 additions and 24 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dirsync
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.2.4
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <sourcedir> <targetdir> [options]
|
||||
|
||||
From python:
|
||||
|
||||
from dirsync import sync
|
||||
sync(sourcedir, targetdir, action, **options)
|
||||
|
||||
WWW: https://bitbucket.org/tkhyn/dirsync/
|
||||
WWW: https://bitbucket.org/tkhyn/dirsync
|
||||
|
|
Loading…
Reference in a new issue