Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2014 14:09:11 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369517 - head/devel/libgit2
Message-ID:  <201409291409.s8TE9BN6038097@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Sep 29 14:09:10 2014
New Revision: 369517
URL: http://svnweb.freebsd.org/changeset/ports/369517
QAT: https://qat.redports.org/buildarchive/r369517/

Log:
  devel/libgit2: update to 0.21.1
  
  - USES python:build

Modified:
  head/devel/libgit2/Makefile
  head/devel/libgit2/distinfo
  head/devel/libgit2/pkg-plist

Modified: head/devel/libgit2/Makefile
==============================================================================
--- head/devel/libgit2/Makefile	Mon Sep 29 12:39:39 2014	(r369516)
+++ head/devel/libgit2/Makefile	Mon Sep 29 14:09:10 2014	(r369517)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libgit2
-PORTVERSION=	0.21.0
+PORTVERSION=	0.21.1
 CATEGORIES=	devel
 
 MAINTAINER=	wg@FreeBSD.org
@@ -12,15 +12,13 @@ LICENSE=	GPLv2
 USE_GITHUB=	yes
 GH_ACCOUNT=	libgit2
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	28f087c
+GH_COMMIT=	b4d00c1
 
-USES=		cmake
+USES=		cmake python:build
 USE_LDCONFIG=	yes
-USE_PYTHON_BUILD=	yes
 USE_OPENSSL=	yes
 
-PLIST_SUB=	SHLIB_VER1=${PORTVERSION} \
-		SHLIB_VER2=${PORTVERSION:R:E}
+PLIST_SUB=	SHLIB_VER=${PORTVERSION:R:E}
 
 OPTIONS_DEFINE=	SSH
 OPTIONS_DEFAULT=SSH

Modified: head/devel/libgit2/distinfo
==============================================================================
--- head/devel/libgit2/distinfo	Mon Sep 29 12:39:39 2014	(r369516)
+++ head/devel/libgit2/distinfo	Mon Sep 29 14:09:10 2014	(r369517)
@@ -1,2 +1,2 @@
-SHA256 (libgit2-0.21.0.tar.gz) = cf40328e7916f570f6763fb77b63ce7c514a49bd50e40f166a636e74f11a23f0
-SIZE (libgit2-0.21.0.tar.gz) = 3427273
+SHA256 (libgit2-0.21.1.tar.gz) = 7faed833d59890ca11957610e020aef3d91e56027408e956d5eb3c9f35dbcb29
+SIZE (libgit2-0.21.1.tar.gz) = 3428317

Modified: head/devel/libgit2/pkg-plist
==============================================================================
--- head/devel/libgit2/pkg-plist	Mon Sep 29 12:39:39 2014	(r369516)
+++ head/devel/libgit2/pkg-plist	Mon Sep 29 14:09:10 2014	(r369517)
@@ -66,8 +66,8 @@ include/git2/sys/reflog.h
 include/git2/sys/refs.h
 include/git2/sys/repository.h
 lib/libgit2.so
-lib/libgit2.so.%%SHLIB_VER1%%
-lib/libgit2.so.%%SHLIB_VER2%%
+lib/libgit2.so.0.%%SHLIB_VER%%.0
+lib/libgit2.so.%%SHLIB_VER%%
 libdata/pkgconfig/libgit2.pc
 @dirrm include/git2/sys
 @dirrm include/git2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409291409.s8TE9BN6038097>