Date: Sun, 31 Mar 2019 07:59:30 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497389 - head/devel/libgit2 Message-ID: <201903310759.x2V7xU6p085472@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Sun Mar 31 07:59:29 2019 New Revision: 497389 URL: https://svnweb.freebsd.org/changeset/ports/497389 Log: Make portlint happy. Updated version bump node (reported by tijl). Modified: head/devel/libgit2/Makefile Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Sun Mar 31 07:33:02 2019 (r497388) +++ head/devel/libgit2/Makefile Sun Mar 31 07:59:29 2019 (r497389) @@ -1,7 +1,8 @@ # $FreeBSD$ # Also update devel/libgit2-glib, devel/rubygem-rugged, devel/py-pygit2 -# Make sure you bump revision of depending ports +# Make sure you bump revision of depending ports, if SONAME changes +# objdump -p libgit2.so |grep SONAME # Tools/scripts/search_lib_depends_and_bump.sh devel/libgit2 PORTNAME= libgit2 @@ -14,11 +15,10 @@ COMMENT= Portable, pure C implementation of the Git co LICENSE= GPLv2 -USE_GITHUB= yes -GH_ACCOUNT= libgit2 - USES= cmake pathfix pkgconfig python:build ssl USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= libgit2 PLIST_SUB= PORTVERSION=${PORTVERSION} SHLIB_VER=${PORTVERSION:R:E}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903310759.x2V7xU6p085472>