Date: Sun, 25 Jul 2010 14:35:47 -0500 From: Jeremy Messenger <mezz.freebsd@gmail.com> To: Sahil Tandon <sahil@freebsd.org> Cc: mnag@FreeBSD.org, cvs-ports@freebsd.org, Martin Matuska <mm@freebsd.org>, 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 ... Message-ID: <AANLkTikwsBrauemGdm2=t7d3Y-QTtveSsrOLixoKnsgS@mail.gmail.com> In-Reply-To: <20100725180640.GA34625@magic.hamla.org> References: <201007251539.o6PFdKWp059539@repoman.freebsd.org> <20100725180640.GA34625@magic.hamla.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 25, 2010 at 1:06 PM, Sahil Tandon <sahil@freebsd.org> 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 <sahil@FreeBSD.org> --=20 mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikwsBrauemGdm2=t7d3Y-QTtveSsrOLixoKnsgS>