svn commit: r351954 - head/sysutils/clone

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 23 15:16:11 UTC 2014


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 at 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 at 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


More information about the svn-ports-head mailing list