From owner-svn-ports-head@FreeBSD.ORG Mon Sep 29 14:09:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8ACC3D5B; Mon, 29 Sep 2014 14:09:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D79CECF; Mon, 29 Sep 2014 14:09:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TE9CRG038100; Mon, 29 Sep 2014 14:09:12 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TE9BN6038097; Mon, 29 Sep 2014 14:09:11 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409291409.s8TE9BN6038097@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 29 Sep 2014 14:09:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369517 - head/devel/libgit2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:09:12 -0000 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