Index: head/net/kafkacat/files/patch-configure =================================================================== --- head/net/kafkacat/files/patch-configure (revision 567863) +++ head/net/kafkacat/files/patch-configure (nonexistent) @@ -1,11 +0,0 @@ ---- configure.orig 2015-06-18 17:24:07 UTC -+++ configure -@@ -38,7 +38,7 @@ mkl_require cc - - - # Load application provided modules (in current directory), if any. --for fname in configure.* ; do -+for fname in configure.kafkacat ; do - if [[ $fname = 'configure.*' ]]; then - continue - fi Property changes on: head/net/kafkacat/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kafkacat/Makefile =================================================================== --- head/net/kafkacat/Makefile (revision 567863) +++ head/net/kafkacat/Makefile (revision 567864) @@ -1,28 +1,41 @@ # Created by: Victor Yagofarov # $FreeBSD$ PORTNAME= kafkacat -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.0 CATEGORIES= net MAINTAINER= sergey@akhmatov.ru COMMENT= Generic command line non-JVM Apache Kafka producer and consumer LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= librdkafka.so:net/librdkafka +LIB_DEPENDS= librdkafka.so:net/librdkafka \ + libyajl.so:devel/yajl USES= gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= edenhill +GNU_CONFIGURE= yes + PLIST_FILES= bin/kafkacat -GNU_CONFIGURE= yes +OPTIONS_DEFINE= JSON AVRO + +AVRO_DESC= Avro/Schema-Registry support (requires libserdes) [BROKEN] +JSON_DESC= JSON support (requires libyajl2) + +# avro broken due to bug: https://github.com/apache/avro/pull/1018/commits +AVRO_BROKEN= avro support is currently broken +AVRO_LIB_DEPENDS= libserdes.so:devel/libserdes +AVRO_CONFIGURE_ENABLE= avro +JSON_LIB_DEPENDS= libyajl.so:devel/yajl +JSON_CONFIGURE_ENABLE= json post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kafkacat .include Index: head/net/kafkacat/distinfo =================================================================== --- head/net/kafkacat/distinfo (revision 567863) +++ head/net/kafkacat/distinfo (revision 567864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568414384 -SHA256 (edenhill-kafkacat-1.5.0_GH0.tar.gz) = 16f358fab258cbefc328cf642f72ee8b5dae1648657d508997279ca5bd0fbef0 -SIZE (edenhill-kafkacat-1.5.0_GH0.tar.gz) = 124682 +TIMESTAMP = 1595406133 +SHA256 (edenhill-kafkacat-1.6.0_GH0.tar.gz) = e67aecd153659d7ea0d561469a1e65038485fe9a3203fa8c9c59a9fe02164bf0 +SIZE (edenhill-kafkacat-1.6.0_GH0.tar.gz) = 131314