From nobody@FreeBSD.org  Tue Nov 12 20:18:34 2013
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 C95072F4
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Nov 2013 20:18:34 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id B8EBB22F8
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Nov 2013 20:18:34 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rACKIYoO074783
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Nov 2013 20:18:34 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rACKIYt4074779;
	Tue, 12 Nov 2013 20:18:34 GMT
	(envelope-from nobody)
Message-Id: <201311122018.rACKIYt4074779@oldred.freebsd.org>
Date: Tue, 12 Nov 2013 20:18:34 GMT
From: "Dr. Rolf Jansen" <cyclaero@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update of port: sysutils/clone
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183907
>Category:       ports
>Synopsis:       Update of port: sysutils/clone
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 12 20:20:04 UTC 2013
>Closed-Date:    Sat Nov 16 20:58:34 UTC 2013
>Last-Modified:  Sat Nov 16 21:00:00 UTC 2013
>Originator:     Dr. Rolf Jansen
>Release:        FreeBSD 9.2-RELEASE
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -rup old/Makefile new/Makefile
--- old/Makefile	2013-09-23 21:38:59.000000000 -0300
+++ new/Makefile	2013-11-12 17:54:11.000000000 -0200
@@ -1,7 +1,7 @@
 # $FreeBSD: head/sysutils/clone/Makefile 327772 2013-09-20 23:05:58Z bapt $
 
 PORTNAME=	clone
-PORTVERSION=	1.0.2
+PORTVERSION=	1.0.3
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 
@@ -12,7 +12,8 @@ LICENSE=	BSD
 
 PLIST_FILES=	bin/clone
 
-MAN1=	clone.1
+MAN1=		clone.1
 
 NO_STAGE=	yes
+
 .include <bsd.port.mk>
diff -rup old/distinfo new/distinfo
--- old/distinfo	2013-06-28 13:21:44.000000000 -0300
+++ new/distinfo	2013-11-12 18:08:39.000000000 -0200
@@ -1,2 +1,2 @@
-SHA256 (clone-1.0.2.tar.gz) = c6ed6a6a47fb9ae9ebb897fe5cea2d283be02702506b582beeb58fa4d1c17588
-SIZE (clone-1.0.2.tar.gz) = 23174
+SHA256 (clone-1.0.3.tar.gz) = fe4cb2331c1bfa69a0ef4a403b6b03546127321824ca8f99b6207ed6dc4889a0
+SIZE (clone-1.0.3.tar.gz) = 25620


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Sat Nov 16 20:58:17 UTC 2013 
State-Changed-Why:  
Committed with staging support - thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183907: commit references a PR
Date: Sat, 16 Nov 2013 20:58:25 +0000 (UTC)

 Author: olgeni
 Date: Sat Nov 16 20:58:17 2013
 New Revision: 334033
 URL: http://svnweb.freebsd.org/changeset/ports/334033
 
 Log:
   - Upgrade to version 1.0.3.
   - Add staging support while I'm here.
   
   PR:		ports/183907
   Submitted by:	maintainer
 
 Added:
   head/sysutils/clone/files/
   head/sysutils/clone/files/patch-Makefile   (contents, props changed)
 Modified:
   head/sysutils/clone/Makefile
   head/sysutils/clone/distinfo   (contents, props changed)
 
 Modified: head/sysutils/clone/Makefile
 ==============================================================================
 --- head/sysutils/clone/Makefile	Sat Nov 16 20:26:17 2013	(r334032)
 +++ head/sysutils/clone/Makefile	Sat Nov 16 20:58:17 2013	(r334033)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	clone
 -PORTVERSION=	1.0.2
 +PORTVERSION=	1.0.3
  CATEGORIES=	sysutils
  MASTER_SITES=	GOOGLE_CODE
  
 @@ -10,9 +10,7 @@ COMMENT=	File tree cloning tool
  
  LICENSE=	BSD
  
 -PLIST_FILES=	bin/clone
 +PLIST_FILES=	bin/clone \
 +		man/man1/clone.1.gz
  
 -MAN1=	clone.1
 -
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Modified: head/sysutils/clone/distinfo
 ==============================================================================
 --- head/sysutils/clone/distinfo	Sat Nov 16 20:26:17 2013	(r334032)
 +++ head/sysutils/clone/distinfo	Sat Nov 16 20:58:17 2013	(r334033)
 @@ -1,2 +1,2 @@
 -SHA256 (clone-1.0.2.tar.gz) = c6ed6a6a47fb9ae9ebb897fe5cea2d283be02702506b582beeb58fa4d1c17588
 -SIZE (clone-1.0.2.tar.gz) = 23174
 +SHA256 (clone-1.0.3.tar.gz) = fe4cb2331c1bfa69a0ef4a403b6b03546127321824ca8f99b6207ed6dc4889a0
 +SIZE (clone-1.0.3.tar.gz) = 25620
 
 Added: head/sysutils/clone/files/patch-Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/sysutils/clone/files/patch-Makefile	Sat Nov 16 20:58:17 2013	(r334033)
 @@ -0,0 +1,13 @@
 +
 +$FreeBSD$
 +
 +--- Makefile.orig
 ++++ Makefile
 +@@ -60,5 +60,5 @@
 + update: clean all
 + 
 + install: $(TOOL)
 +-	strip -x -o /usr/local/bin/$(TOOL) $(TOOL)
 +-	cp $(TOOL).1 /usr/local/man/man1/$(TOOL).1
 ++	strip -x -o $(DESTDIR)$(PREFIX)/bin/$(TOOL) $(TOOL)
 ++	cp $(TOOL).1 $(DESTDIR)$(PREFIX)/man/man1/$(TOOL).1
 _______________________________________________
 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:
