View | Details | Raw Unified | Return to bug 258061 | Differences between
and this patch

Collapse All | Expand All

(-)a/net/kafkacat/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1595406133
2
SHA256 (edenhill-kafkacat-1.6.0_GH0.tar.gz) = e67aecd153659d7ea0d561469a1e65038485fe9a3203fa8c9c59a9fe02164bf0
3
SIZE (edenhill-kafkacat-1.6.0_GH0.tar.gz) = 131314
(-)a/net/kafkacat/pkg-descr (-5 lines)
Removed Link Here
1
kafkacat is a generic non-JVM producer and consumer
2
for Apache Kafka. Think of it as a netcat for
3
Kafka.
4
5
WWW: https://github.com/edenhill/kafkacat/
(-)b/net/kcat/Makefile (-6 / +8 lines)
Lines 1-7 Link Here
1
# Created by: Victor Yagofarov <xnasx@yandex.ru>
1
# Created by: Victor Yagofarov <xnasx@yandex.ru>
2
2
3
PORTNAME=	kafkacat
3
PORTNAME=	kcat
4
DISTVERSION=	1.6.0
4
DISTVERSION=	1.7.0
5
CATEGORIES=	net
5
CATEGORIES=	net
6
6
7
MAINTAINER=	sergey@akhmatov.ru
7
MAINTAINER=	sergey@akhmatov.ru
Lines 12-26 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
12
13
BUILD_DEPENDS=	bash:shells/bash
13
BUILD_DEPENDS=	bash:shells/bash
14
LIB_DEPENDS=	librdkafka.so:net/librdkafka \
14
LIB_DEPENDS=	librdkafka.so:net/librdkafka \
15
		libyajl.so:devel/yajl
15
		libyajl.so:devel/yajl \
16
		liblz4.so:archivers/liblz4 \
17
		libzstd.so:archivers/zstd
16
18
17
USES=		gmake pkgconfig
19
USES=		gmake pkgconfig ssl
18
USE_GITHUB=	yes
20
USE_GITHUB=	yes
19
GH_ACCOUNT=	edenhill
21
GH_ACCOUNT=	edenhill
20
22
21
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
22
24
23
PLIST_FILES=	bin/kafkacat
25
PLIST_FILES=	bin/kcat
24
26
25
OPTIONS_DEFINE=	JSON AVRO
27
OPTIONS_DEFINE=	JSON AVRO
26
28
Lines 35-40 JSON_LIB_DEPENDS= libyajl.so:devel/yajl Link Here
35
JSON_CONFIGURE_ENABLE=	json
37
JSON_CONFIGURE_ENABLE=	json
36
38
37
post-install:
39
post-install:
38
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kafkacat
40
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kcat
39
41
40
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)b/net/kcat/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1629983664
2
SHA256 (edenhill-kcat-1.7.0_GH0.tar.gz) = baaed3cb6f5ade6a01355edb8819365e263a325375bee50727e009810e49cb38
3
SIZE (edenhill-kcat-1.7.0_GH0.tar.gz) = 140508
(-)b/net/kcat/pkg-descr (+5 lines)
Added Link Here
1
kcat is a generic non-JVM producer and consumer
2
for Apache Kafka. Think of it as a netcat for
3
Kafka.
4
5
WWW: https://github.com/edenhill/kcat/
(-)b/net/kcat/pkg-message (+12 lines)
Added Link Here
1
[
2
{
3
  type: install
4
  message: <<EOM
5
kafkacat has been renamed to kcat
6
If you're upgrading from earlier release to 1.7.0 please consider:
7
- renaming any kafkacat.conf files to kcat.conf
8
- renaming any KAFKACAT_CONF environment variables to KCAT_CONF
9
https://github.com/edenhill/kcat/releases/tag/1.7.0
10
EOM
11
}
12
]

Return to bug 258061