From owner-svn-ports-all@freebsd.org Fri Nov 22 09:59:11 2019 Return-Path: Delivered-To: svn-ports-all@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 EDCFE1B3F16; Fri, 22 Nov 2019 09:59:11 +0000 (UTC) (envelope-from beat@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) server-signature RSA-PSS (4096 bits) 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 47KBjC5nSNz4ZxG; Fri, 22 Nov 2019 09:59:11 +0000 (UTC) (envelope-from beat@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 A591521E0E; Fri, 22 Nov 2019 09:59:11 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAM9xBFt048773; Fri, 22 Nov 2019 09:59:11 GMT (envelope-from beat@FreeBSD.org) Received: (from beat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAM9xBMA048770; Fri, 22 Nov 2019 09:59:11 GMT (envelope-from beat@FreeBSD.org) Message-Id: <201911220959.xAM9xBMA048770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: beat set sender to beat@FreeBSD.org using -f From: Beat Gaetzi Date: Fri, 22 Nov 2019 09:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518134 - in head/sysutils/multitail: . files X-SVN-Group: ports-head X-SVN-Commit-Author: beat X-SVN-Commit-Paths: in head/sysutils/multitail: . files X-SVN-Commit-Revision: 518134 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2019 09:59:12 -0000 Author: beat Date: Fri Nov 22 09:59:10 2019 New Revision: 518134 URL: https://svnweb.freebsd.org/changeset/ports/518134 Log: - Update to 6.5.0 PR: 241837 Submitted by: adamw Deleted: head/sysutils/multitail/files/patch-xclip.c Modified: head/sysutils/multitail/Makefile head/sysutils/multitail/distinfo head/sysutils/multitail/files/patch-mt.h Modified: head/sysutils/multitail/Makefile ============================================================================== --- head/sysutils/multitail/Makefile Fri Nov 22 09:39:58 2019 (r518133) +++ head/sysutils/multitail/Makefile Fri Nov 22 09:59:10 2019 (r518134) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= multitail -PORTVERSION= 6.4.2 +PORTVERSION= 6.5.0 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/multitail/ \ http://fossies.org/unix/privat/ Modified: head/sysutils/multitail/distinfo ============================================================================== --- head/sysutils/multitail/distinfo Fri Nov 22 09:39:58 2019 (r518133) +++ head/sysutils/multitail/distinfo Fri Nov 22 09:59:10 2019 (r518134) @@ -1,2 +1,3 @@ -SHA256 (multitail-6.4.2.tgz) = af1d5458a78ad3b747c5eeb135b19bdca281ce414cefdc6ea0cff6d913caa1fd -SIZE (multitail-6.4.2.tgz) = 155757 +TIMESTAMP = 1573322615 +SHA256 (multitail-6.5.0.tgz) = b29d5e77dfc663c7500f78da67de5d82d35d9417a4741a89a18ce9ee7bdba9ed +SIZE (multitail-6.5.0.tgz) = 157578 Modified: head/sysutils/multitail/files/patch-mt.h ============================================================================== --- head/sysutils/multitail/files/patch-mt.h Fri Nov 22 09:39:58 2019 (r518133) +++ head/sysutils/multitail/files/patch-mt.h Fri Nov 22 09:59:10 2019 (r518134) @@ -1,18 +1,18 @@ ---- mt.h.orig 2014-02-16 09:06:54.000000000 -0500 -+++ mt.h 2014-02-24 14:32:20.000000000 -0500 -@@ -49,8 +49,13 @@ +--- mt.h.orig 2019-11-09 18:07:35 UTC ++++ mt.h +@@ -60,8 +60,13 @@ typedef enum { SCHEME_TYPE_EDIT = 0, SCHEME_TYPE_FILTE #endif - #ifdef UTF8_SUPPORT + #if defined(UTF8_SUPPORT) && !defined(__APPLE__) - #include - #include + #if defined(__FreeBSD__) -+ #include -+ #include ++ #include ++ #include + #else -+ #include -+ #include ++ #include ++ #include + #endif #else - #if defined(sun) || defined(__sun) || defined(scoos) || defined(_HPUX_SOURCE) || defined(AIX) || defined(__CYGWIN__) - #include + #if defined(__APPLE__) + #include