Date: Mon, 21 Jul 2014 05:47:40 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362401 - head/sysutils/clone Message-ID: <201407210547.s6L5leou024045@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Jul 21 05:47:39 2014 New Revision: 362401 URL: http://svnweb.freebsd.org/changeset/ports/362401 QAT: https://qat.redports.org/buildarchive/r362401/ Log: sysutils/clone: 1.0.4 -> 1.0.5, strip binary From the ChangeLog: - in case of FreeBSD transfer only non-trivial ACLs in getMetaData(). - utilize open file descriptors for meta data cloning. - optimized ACL reading. - new verbosity level 2 indicates cloned files by a '.'. - new verbosity level 3 displays the names of all cloned file system items. - improved -v option description in usage() and in the man file. - directory attributes are now set at the end of the function clone() and not after the call to clone(). - implemented static inline pthread_cond_wait_flag(). - in synchronization mode don't delete excluded items from the destination. - release of version 1.0.5 (r58). PR: 191995 Submitted by: cyclaero@gmail.com (maintainer) Modified: head/sysutils/clone/Makefile head/sysutils/clone/distinfo Modified: head/sysutils/clone/Makefile ============================================================================== --- head/sysutils/clone/Makefile Mon Jul 21 05:16:53 2014 (r362400) +++ head/sysutils/clone/Makefile Mon Jul 21 05:47:39 2014 (r362401) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clone -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= sysutils MASTER_SITES= https://googledrive.com/host/0BzyUSAiURzitVGlOeXFsTW9XOVk/ @@ -13,4 +13,7 @@ LICENSE= BSD2CLAUSE PLIST_FILES= bin/clone \ man/man1/clone.1.gz +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/clone + .include <bsd.port.mk> Modified: head/sysutils/clone/distinfo ============================================================================== --- head/sysutils/clone/distinfo Mon Jul 21 05:16:53 2014 (r362400) +++ head/sysutils/clone/distinfo Mon Jul 21 05:47:39 2014 (r362401) @@ -1,2 +1,2 @@ -SHA256 (clone-1.0.4.tar.gz) = 19d8ece685d0741a6a2547ecfb77cdb3cd6b1377face9af4b5347ad082dd2ead -SIZE (clone-1.0.4.tar.gz) = 26437 +SHA256 (clone-1.0.5.tar.gz) = 8504bfe11c3329f6908198641ca5a15dce1965cb71309fe0c52bf85a9990fce2 +SIZE (clone-1.0.5.tar.gz) = 28328
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407210547.s6L5leou024045>