svn commit: r506044 - head/sysutils/py-dirsync

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 6 21:41:47 UTC 2019


Author: sunpoet
Date: Sat Jul  6 21:41:39 2019
New Revision: 506044
URL: https://svnweb.freebsd.org/changeset/ports/506044

Log:
  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

Modified:
  head/sysutils/py-dirsync/Makefile
  head/sysutils/py-dirsync/distinfo
  head/sysutils/py-dirsync/pkg-descr

Modified: head/sysutils/py-dirsync/Makefile
==============================================================================
--- head/sysutils/py-dirsync/Makefile	Sat Jul  6 21:41:34 2019	(r506043)
+++ head/sysutils/py-dirsync/Makefile	Sat Jul  6 21:41:39 2019	(r506044)
@@ -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}

Modified: head/sysutils/py-dirsync/distinfo
==============================================================================
--- head/sysutils/py-dirsync/distinfo	Sat Jul  6 21:41:34 2019	(r506043)
+++ head/sysutils/py-dirsync/distinfo	Sat Jul  6 21:41:39 2019	(r506044)
@@ -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

Modified: head/sysutils/py-dirsync/pkg-descr
==============================================================================
--- head/sysutils/py-dirsync/pkg-descr	Sat Jul  6 21:41:34 2019	(r506043)
+++ head/sysutils/py-dirsync/pkg-descr	Sat Jul  6 21:41:39 2019	(r506044)
@@ -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


More information about the svn-ports-head mailing list