From nobody Wed Oct 06 05:42:17 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C45FD12BA565; Wed, 6 Oct 2021 05:42:17 +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 4HPNd552V8z3GlG; Wed, 6 Oct 2021 05:42:17 +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 8E1361AC9C; Wed, 6 Oct 2021 05:42:17 +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 1965gHOc014576; Wed, 6 Oct 2021 05:42:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1965gHqu014575; Wed, 6 Oct 2021 05:42:17 GMT (envelope-from git) Date: Wed, 6 Oct 2021 05:42:17 GMT Message-Id: <202110060542.1965gHqu014575@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Vanilla I. Shu" Subject: git: 7e8d9b84af95 - main - net/kafkacat: update to 1.7.0, and rename to kcat. List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: vanilla X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7e8d9b84af9566961709f86c8c5417f722b207af Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e8d9b84af9566961709f86c8c5417f722b207af commit 7e8d9b84af9566961709f86c8c5417f722b207af Author: Vanilla I. Shu AuthorDate: 2021-10-06 05:38:23 +0000 Commit: Vanilla I. Shu CommitDate: 2021-10-06 05:42:08 +0000 net/kafkacat: update to 1.7.0, and rename to kcat. PR: 258061 Reported by: maintainer --- UPDATING | 7 +++++++ net/kafkacat/distinfo | 3 --- net/kafkacat/pkg-descr | 5 ----- net/{kafkacat => kcat}/Makefile | 14 ++++++++------ net/kcat/distinfo | 3 +++ net/kcat/pkg-descr | 5 +++++ net/kcat/pkg-message | 12 ++++++++++++ 7 files changed, 35 insertions(+), 14 deletions(-) diff --git a/UPDATING b/UPDATING index 5fea5496a883..248d6d75a135 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20211006: + AFFECTS: users of net/kafkacat + AUTHOR: sergey@akhmatov.ru + + kafkacat has been renamed to kcat upstream. + So switch to net/kcat instead. + 20211004: AFFECTS: users of net-mgmt/netbox AUTHOR: kai@FreeBSD.org diff --git a/net/kafkacat/distinfo b/net/kafkacat/distinfo deleted file mode 100644 index 3e2df2ed6771..000000000000 --- a/net/kafkacat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1595406133 -SHA256 (edenhill-kafkacat-1.6.0_GH0.tar.gz) = e67aecd153659d7ea0d561469a1e65038485fe9a3203fa8c9c59a9fe02164bf0 -SIZE (edenhill-kafkacat-1.6.0_GH0.tar.gz) = 131314 diff --git a/net/kafkacat/pkg-descr b/net/kafkacat/pkg-descr deleted file mode 100644 index e603ba4dadb1..000000000000 --- a/net/kafkacat/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -kafkacat is a generic non-JVM producer and consumer -for Apache Kafka. Think of it as a netcat for -Kafka. - -WWW: https://github.com/edenhill/kafkacat/ diff --git a/net/kafkacat/Makefile b/net/kcat/Makefile similarity index 79% rename from net/kafkacat/Makefile rename to net/kcat/Makefile index efdb5e6d068c..fe58bab20b53 100644 --- a/net/kafkacat/Makefile +++ b/net/kcat/Makefile @@ -1,7 +1,7 @@ # Created by: Victor Yagofarov -PORTNAME= kafkacat -DISTVERSION= 1.6.0 +PORTNAME= kcat +DISTVERSION= 1.7.0 CATEGORIES= net MAINTAINER= sergey@akhmatov.ru @@ -12,15 +12,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= librdkafka.so:net/librdkafka \ - libyajl.so:devel/yajl + libyajl.so:devel/yajl \ + liblz4.so:archivers/liblz4 \ + libzstd.so:archivers/zstd -USES= gmake pkgconfig +USES= gmake pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= edenhill GNU_CONFIGURE= yes -PLIST_FILES= bin/kafkacat +PLIST_FILES= bin/kcat OPTIONS_DEFINE= JSON AVRO @@ -35,6 +37,6 @@ JSON_LIB_DEPENDS= libyajl.so:devel/yajl JSON_CONFIGURE_ENABLE= json post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kafkacat + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kcat .include diff --git a/net/kcat/distinfo b/net/kcat/distinfo new file mode 100644 index 000000000000..a46da552f2ab --- /dev/null +++ b/net/kcat/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1629983664 +SHA256 (edenhill-kcat-1.7.0_GH0.tar.gz) = baaed3cb6f5ade6a01355edb8819365e263a325375bee50727e009810e49cb38 +SIZE (edenhill-kcat-1.7.0_GH0.tar.gz) = 140508 diff --git a/net/kcat/pkg-descr b/net/kcat/pkg-descr new file mode 100644 index 000000000000..7722bac9c410 --- /dev/null +++ b/net/kcat/pkg-descr @@ -0,0 +1,5 @@ +kcat is a generic non-JVM producer and consumer +for Apache Kafka. Think of it as a netcat for +Kafka. + +WWW: https://github.com/edenhill/kcat/ diff --git a/net/kcat/pkg-message b/net/kcat/pkg-message new file mode 100644 index 000000000000..129b7dffa73c --- /dev/null +++ b/net/kcat/pkg-message @@ -0,0 +1,12 @@ +[ +{ + type: install + message: <