Date: Thu, 28 Mar 2019 18:37:07 +0100 From: =?UTF-8?B?VMSzbA==?= Coosemans <tijl@FreeBSD.org> To: Matthias Fechner <mfechner@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r497032 - head/devel/libgit2 Message-ID: <20190328183707.7d44abcf@kalimero.tijl.coosemans.org> In-Reply-To: <201903281704.x2SH4685066266@repo.freebsd.org> References: <201903281704.x2SH4685066266@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 28 Mar 2019 17:04:06 +0000 (UTC) Matthias Fechner <mfechner@FreeBSD.org> wrote: > Author: mfechner > Date: Thu Mar 28 17:04:06 2019 > New Revision: 497032 > URL: https://svnweb.freebsd.org/changeset/ports/497032 > > Log: > Added a small note to bump revision using small script I just added. > > Modified: > head/devel/libgit2/Makefile > > Modified: head/devel/libgit2/Makefile > ============================================================================== > --- head/devel/libgit2/Makefile Thu Mar 28 17:01:17 2019 (r497031) > +++ head/devel/libgit2/Makefile Thu Mar 28 17:04:06 2019 (r497032) > @@ -1,6 +1,8 @@ > # $FreeBSD$ > > # Also update devel/libgit2-glib, devel/rubygem-rugged, devel/py-pygit2 > +# Make sure you bump revision of depending ports > +# Tools/scripts/search_lib_depends_and_bump.sh devel/libgit2 > > PORTNAME= libgit2 > PORTVERSION= 0.28.1 Note that this only needs to be done if the SONAME changes (objdump -p libfoo.so | grep SONAME). Typically this only happens if the major version number of the library changes (SHLIB_VER in the libgit2 Makefile).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190328183707.7d44abcf>