From nobody@FreeBSD.org  Thu Jun 27 14:06:27 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id B1FA8645
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Jun 2013 14:06:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id A4E761786
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Jun 2013 14:06:27 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5RE6RFY012691
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Jun 2013 14:06:27 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5RE6RCR012685;
	Thu, 27 Jun 2013 14:06:27 GMT
	(envelope-from nobody)
Message-Id: <201306271406.r5RE6RCR012685@oldred.freebsd.org>
Date: Thu, 27 Jun 2013 14:06:27 GMT
From: "Dr. Rolf Jansen" <cyclaero@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Updated port: sysutils/clone
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180028
>Category:       ports
>Synopsis:       Updated port: sysutils/clone
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 27 14:10:00 UTC 2013
>Closed-Date:    Fri Jun 28 11:40:52 UTC 2013
>Last-Modified:  Fri Jun 28 11:40:52 UTC 2013
>Originator:     Dr. Rolf Jansen
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD server.projectworld.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Tue Jun 18 18:22:20 BRT 2013     root@server.projectworld.net:/usr/obj/usr/src/sys/GENERIC_IPsec_NAT  amd64
>Description:
Update from version 1.0.1 to 1.0.2

This update brings some minor improvements and fixes an issue with the synchronization mode, for the details see the ChangeLog included in the source package.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -rup clone.old/Makefile clone/Makefile
--- clone.old/Makefile	2013-02-20 21:55:32.000000000 -0300
+++ clone/Makefile	2013-06-27 10:30:29.000000000 -0300
@@ -1,7 +1,7 @@
 # $FreeBSD: head/sysutils/clone/Makefile 312686 2013-02-21 00:45:14Z miwi $
 
 PORTNAME=	clone
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.2
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 
diff -rup clone.old/distinfo clone/distinfo
--- clone.old/distinfo	2013-02-20 21:55:32.000000000 -0300
+++ clone/distinfo	2013-06-27 10:34:02.000000000 -0300
@@ -1,2 +1,2 @@
-SHA256 (clone-1.0.1.tar.gz) = a7c3777a6dbc240f0d957e7069584eef02db6b9f13933ffeef6b2412e43ce159
-SIZE (clone-1.0.1.tar.gz) = 24767
+SHA256 (clone-1.0.2.tar.gz) = c6ed6a6a47fb9ae9ebb897fe5cea2d283be02702506b582beeb58fa4d1c17588
+SIZE (clone-1.0.2.tar.gz) = 23174


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jun 27 17:52:36 UTC 2013 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180028 
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Thu Jun 27 17:52:52 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180028 
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Thu Jun 27 21:54:42 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180028: commit references a PR
Date: Fri, 28 Jun 2013 11:39:32 +0000 (UTC)

 Author: wg
 Date: Fri Jun 28 11:39:19 2013
 New Revision: 321956
 URL: http://svnweb.freebsd.org/changeset/ports/321956
 
 Log:
   sysutils/clone: update to 1.0.2
   
   - Update to 1.0.2
   
   Changes:
   https://code.google.com/p/clone/source/browse/trunk/ChangeLog
   
   PR:		ports/180028
   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	Fri Jun 28 11:07:48 2013	(r321955)
 +++ head/sysutils/clone/Makefile	Fri Jun 28 11:39:19 2013	(r321956)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	clone
 -PORTVERSION=	1.0.1
 +PORTVERSION=	1.0.2
  CATEGORIES=	sysutils
  MASTER_SITES=	GOOGLE_CODE
  
 
 Modified: head/sysutils/clone/distinfo
 ==============================================================================
 --- head/sysutils/clone/distinfo	Fri Jun 28 11:07:48 2013	(r321955)
 +++ head/sysutils/clone/distinfo	Fri Jun 28 11:39:19 2013	(r321956)
 @@ -1,2 +1,2 @@
 -SHA256 (clone-1.0.1.tar.gz) = a7c3777a6dbc240f0d957e7069584eef02db6b9f13933ffeef6b2412e43ce159
 -SIZE (clone-1.0.1.tar.gz) = 24767
 +SHA256 (clone-1.0.2.tar.gz) = c6ed6a6a47fb9ae9ebb897fe5cea2d283be02702506b582beeb58fa4d1c17588
 +SIZE (clone-1.0.2.tar.gz) = 23174
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Fri Jun 28 11:40:51 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180028 
>Unformatted:
