Date: Sat, 17 Oct 2020 13:20:21 +0000 (UTC) From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552569 - in head/devel: libzookeeper zookeeper zookeeper/files Message-ID: <202010171320.09HDKLkP030796@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rhurlin Date: Sat Oct 17 13:20:21 2020 New Revision: 552569 URL: https://svnweb.freebsd.org/changeset/ports/552569 Log: devel/zookeeper: Update to 3.6.2 Changelog: https://zookeeper.apache.org/doc/r3.6.2/releasenotes.html PR: 250373 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26828 Modified: head/devel/libzookeeper/Makefile head/devel/libzookeeper/distinfo head/devel/zookeeper/Makefile head/devel/zookeeper/distinfo head/devel/zookeeper/files/zookeeper.in head/devel/zookeeper/pkg-descr head/devel/zookeeper/pkg-plist Modified: head/devel/libzookeeper/Makefile ============================================================================== --- head/devel/libzookeeper/Makefile Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/libzookeeper/Makefile Sat Oct 17 13:20:21 2020 (r552569) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zookeeper -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.2 CATEGORIES= devel MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= lib Modified: head/devel/libzookeeper/distinfo ============================================================================== --- head/devel/libzookeeper/distinfo Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/libzookeeper/distinfo Sat Oct 17 13:20:21 2020 (r552569) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588788912 -SHA256 (apache-zookeeper-3.6.1.tar.gz) = 0fc25db4ee790e04e7de42d4ce64bde63136d5ea5db01fb643bd37b52b05968d -SIZE (apache-zookeeper-3.6.1.tar.gz) = 3348479 +TIMESTAMP = 1601308293 +SHA256 (apache-zookeeper-3.6.2.tar.gz) = 62d9e865a7b1da5e906ff39ebf40cfa1880303c04b4cf38e2c88d328bc2bcd6f +SIZE (apache-zookeeper-3.6.2.tar.gz) = 3372391 Modified: head/devel/zookeeper/Makefile ============================================================================== --- head/devel/zookeeper/Makefile Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/zookeeper/Makefile Sat Oct 17 13:20:21 2020 (r552569) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zookeeper -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.2 CATEGORIES= devel java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION}-bin Modified: head/devel/zookeeper/distinfo ============================================================================== --- head/devel/zookeeper/distinfo Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/zookeeper/distinfo Sat Oct 17 13:20:21 2020 (r552569) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588788874 -SHA256 (apache-zookeeper-3.6.1-bin.tar.gz) = 5066dd085cee2a7435a1bb25677102f0d4ea585f314bd026799f333b0956a06d -SIZE (apache-zookeeper-3.6.1-bin.tar.gz) = 12436328 +TIMESTAMP = 1601309538 +SHA256 (apache-zookeeper-3.6.2-bin.tar.gz) = 476f6fce10f9528e3a4ad00e6cd1714563f602dd4924db78e506c0df28fea1e5 +SIZE (apache-zookeeper-3.6.2-bin.tar.gz) = 12515974 Modified: head/devel/zookeeper/files/zookeeper.in ============================================================================== --- head/devel/zookeeper/files/zookeeper.in Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/zookeeper/files/zookeeper.in Sat Oct 17 13:20:21 2020 (r552569) @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: zookeeper -# REQUIRE: LOGIN +# REQUIRE: NETWORKING SERVERS DAEMON # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable zookeeper: Modified: head/devel/zookeeper/pkg-descr ============================================================================== --- head/devel/zookeeper/pkg-descr Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/zookeeper/pkg-descr Sat Oct 17 13:20:21 2020 (r552569) @@ -11,4 +11,4 @@ especially prone to errors such as race conditions and motivation behind ZooKeeper is to relieve distributed applications the responsibility of implementing coordination services from scratch. -WWW: http://zookeeper.apache.org/ +WWW: https://zookeeper.apache.org/ Modified: head/devel/zookeeper/pkg-plist ============================================================================== --- head/devel/zookeeper/pkg-plist Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/zookeeper/pkg-plist Sat Oct 17 13:20:21 2020 (r552569) @@ -12,18 +12,18 @@ bin/zkCli.sh %%DATADIR%%/jetty-server-9.4.24.v20191120.jar %%DATADIR%%/jetty-servlet-9.4.24.v20191120.jar %%DATADIR%%/jetty-util-9.4.24.v20191120.jar -%%DATADIR%%/jline-2.11.jar +%%DATADIR%%/jline-2.14.6.jar %%DATADIR%%/json-simple-1.1.1.jar %%DATADIR%%/log4j-1.2.17.jar %%DATADIR%%/metrics-core-3.2.5.jar -%%DATADIR%%/netty-buffer-4.1.48.Final.jar -%%DATADIR%%/netty-codec-4.1.48.Final.jar -%%DATADIR%%/netty-common-4.1.48.Final.jar -%%DATADIR%%/netty-handler-4.1.48.Final.jar -%%DATADIR%%/netty-resolver-4.1.48.Final.jar -%%DATADIR%%/netty-transport-4.1.48.Final.jar -%%DATADIR%%/netty-transport-native-epoll-4.1.48.Final.jar -%%DATADIR%%/netty-transport-native-unix-common-4.1.48.Final.jar +%%DATADIR%%/netty-buffer-4.1.50.Final.jar +%%DATADIR%%/netty-codec-4.1.50.Final.jar +%%DATADIR%%/netty-common-4.1.50.Final.jar +%%DATADIR%%/netty-handler-4.1.50.Final.jar +%%DATADIR%%/netty-resolver-4.1.50.Final.jar +%%DATADIR%%/netty-transport-4.1.50.Final.jar +%%DATADIR%%/netty-transport-native-epoll-4.1.50.Final.jar +%%DATADIR%%/netty-transport-native-unix-common-4.1.50.Final.jar %%DATADIR%%/simpleclient_common-0.6.0.jar %%DATADIR%%/simpleclient_hotspot-0.6.0.jar %%DATADIR%%/simpleclient_servlet-0.6.0.jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010171320.09HDKLkP030796>