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

Collapse All | Expand All

(-)b/net/kafkacat/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	kafkacat
4
PORTNAME=	kafkacat
5
DISTVERSION=	1.5.0
5
DISTVERSION=	1.6.0
6
CATEGORIES=	net
6
CATEGORIES=	net
7
7
8
MAINTAINER=	sergey@akhmatov.ru
8
MAINTAINER=	sergey@akhmatov.ru
(-)b/net/kafkacat/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1568414384
1
TIMESTAMP = 1595406133
2
SHA256 (edenhill-kafkacat-1.5.0_GH0.tar.gz) = 16f358fab258cbefc328cf642f72ee8b5dae1648657d508997279ca5bd0fbef0
2
SHA256 (edenhill-kafkacat-1.6.0_GH0.tar.gz) = e67aecd153659d7ea0d561469a1e65038485fe9a3203fa8c9c59a9fe02164bf0
3
SIZE (edenhill-kafkacat-1.5.0_GH0.tar.gz) = 124682
3
SIZE (edenhill-kafkacat-1.6.0_GH0.tar.gz) = 131314
(-)a/net/kafkacat/files/patch-configure (-12 lines)
Removed Link Here
1
--- configure.orig	2015-06-18 17:24:07 UTC
2
+++ configure
3
@@ -38,7 +38,7 @@ mkl_require cc
4
 
5
 
6
 # Load application provided modules (in current directory), if any.
7
-for fname in configure.* ; do
8
+for fname in configure.kafkacat ; do
9
     if [[ $fname = 'configure.*' ]]; then
10
         continue
11
     fi
12
- 

Return to bug 254093