diff options
author | pi <pi@FreeBSD.org> | 2014-07-21 13:47:39 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-07-21 13:47:39 +0800 |
commit | a41913bda08fe0fbe04f1e8651187b5b814554ce (patch) | |
tree | 930b0cac7fab0c4cf9816a713121c04ac31591db | |
parent | 112e8467c9395285e94ea3856393a476c751c5a5 (diff) | |
download | freebsd-ports-gnome-a41913bda08fe0fbe04f1e8651187b5b814554ce.tar.gz freebsd-ports-gnome-a41913bda08fe0fbe04f1e8651187b5b814554ce.tar.zst freebsd-ports-gnome-a41913bda08fe0fbe04f1e8651187b5b814554ce.zip |
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)
-rw-r--r-- | sysutils/clone/Makefile | 5 | ||||
-rw-r--r-- | sysutils/clone/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
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 <bsd.port.mk> 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 |