From owner-cvs-all@FreeBSD.ORG Sun Jul 25 19:58:31 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49A83106566C; Sun, 25 Jul 2010 19:58:31 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id ABF6D8FC1A; Sun, 25 Jul 2010 19:58:30 +0000 (UTC) Received: by vws7 with SMTP id 7so2233063vws.13 for ; Sun, 25 Jul 2010 12:58:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=nUkNzgT9B3jcY0j9X05mevZr6WvaRINc79+LtLVu5xA=; b=vf4y7V+FJ/l9p7nIMXAECCE2i9MeUgbBQU06hsaoeia16s4BQZubuAVOP8nR8VyxAV 1ezK3hMcByx5jv2tdTy1merXkQGpFevd1m7D8MfJpIUcdnQHgUHdqrCfC4k7VlA6FDqg x2eUEEok8sv5kjGRBI66zqmzmti6H2/T60Awc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=SWv0ze5DH+YFH0Oeo7CtnV/Ex4tURCtYIoRYvK7Nkx31wAYdC8sWDQhDqiyjhX24L7 k85nSjtwZEYnevfymQAo7ignZH8cTn/GX9plr0R94H7MMmQ772Lz15q+qbUK3LWzYKmb 4W0v/ui7jz8bIFScWVOjkUONmuVXL5FKxsjrg= MIME-Version: 1.0 Received: by 10.220.59.202 with SMTP id m10mr3528766vch.196.1280086547504; Sun, 25 Jul 2010 12:35:47 -0700 (PDT) Received: by 10.220.182.4 with HTTP; Sun, 25 Jul 2010 12:35:47 -0700 (PDT) In-Reply-To: <20100725180640.GA34625@magic.hamla.org> References: <201007251539.o6PFdKWp059539@repoman.freebsd.org> <20100725180640.GA34625@magic.hamla.org> Date: Sun, 25 Jul 2010 14:35:47 -0500 Message-ID: From: Jeremy Messenger To: Sahil Tandon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: mnag@FreeBSD.org, cvs-ports@freebsd.org, Martin Matuska , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/databases/beansdb Makefile ports/databases/memcached Makefile ports/databases/memcached12 Makefile ports/databases/memcachedb Makefile ports/databases/mysql-proxy Makefile ports/databases/pgbouncer Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2010 19:58:31 -0000 On Sun, Jul 25, 2010 at 1:06 PM, Sahil Tandon wrote: > On Sun, 2010-07-25 at 15:39:20 +0000, Martin Matuska wrote: > >> =A0 Log: >> =A0 Update libevent to 1.4.14b > > Sorry for what may be a silly question, but I'm still trying to > understand when (and when not) to bump PORTREVISION on dependant ports. > Following the above libevent update, why weren't some ports that > explicitly LIB_DEPENDS on libevent bumped? > > =A0devel/gearmand > =A0devel/libmsocket > =A0devel/py-gevent > =A0net-p2p/unworkable ...and net-p2p/transmission-*. I already did on those transmission-* ports, so you (mm) don't have to worry about transmission-* port. While I am here, next time, when someone update libevent and if the version shared library changed. Recommend to anyone to add USE_AUTOTOOLS=3Dlibtool:22 and USE_GNOME=3Dltverhack that will correct the version shared library. For example, with 1.1.13 with AUTOTOOLS/GNOME added, I get this: -------------------------------------- # grep "\.so\." pkg-plist-13 lib/libevent-1.4.so.2 lib/libevent_core-1.4.so.2 lib/libevent_extra-1.4.so.2 -------------------------------------- With the 1.4.14b, I get same as before. -------------------------------------- # grep "\.so\." pkg-plist-14b lib/libevent-1.4.so.2 lib/libevent_core-1.4.so.2 lib/libevent_extra-1.4.so.2 -------------------------------------- The USE_GNOME=3Dltverhack fixes a bug in libtool to bump version, which it corrects way and only bump when ABI changes. Cheers, Mezz > Thanks for your guidance. > > -- > Sahil Tandon --=20 mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org