From owner-svn-ports-head@freebsd.org Tue Jul 7 16:01:53 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 207FC365DAF; Tue, 7 Jul 2020 16:01:53 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1RyT056Kz3X62; Tue, 7 Jul 2020 16:01:53 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA7B711E6B; Tue, 7 Jul 2020 16:01:52 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 067G1qHX060496; Tue, 7 Jul 2020 16:01:52 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 067G1qjJ060495; Tue, 7 Jul 2020 16:01:52 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202007071601.067G1qjJ060495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 7 Jul 2020 16:01:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541432 - head/sysutils/tartarus/files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/sysutils/tartarus/files X-SVN-Commit-Revision: 541432 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2020 16:01:53 -0000 Author: fernape Date: Tue Jul 7 16:01:52 2020 New Revision: 541432 URL: https://svnweb.freebsd.org/changeset/ports/541432 Log: sysutils/tartarus: regenerate patch To ensure proper format. Modified: head/sysutils/tartarus/files/patch-bin__tartarus Modified: head/sysutils/tartarus/files/patch-bin__tartarus ============================================================================== --- head/sysutils/tartarus/files/patch-bin__tartarus Tue Jul 7 15:51:16 2020 (r541431) +++ head/sysutils/tartarus/files/patch-bin__tartarus Tue Jul 7 16:01:52 2020 (r541432) @@ -1,6 +1,6 @@ ---- bin/tartarus.orig 2018-03-30 17:57:10.233266000 +0100 -+++ bin/tartarus 2018-03-30 17:57:45.818667000 +0100 -@@ -41,6 +41,8 @@ +--- bin/tartarus.orig 2020-07-07 16:50:59 UTC ++++ bin/tartarus +@@ -41,6 +41,8 @@ set -u set -f shopt -s nocasematch @@ -9,7 +9,7 @@ CMD_INCREMENTAL="no" CMD_UPDATE="no" PROFILE="" -@@ -527,7 +529,7 @@ +@@ -527,7 +529,7 @@ LIMIT_DISK_IO="no" # # Disabling this option will stop Tartarus from checking its website for updates # of itself. @@ -18,7 +18,7 @@ # #=item FILE_LIST_CREATION # -@@ -540,6 +542,37 @@ +@@ -540,6 +542,37 @@ FILE_LIST_CREATION="no" # This defines the directory lists of the processed files are placed in. FILE_LIST_DIRECTORY="" # @@ -56,7 +56,7 @@ #=back # #=cut -@@ -616,7 +649,7 @@ +@@ -616,7 +649,7 @@ fi constructFilename() { local INC="" if isEnabled "$INCREMENTAL_BACKUP"; then @@ -65,7 +65,7 @@ INC="-inc-${BASEDON}" fi local CHUNK="" -@@ -638,10 +671,10 @@ +@@ -638,10 +671,10 @@ constructListFilename() { case "$ASSEMBLY_METHOD" in tar|"") # use the traditional tar setup @@ -78,7 +78,7 @@ local EXITCODE=$? # exit code 1 means that some files have changed while backing them # up, we think that is OK for now -@@ -678,21 +711,28 @@ +@@ -678,21 +711,28 @@ case "$STORAGE_METHOD" in # define storage procedure storage() { # stay silent, but print error messages if aborting