From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 27 12:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BF249F9F for ; Mon, 27 May 2013 12:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A59E7EF7 for ; Mon, 27 May 2013 12:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4RCU00J034777 for ; Mon, 27 May 2013 12:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4RCU09p034776; Mon, 27 May 2013 12:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 27 May 2013 12:30:00 GMT Resent-Message-Id: <201305271230.r4RCU09p034776@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Babutin Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 10F4CBE5 for ; Mon, 27 May 2013 12:24:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id DE02FEC3 for ; Mon, 27 May 2013 12:24:03 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4RCO2of059531 for ; Mon, 27 May 2013 12:24:02 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4RCO2ew059530; Mon, 27 May 2013 12:24:02 GMT (envelope-from nobody) Message-Id: <201305271224.r4RCO2ew059530@oldred.FreeBSD.org> Date: Mon, 27 May 2013 12:24:02 GMT From: Alexey Babutin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179004: update zookeeper X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 12:30:00 -0000 >Number: 179004 >Category: ports >Synopsis: update zookeeper >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 27 12:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexey Babutin >Release: 9.1 >Organization: RAmbler >Environment: FreeBSD 9.1-STABLE #0 r248215: Wed Mar 13 12:56:47 UTC 2013 asn@builder.rambler.ru:/usr/obj/usr/src/sys/R0 amd64 >Description: update for zookeper from version 3.3.6 to 3.4.5 >How-To-Repeat: >Fix: patch at attach Patch attached with submission follows: Diff mode was set to SVN, but there's no .svn directory Trying /usr/ports ... found ===> Generating patch ===> Viewing diff with more diff -ruN /usr/ports/devel/zookeeper/Makefile ./Makefile --- /usr/ports/devel/zookeeper/Makefile 2012-11-17 09:57:07.000000000 +0400 +++ ./Makefile 2013-05-22 15:23:02.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= zookeeper -PORTVERSION= 3.3.6 +PORTVERSION= 3.4.5 CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= zookeeper/zookeeper-${PORTVERSION} diff -ruN /usr/ports/devel/zookeeper/distinfo ./distinfo --- /usr/ports/devel/zookeeper/distinfo 2012-09-25 18:47:21.000000000 +0400 +++ ./distinfo 2013-05-22 15:23:55.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (zookeeper-3.3.6.tar.gz) = eb311ec0479a9447d075a20350ecfc5cf6a2a6d9842d13b59d7548430ac37521 -SIZE (zookeeper-3.3.6.tar.gz) = 11833706 +SHA256 (zookeeper-3.4.5.tar.gz) = e92b634e99db0414c6642f6014506cc22eefbea42cc912b57d7d0527fb7db132 +SIZE (zookeeper-3.4.5.tar.gz) = 16402010 diff -ruN /usr/ports/devel/zookeeper/files/patch-src-c-src-zookeeper.c ./files/patch-src-c-src-zookeeper.c --- /usr/ports/devel/zookeeper/files/patch-src-c-src-zookeeper.c 2012-07-07 00:27:35.000000000 +0400 +++ ./files/patch-src-c-src-zookeeper.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,21 +0,0 @@ -Index: zookeeper.c -=================================================================== ---- src/c/src/zookeeper.c 2012-07-05 15:53:43.348806000 -0400 -+++ src/c/src/zookeeper.c 2012-07-05 15:55:12.800391000 -0400 -@@ -413,7 +413,6 @@ - static int getaddrinfo_errno(int rc) { - switch(rc) { - case EAI_NONAME: -- case EAI_NODATA: - return ENOENT; - case EAI_MEMORY: - return ENOMEM; -@@ -546,7 +545,7 @@ - //EAI_BADFLAGS or EAI_ADDRFAMILY with AF_UNSPEC and - // ai_flags as AI_ADDRCONFIG - if ((hints.ai_flags == AI_ADDRCONFIG) && -- ((rc ==EAI_BADFLAGS) || (rc == EAI_ADDRFAMILY))) { -+ (rc ==EAI_BADFLAGS)) { - //reset ai_flags to null - hints.ai_flags = 0; - //retry getaddrinfo diff -ruN /usr/ports/devel/zookeeper/patch.txt ./patch.txt --- /usr/ports/devel/zookeeper/patch.txt 1970-01-01 03:00:00.000000000 +0300 +++ ./patch.txt 2013-05-27 16:09:51.000000000 +0400 @@ -0,0 +1,3 @@ +Diff mode was set to SVN, but there's no .svn directory +Trying /usr/ports ... found +===> Generating patch ===> Done >Release-Note: >Audit-Trail: >Unformatted: