From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 2 20:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84FF0CF2 for ; Wed, 2 Apr 2014 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 618EF80C for ; Wed, 2 Apr 2014 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s32KK0as065210 for ; Wed, 2 Apr 2014 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s32KK0fp065209; Wed, 2 Apr 2014 20:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 2 Apr 2014 20:20:00 GMT Resent-Message-Id: <201404022020.s32KK0fp065209@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Dr. Rolf Jansen" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F04FDB20 for ; Wed, 2 Apr 2014 20:14:32 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C321E7CD for ; Wed, 2 Apr 2014 20:14:32 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s32KEWwf013317 for ; Wed, 2 Apr 2014 20:14:32 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s32KEWQx013316; Wed, 2 Apr 2014 20:14:32 GMT (envelope-from nobody) Message-Id: <201404022014.s32KEWQx013316@cgiserv.freebsd.org> Date: Wed, 2 Apr 2014 20:14:32 GMT From: "Dr. Rolf Jansen" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188202: Update of port: sysutils/clone - A file tree cloning tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2014 20:20:00 -0000 >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: