aboutsummaryrefslogtreecommitdiff
path: root/net/kafkacat
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-10-12 13:17:48 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-10-12 13:17:48 +0000
commit648d49b4c26b2a9fee9f4fb669ae2f6a2f9ffab9 (patch)
tree51aef9e60f11d68c6db22b4de1a1cedcdb7203eb /net/kafkacat
parentfd25692b605900b186e9638446332e9f8c5009f6 (diff)
downloadports-648d49b4c26b2a9fee9f4fb669ae2f6a2f9ffab9.tar.gz
ports-648d49b4c26b2a9fee9f4fb669ae2f6a2f9ffab9.zip
net/kafkacat: Update to 1.3.1
Don't need to depends on perl5. Strip kafkacat binary. Pass MAINTAINER'ship to submitter. While here, add LICENSE_FILE. PR: 222791 Submitted by: sergey@akhmatov.ru
Notes
Notes: svn path=/head/; revision=451875
Diffstat (limited to 'net/kafkacat')
-rw-r--r--net/kafkacat/Makefile10
-rw-r--r--net/kafkacat/distinfo6
2 files changed, 10 insertions, 6 deletions
diff --git a/net/kafkacat/Makefile b/net/kafkacat/Makefile
index 166713a19b9e..37c372c0b903 100644
--- a/net/kafkacat/Makefile
+++ b/net/kafkacat/Makefile
@@ -2,13 +2,14 @@
# $FreeBSD$
PORTNAME= kafkacat
-PORTVERSION= 1.3.0
+PORTVERSION= 1.3.1
CATEGORIES= net
-MAINTAINER= ports@FreeBSD.org
+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 \
pkg-config:devel/pkgconf
@@ -19,7 +20,10 @@ GH_ACCOUNT= edenhill
PLIST_FILES= bin/kafkacat
-USES= perl5 gmake
+USES= gmake
GNU_CONFIGURE= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kafkacat
+
.include <bsd.port.mk>
diff --git a/net/kafkacat/distinfo b/net/kafkacat/distinfo
index d4fe002c76df..94ba4859056e 100644
--- a/net/kafkacat/distinfo
+++ b/net/kafkacat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466047543
-SHA256 (edenhill-kafkacat-1.3.0_GH0.tar.gz) = 1170daa3ec66f32542872fb8a181f021589dc19d510ebc3b141adccc02d2ae5d
-SIZE (edenhill-kafkacat-1.3.0_GH0.tar.gz) = 36735
+TIMESTAMP = 1507493143
+SHA256 (edenhill-kafkacat-1.3.1_GH0.tar.gz) = 385f231d7edee417c71b43f6f9d6dd843e9e41bff1bd30483792c6271c09b12b
+SIZE (edenhill-kafkacat-1.3.1_GH0.tar.gz) = 52117