Bug 188202 - Update of port: sysutils/clone - A file tree cloning tool
Summary: Update of port: sysutils/clone - A file tree cloning tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 21:20 UTC by cyclaero
Modified: 2014-04-23 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (905 bytes, patch)
2014-04-02 21:20 UTC, cyclaero
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cyclaero 2014-04-02 21:20:00 UTC
I released a new version for my file tree cloning tool sysutils/clone.

From the ChangeLog:

- implemented different verbosity levels.
- changed feedback for directory processing, instead of '.' for every kind of processing,
   show '+' for directory creation, '-' for directory deletion, and '=' for no change.
- count the total number of errors and return it to the shell.
- in sync mode, if a file is ignored that is hard linked, then its inode needs to be registered in the global hard link store.
- bumped copyright period - for now 2013-2014.
- release of version 1.0.4 (r49).

Google Code does not allow hosting of distribution files anymore, and instead suggests to use Google Drive. So, I put clone-1.0.4.tar.gz onto there. I hope that this is acceptable.

See: https://drive.google.com/folderview?id=0BzyUSAiURzitVGlOeXFsTW9XOVk&usp=drive_web

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-02 21:20:03 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-23 16:16:16 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-04-23 16:16:19 UTC
Author: amdmi3
Date: Wed Apr 23 15:16:10 2014
New Revision: 351954
URL: http://svnweb.freebsd.org/changeset/ports/351954
QAT: https://qat.redports.org/buildarchive/r351954/

Log:
  - Update to 1.0.4 [1]
  - Clarify license
  
  Changelog:
  - implemented different verbosity levels.
  - changed feedback for directory processing, instead of '.' for every kind of processing, show '+' for directory creation, '-' for directory deletion, and '=' for no change.
  - count the total number of errors and return it to the shell.
  - in sync mode, if a file is ignored that is hard linked, then its inode needs to be registered in the global hard link store.
  - bumped copyright period - for now 2013-2014.
  - release of version 1.0.4 (r49).
  
  PR:		188202 [1]
  Submitted by:	"Dr. Rolf Jansen" <cyclaero@gmail.com> (maintainer)

Modified:
  head/sysutils/clone/Makefile
  head/sysutils/clone/distinfo

Modified: head/sysutils/clone/Makefile
==============================================================================
--- head/sysutils/clone/Makefile	Wed Apr 23 14:57:46 2014	(r351953)
+++ head/sysutils/clone/Makefile	Wed Apr 23 15:16:10 2014	(r351954)
@@ -1,14 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	clone
-PORTVERSION=	1.0.3
+PORTVERSION=	1.0.4
 CATEGORIES=	sysutils
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://googledrive.com/host/0BzyUSAiURzitVGlOeXFsTW9XOVk/
 
 MAINTAINER=	cyclaero@gmail.com
 COMMENT=	File tree cloning tool
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 PLIST_FILES=	bin/clone \
 		man/man1/clone.1.gz

Modified: head/sysutils/clone/distinfo
==============================================================================
--- head/sysutils/clone/distinfo	Wed Apr 23 14:57:46 2014	(r351953)
+++ head/sysutils/clone/distinfo	Wed Apr 23 15:16:10 2014	(r351954)
@@ -1,2 +1,2 @@
-SHA256 (clone-1.0.3.tar.gz) = fe4cb2331c1bfa69a0ef4a403b6b03546127321824ca8f99b6207ed6dc4889a0
-SIZE (clone-1.0.3.tar.gz) = 25620
+SHA256 (clone-1.0.4.tar.gz) = 19d8ece685d0741a6a2547ecfb77cdb3cd6b1377face9af4b5347ad082dd2ead
+SIZE (clone-1.0.4.tar.gz) = 26437
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"