From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 21:04:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 C5F49643C34; Fri, 25 Jun 2021 21:04:10 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GBTyL56nkz3Kyx; Fri, 25 Jun 2021 21:04:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97A7A125AA; Fri, 25 Jun 2021 21:04:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15PL4Axm080489; Fri, 25 Jun 2021 21:04:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PL4AOw080488; Fri, 25 Jun 2021 21:04:10 GMT (envelope-from git) Date: Fri, 25 Jun 2021 21:04:10 GMT Message-Id: <202106252104.15PL4AOw080488@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Craig Leres Subject: git: 5cc231cdf264 - main - devel/py-btest: Update to 0.68 and switch to github MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: leres X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5cc231cdf26434526aa5886ecf643382ed52e443 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 21:04:10 -0000 The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cc231cdf26434526aa5886ecf643382ed52e443 commit 5cc231cdf26434526aa5886ecf643382ed52e443 Author: Craig Leres AuthorDate: 2021-06-25 21:01:58 +0000 Commit: Craig Leres CommitDate: 2021-06-25 21:01:58 +0000 devel/py-btest: Update to 0.68 and switch to github Changes since 0.67: - Preserve CRLF line-terminators in test files PR: 256799 Approved by: mshirk@daemon-security.com (maintainer) --- devel/py-btest/Makefile | 7 +++++-- devel/py-btest/distinfo | 6 +++--- devel/py-btest/pkg-descr | 16 ++++++++-------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/devel/py-btest/Makefile b/devel/py-btest/Makefile index 715b9dfd92dc..810aed72107e 100644 --- a/devel/py-btest/Makefile +++ b/devel/py-btest/Makefile @@ -1,7 +1,7 @@ PORTNAME= btest -DISTVERSION= 0.67 +DISTVERSIONPREFIX= v +DISTVERSION= 0.68 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mshirk@daemon-security.com @@ -11,8 +11,11 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= python:3.6+ +USE_GITHUB= yes USE_PYTHON= distutils autoplist concurrent +GH_ACCOUNT= zeek + NO_ARCH= YES .include diff --git a/devel/py-btest/distinfo b/devel/py-btest/distinfo index 49fe829d256d..271e6200687b 100644 --- a/devel/py-btest/distinfo +++ b/devel/py-btest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614215145 -SHA256 (btest-0.67.tar.gz) = 1df5b1462b62efba6c718d8aa09b1d566cc18e93f50f84132fe96326c40305c1 -SIZE (btest-0.67.tar.gz) = 88987 +TIMESTAMP = 1624495624 +SHA256 (zeek-btest-v0.68_GH0.tar.gz) = b663dbc8582a1737be3854b41a8e377607bb1bd410434b75916f4e3423b67bda +SIZE (zeek-btest-v0.68_GH0.tar.gz) = 83118 diff --git a/devel/py-btest/pkg-descr b/devel/py-btest/pkg-descr index 412ce6f4b850..80349303ba7e 100644 --- a/devel/py-btest/pkg-descr +++ b/devel/py-btest/pkg-descr @@ -1,10 +1,10 @@ -The btest is a simple framework for writing unit tests. Freely -borrowing some ideas from other packages, it's main objective is to +BTest is a powerful framework for writing system tests. Freely +borrowing some ideas from other packages, its main objective is to provide an easy-to-use, straightforward driver for a suite of -shell-based tests. Each test consists of a set of command lines that -will be executed, and success is determined based on their exit -codes. btest comes with some additional tools that can be used -within such tests to compare output against a previously established -baseline. +shell-based tests. Each test consists of a set of command lines +that will be executed, and success is determined based on their +exit codes. btest comes with some additional tools that can be used +within such tests to robustly compare output against a previously +established baseline. -WWW: https://github.com/bro/btest/ +WWW: https://github.com/zeek/btest/