From nobody@FreeBSD.org  Wed Apr  2 20:14:32 2014
Return-Path: <nobody@FreeBSD.org>
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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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" <cyclaero@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update of port: sysutils/clone - A file tree cloning tool
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 02 20:20:00 UTC 2014
>Closed-Date:    Wed Apr 23 15:16:17 UTC 2014
>Last-Modified:  Wed Apr 23 15:20:00 UTC 2014
>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:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Wed Apr 2 20:20:03 UTC 2014 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188202 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Wed Apr 23 15:16:16 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188202 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188202: commit references a PR
Date: Wed, 23 Apr 2014 15:16:19 +0000 (UTC)

 Author: amdmi3
 Date: Wed Apr 23 15:16:10 2014
 New Revision: 351954
 URL: http://svnweb.freebsd.org/changeset/ports/351954
 QAT: https://qat.redports.org/buildarchive/r351954/
 
 Log:
   - Update to 1.0.4 [1]
   - Clarify license
   
   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).
   
   PR:		188202 [1]
   Submitted by:	"Dr. Rolf Jansen" <cyclaero@gmail.com> (maintainer)
 
 Modified:
   head/sysutils/clone/Makefile
   head/sysutils/clone/distinfo
 
 Modified: head/sysutils/clone/Makefile
 ==============================================================================
 --- head/sysutils/clone/Makefile	Wed Apr 23 14:57:46 2014	(r351953)
 +++ head/sysutils/clone/Makefile	Wed Apr 23 15:16:10 2014	(r351954)
 @@ -1,14 +1,14 @@
  # $FreeBSD$
  
  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
  
 -LICENSE=	BSD
 +LICENSE=	BSD2CLAUSE
  
  PLIST_FILES=	bin/clone \
  		man/man1/clone.1.gz
 
 Modified: head/sysutils/clone/distinfo
 ==============================================================================
 --- head/sysutils/clone/distinfo	Wed Apr 23 14:57:46 2014	(r351953)
 +++ head/sysutils/clone/distinfo	Wed Apr 23 15:16:10 2014	(r351954)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
