svn commit: r468772 - head/devel/libzookeeper

Steven Kreuzer skreuzer at FreeBSD.org
Tue May 1 17:45:11 UTC 2018


Author: skreuzer
Date: Tue May  1 17:45:10 2018
New Revision: 468772
URL: https://svnweb.freebsd.org/changeset/ports/468772

Log:
  Update to version 3.4.12

Modified:
  head/devel/libzookeeper/Makefile
  head/devel/libzookeeper/distinfo

Modified: head/devel/libzookeeper/Makefile
==============================================================================
--- head/devel/libzookeeper/Makefile	Tue May  1 17:43:42 2018	(r468771)
+++ head/devel/libzookeeper/Makefile	Tue May  1 17:45:10 2018	(r468772)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zookeeper
-PORTVERSION=	3.4.10
+PORTVERSION=	3.4.12
 CATEGORIES=	devel
 MASTER_SITES=	APACHE/${PORTNAME}/current
 PKGNAMEPREFIX=	lib
@@ -13,10 +13,10 @@ COMMENT=	C client interface to Zookeeper server
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libcppunit.so:devel/cppunit
-
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	uses x86 assembly
+
+LIB_DEPENDS=	libcppunit.so:devel/cppunit
 
 USES=		libtool
 GNU_CONFIGURE=	yes

Modified: head/devel/libzookeeper/distinfo
==============================================================================
--- head/devel/libzookeeper/distinfo	Tue May  1 17:43:42 2018	(r468771)
+++ head/devel/libzookeeper/distinfo	Tue May  1 17:45:10 2018	(r468772)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490964090
-SHA256 (zookeeper-3.4.10.tar.gz) = 7f7f5414e044ac11fee2a1e0bc225469f51fb0cdf821e67df762a43098223f27
-SIZE (zookeeper-3.4.10.tar.gz) = 35042811
+TIMESTAMP = 1525190484
+SHA256 (zookeeper-3.4.12.tar.gz) = c686f9319050565b58e642149cb9e4c9cc8c7207aacc2cb70c5c0672849594b9
+SIZE (zookeeper-3.4.12.tar.gz) = 36667596


More information about the svn-ports-all mailing list