From 93000138ece22c54d87e987442d4dfd8e442d7b6 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Mon, 21 Jul 2014 05:47:39 +0000 Subject: 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) --- sysutils/clone/Makefile | 5 ++++- sysutils/clone/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sysutils/clone') diff --git a/sysutils/clone/Makefile b/sysutils/clone/Makefile index 6006a8446c5c..060263f7c2ac 100644 --- a/sysutils/clone/Makefile +++ b/sysutils/clone/Makefile @@ -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 diff --git a/sysutils/clone/distinfo b/sysutils/clone/distinfo index 70092c028e5e..032d60a9fd21 100644 --- a/sysutils/clone/distinfo +++ b/sysutils/clone/distinfo @@ -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 -- cgit v1.2.3