Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2014 20:14:32 GMT
From:      "Dr. Rolf Jansen" <cyclaero@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/188202: Update of port: sysutils/clone - A file tree cloning tool
Message-ID:  <201404022014.s32KEWQx013316@cgiserv.freebsd.org>
Resent-Message-ID: <201404022020.s32KK0fp065209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188202
>Category:       ports
>Synopsis:       Update of port: sysutils/clone - A file tree cloning tool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 02 20:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dr. Rolf Jansen
>Release:        9.2-RELEASE-p3
>Organization:
>Environment:
FreeBSD server.projectworld.net 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Wed Jan 15 20:02:44 BRST 2014     root@server.projectworld.net:/usr/obj/usr/src/sys/GENERIC_IPsec_NAT  amd64
>Description:
I released a new version for my file tree cloning tool sysutils/clone.

>From the ChangeLog:

- implemented different verbosity levels.
- changed feedback for directory processing, instead of '.' for every kind of processing,
   show '+' for directory creation, '-' for directory deletion, and '=' for no change.
- count the total number of errors and return it to the shell.
- in sync mode, if a file is ignored that is hard linked, then its inode needs to be registered in the global hard link store.
- bumped copyright period - for now 2013-2014.
- release of version 1.0.4 (r49).

Google Code does not allow hosting of distribution files anymore, and instead suggests to use Google Drive. So, I put clone-1.0.4.tar.gz onto there. I hope that this is acceptable.

See: https://drive.google.com/folderview?id=0BzyUSAiURzitVGlOeXFsTW9XOVk&usp=drive_web
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -rup old/Makefile new/Makefile
--- old/Makefile	2013-11-16 21:42:32.000000000 -0200
+++ new/Makefile	2014-04-02 16:20:23.000000000 -0300
@@ -1,9 +1,9 @@
 # $FreeBSD: head/sysutils/clone/Makefile 334033 2013-11-16 20:58:17Z olgeni $
 
 PORTNAME=	clone
-PORTVERSION=	1.0.3
+PORTVERSION=	1.0.4
 CATEGORIES=	sysutils
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://googledrive.com/host/0BzyUSAiURzitVGlOeXFsTW9XOVk/
 
 MAINTAINER=	cyclaero@gmail.com
 COMMENT=	File tree cloning tool
diff -rup old/distinfo new/distinfo
--- old/distinfo	2013-11-16 21:42:32.000000000 -0200
+++ new/distinfo	2014-04-02 16:21:44.000000000 -0300
@@ -1,2 +1,2 @@
-SHA256 (clone-1.0.3.tar.gz) = fe4cb2331c1bfa69a0ef4a403b6b03546127321824ca8f99b6207ed6dc4889a0
-SIZE (clone-1.0.3.tar.gz) = 25620
+SHA256 (clone-1.0.4.tar.gz) = 19d8ece685d0741a6a2547ecfb77cdb3cd6b1377face9af4b5347ad082dd2ead
+SIZE (clone-1.0.4.tar.gz) = 26437


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404022014.s32KEWQx013316>