From owner-svn-ports-all@freebsd.org Sat May 9 04:14:01 2020 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 438632DBF9B; Sat, 9 May 2020 04:14:01 +0000 (UTC) (envelope-from tobik@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 49Jv2x14N2z4DBN; Sat, 9 May 2020 04:14:01 +0000 (UTC) (envelope-from tobik@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 05E7BE089; Sat, 9 May 2020 04:14:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0494E0ah011051; Sat, 9 May 2020 04:14:00 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0494E0Bx011048; Sat, 9 May 2020 04:14:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202005090414.0494E0Bx011048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 9 May 2020 04:14:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534706 - in head/misc/mbuffer: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/misc/mbuffer: . files X-SVN-Commit-Revision: 534706 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.32 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: Sat, 09 May 2020 04:14:01 -0000 Author: tobik Date: Sat May 9 04:14:00 2020 New Revision: 534706 URL: https://svnweb.freebsd.org/changeset/ports/534706 Log: misc/mbuffer: Update to 20200505 Modified: head/misc/mbuffer/Makefile head/misc/mbuffer/distinfo head/misc/mbuffer/files/patch-configure Modified: head/misc/mbuffer/Makefile ============================================================================== --- head/misc/mbuffer/Makefile Sat May 9 04:11:15 2020 (r534705) +++ head/misc/mbuffer/Makefile Sat May 9 04:14:00 2020 (r534706) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mbuffer -PORTVERSION= 20191016 +PORTVERSION= 20200505 CATEGORIES= misc MASTER_SITES= http://www.maier-komor.de/software/mbuffer/ Modified: head/misc/mbuffer/distinfo ============================================================================== --- head/misc/mbuffer/distinfo Sat May 9 04:11:15 2020 (r534705) +++ head/misc/mbuffer/distinfo Sat May 9 04:14:00 2020 (r534706) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571399387 -SHA256 (mbuffer-20191016.tgz) = 8dc210454765c18901074bc16e126c655135a486e73d69855caf74a157ddbe17 -SIZE (mbuffer-20191016.tgz) = 145508 +TIMESTAMP = 1588997358 +SHA256 (mbuffer-20200505.tgz) = cc046183149e51814c23b9f83fd748cc1625a88ee128651ea500aa7bd5f01f0b +SIZE (mbuffer-20200505.tgz) = 146020 Modified: head/misc/mbuffer/files/patch-configure ============================================================================== --- head/misc/mbuffer/files/patch-configure Sat May 9 04:11:15 2020 (r534705) +++ head/misc/mbuffer/files/patch-configure Sat May 9 04:14:00 2020 (r534706) @@ -2,17 +2,17 @@ Remove objdump and open/read/write/fstat symbol names is not available on all architectures and the symbol names are unlikely to ever change from their visible names on FreeBSD. ---- configure.orig 2019-07-25 21:31:45 UTC +--- configure.orig 2020-05-05 17:31:17 UTC +++ configure -@@ -628,7 +628,6 @@ ALLOCA - EGREP - GREP - CPP +@@ -625,7 +625,6 @@ LIBOBJS + AUTOCONF + DEBUG + ALLOCA -OBJDUMP AWK TAR MT -@@ -4283,51 +4282,6 @@ $as_echo "no" >&6; } +@@ -4394,51 +4393,6 @@ $as_echo "no" >&6; } fi @@ -64,7 +64,7 @@ unlikely to ever change from their visible names on Fr # Check whether --enable-largefile was given. if test "${enable_largefile+set}" = set; then : enableval=$enable_largefile; -@@ -4939,11 +4893,7 @@ fi +@@ -4653,11 +4607,7 @@ fi @@ -76,7 +76,7 @@ unlikely to ever change from their visible names on Fr { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable assertions" >&5 $as_echo_n "checking whether to enable assertions... " >&6; } # Check whether --enable-assert was given. -@@ -5948,86 +5898,12 @@ fi +@@ -5673,86 +5623,12 @@ fi fi