svn commit: r451875 - head/net/kafkacat
Danilo G. Baio
dbaio at FreeBSD.org
Thu Oct 12 13:17:49 UTC 2017
Author: dbaio
Date: Thu Oct 12 13:17:48 2017
New Revision: 451875
URL: https://svnweb.freebsd.org/changeset/ports/451875
Log:
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 at akhmatov.ru
Modified:
head/net/kafkacat/Makefile
head/net/kafkacat/distinfo
Modified: head/net/kafkacat/Makefile
==============================================================================
--- head/net/kafkacat/Makefile Thu Oct 12 13:08:11 2017 (r451874)
+++ head/net/kafkacat/Makefile Thu Oct 12 13:17:48 2017 (r451875)
@@ -2,13 +2,14 @@
# $FreeBSD$
PORTNAME= kafkacat
-PORTVERSION= 1.3.0
+PORTVERSION= 1.3.1
CATEGORIES= net
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sergey at 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>
Modified: head/net/kafkacat/distinfo
==============================================================================
--- head/net/kafkacat/distinfo Thu Oct 12 13:08:11 2017 (r451874)
+++ head/net/kafkacat/distinfo Thu Oct 12 13:17:48 2017 (r451875)
@@ -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
More information about the svn-ports-head
mailing list