svn commit: r497389 - head/devel/libgit2

Matthias Fechner mfechner at FreeBSD.org
Sun Mar 31 07:59:31 UTC 2019


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}
 


More information about the svn-ports-all mailing list