From owner-svn-ports-all@freebsd.org Fri Nov 27 21:25:56 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 9D20646941C; Fri, 27 Nov 2020 21:25:56 +0000 (UTC) (envelope-from rhurlin@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 4CjSNN457Wz4TdF; Fri, 27 Nov 2020 21:25:56 +0000 (UTC) (envelope-from rhurlin@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 7B0C61BFA0; Fri, 27 Nov 2020 21:25:56 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0ARLPuXC053958; Fri, 27 Nov 2020 21:25:56 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ARLPuOi053956; Fri, 27 Nov 2020 21:25:56 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202011272125.0ARLPuOi053956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Fri, 27 Nov 2020 21:25:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556456 - head/net/bwping X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/net/bwping X-SVN-Commit-Revision: 556456 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.34 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, 27 Nov 2020 21:25:56 -0000 Author: rhurlin Date: Fri Nov 27 21:25:55 2020 New Revision: 556456 URL: https://svnweb.freebsd.org/changeset/ports/556456 Log: net/bwping: Update to 2.2 - Usage info now includes the package version - Manual definition of feature test macros has been replaced with Autoconf's AC_USE_SYSTEM_EXTENSIONS - Dropped support for gettimeofday() in favor of clock_gettime() - Various minor fixes and improvements Changelog: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.2 PR: 251429 Submitted by: Oleg Derevenetz (maintainer) Approved by: arrowd, tcberner (mentors, implicit) Modified: head/net/bwping/Makefile head/net/bwping/distinfo Modified: head/net/bwping/Makefile ============================================================================== --- head/net/bwping/Makefile Fri Nov 27 21:15:54 2020 (r556455) +++ head/net/bwping/Makefile Fri Nov 27 21:25:55 2020 (r556456) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bwping -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= net MASTER_SITES= SF Modified: head/net/bwping/distinfo ============================================================================== --- head/net/bwping/distinfo Fri Nov 27 21:15:54 2020 (r556455) +++ head/net/bwping/distinfo Fri Nov 27 21:25:55 2020 (r556456) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601500619 -SHA256 (bwping-2.1.tar.gz) = 09bf0f369f19e2ea85aab4812ad89b7a20edb9cc242ec98931f5fd0646bb1d74 -SIZE (bwping-2.1.tar.gz) = 110702 +TIMESTAMP = 1606508438 +SHA256 (bwping-2.2.tar.gz) = 7339541ec21fb9ae16d66ef0e45311696623133801aa86244d69bb276534ef4e +SIZE (bwping-2.2.tar.gz) = 115060