Date: Sun, 26 Jun 2016 18:20:37 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417598 - in head/net: kafkacat kafkacat/files librdkafka Message-ID: <201606261820.u5QIKbUr000889@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gnn Date: Sun Jun 26 18:20:37 2016 New Revision: 417598 URL: https://svnweb.freebsd.org/changeset/ports/417598 Log: Update both librdkafka and kafkacat to their latest revisions Submitted by: Arun Thomas <arun.thomas at gmail.com> Reviewed by: Victor <xnasx at yangdex.rgu> Approved by: Victor <xnasx at yangdex.rgu> (maintainer) Sponsored by: DARPA/AFRL Modified: head/net/kafkacat/Makefile head/net/kafkacat/distinfo head/net/kafkacat/files/patch-configure head/net/librdkafka/Makefile head/net/librdkafka/distinfo head/net/librdkafka/pkg-plist Modified: head/net/kafkacat/Makefile ============================================================================== --- head/net/kafkacat/Makefile Sun Jun 26 18:14:13 2016 (r417597) +++ head/net/kafkacat/Makefile Sun Jun 26 18:20:37 2016 (r417598) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= kafkacat -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= net MAINTAINER= xnasx@yandex.ru COMMENT= Generic command line non-JVM Apache Kafka producer and consumer -LICENSE= BSD3CLAUSE +LICENSE= BSD2CLAUSE BUILD_DEPENDS= bash:shells/bash \ pkg-config:devel/pkgconf Modified: head/net/kafkacat/distinfo ============================================================================== --- head/net/kafkacat/distinfo Sun Jun 26 18:14:13 2016 (r417597) +++ head/net/kafkacat/distinfo Sun Jun 26 18:20:37 2016 (r417598) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464781784 -SHA256 (edenhill-kafkacat-1.2.0_GH0.tar.gz) = 43e5e3d6de7882324ca4afc3c1f6c49c8485d74b6e4eb4047ba5a6eba8c1cab9 -SIZE (edenhill-kafkacat-1.2.0_GH0.tar.gz) = 34286 +TIMESTAMP = 1466047543 +SHA256 (edenhill-kafkacat-1.3.0_GH0.tar.gz) = 1170daa3ec66f32542872fb8a181f021589dc19d510ebc3b141adccc02d2ae5d +SIZE (edenhill-kafkacat-1.3.0_GH0.tar.gz) = 36735 Modified: head/net/kafkacat/files/patch-configure ============================================================================== --- head/net/kafkacat/files/patch-configure Sun Jun 26 18:14:13 2016 (r417597) +++ head/net/kafkacat/files/patch-configure Sun Jun 26 18:20:37 2016 (r417598) @@ -1,11 +1,5 @@ --- configure.orig 2015-06-18 17:24:07 UTC +++ configure -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - # - - MKL_CONFIGURE_ARGS="$0 $*" @@ -38,7 +38,7 @@ mkl_require cc Modified: head/net/librdkafka/Makefile ============================================================================== --- head/net/librdkafka/Makefile Sun Jun 26 18:14:13 2016 (r417597) +++ head/net/librdkafka/Makefile Sun Jun 26 18:20:37 2016 (r417598) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= librdkafka -PORTVERSION= 0.8.6 +PORTVERSION= 0.9.1 CATEGORIES= net MAINTAINER= xnasx@yandex.ru COMMENT= Apache Kafka C/C++ library -LICENSE= BSD3CLAUSE +LICENSE= BSD2CLAUSE BROKEN_powerpc64= Does not build @@ -16,11 +16,10 @@ BUILD_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= edenhill -GH_TAGNAME= e3d984849a USE_LDCONFIG= yes -USES= gmake perl5 +USES= gmake perl5 python GNU_CONFIGURE= yes .include <bsd.port.pre.mk> @@ -29,9 +28,6 @@ GNU_CONFIGURE= yes CFLAGS+= -march=pentium .endif -post-install: - ${INSTALL_DATA} ${WRKSRC}/rdkafka.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/librdkafka.pc - post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librdkafka.so.1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librdkafka++.so.1 Modified: head/net/librdkafka/distinfo ============================================================================== --- head/net/librdkafka/distinfo Sun Jun 26 18:14:13 2016 (r417597) +++ head/net/librdkafka/distinfo Sun Jun 26 18:20:37 2016 (r417598) @@ -1,2 +1,3 @@ -SHA256 (edenhill-librdkafka-0.8.6-e3d984849a_GH0.tar.gz) = 8a0383ad377f9067ed76e5198fce1729d6e08b2603bd1e1e9064cb57f0c8be4d -SIZE (edenhill-librdkafka-0.8.6-e3d984849a_GH0.tar.gz) = 202170 +TIMESTAMP = 1466039785 +SHA256 (edenhill-librdkafka-0.9.1_GH0.tar.gz) = 5ad57e0c9a4ec8121e19f13f05bacc41556489dfe8f46ff509af567fdee98d82 +SIZE (edenhill-librdkafka-0.9.1_GH0.tar.gz) = 478341 Modified: head/net/librdkafka/pkg-plist ============================================================================== --- head/net/librdkafka/pkg-plist Sun Jun 26 18:14:13 2016 (r417597) +++ head/net/librdkafka/pkg-plist Sun Jun 26 18:20:37 2016 (r417598) @@ -6,4 +6,5 @@ lib/librdkafka++.so.1 lib/librdkafka.a lib/librdkafka.so lib/librdkafka.so.1 -libdata/pkgconfig/librdkafka.pc +libdata/pkgconfig/rdkafka++.pc +libdata/pkgconfig/rdkafka.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606261820.u5QIKbUr000889>