Date: Sat, 16 Nov 2013 20:58:18 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334033 - in head/sysutils/clone: . files Message-ID: <201311162058.rAGKwIVt067288@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311162058.rAGKwIVt067288>