svn commit: r497032 - head/devel/libgit2

Tijl Coosemans tijl at FreeBSD.org
Thu Mar 28 17:38:23 UTC 2019


On Thu, 28 Mar 2019 17:04:06 +0000 (UTC) Matthias Fechner
<mfechner at 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).


More information about the svn-ports-all mailing list