From owner-svn-ports-head@FreeBSD.ORG Sat Nov 16 20:58:19 2013 Return-Path: Delivered-To: svn-ports-head@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 102EC311; Sat, 16 Nov 2013 20:58:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA10924E7; Sat, 16 Nov 2013 20:58:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAGKwIFT067291; Sat, 16 Nov 2013 20:58:18 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAGKwIVt067288; Sat, 16 Nov 2013 20:58:18 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201311162058.rAGKwIVt067288@svn.freebsd.org> From: Jimmy Olgeni Date: Sat, 16 Nov 2013 20:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334033 - in head/sysutils/clone: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2013 20:58:19 -0000 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 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