From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 23 15:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43083CF0 for ; Wed, 23 Apr 2014 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1538912D1 for ; Wed, 23 Apr 2014 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NFK0Ft043588 for ; Wed, 23 Apr 2014 15:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NFK0eS043587; Wed, 23 Apr 2014 15:20:00 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 15:20:00 GMT Message-Id: <201404231520.s3NFK0eS043587@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188202: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 15:20:01 -0000 The following reply was made to PR ports/188202; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188202: commit references a PR Date: Wed, 23 Apr 2014 15:16:19 +0000 (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" (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"