From owner-svn-ports-head@freebsd.org Sat Nov 28 16:04:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEA54A3AB34; Sat, 28 Nov 2015 16:04:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A0ECC1136; Sat, 28 Nov 2015 16:04:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tASG4qrW013741; Sat, 28 Nov 2015 16:04:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tASG4qn8013738; Sat, 28 Nov 2015 16:04:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511281604.tASG4qn8013738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 Nov 2015 16:04:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402542 - 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.20 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: Sat, 28 Nov 2015 16:04:54 -0000 Author: sunpoet Date: Sat Nov 28 16:04:52 2015 New Revision: 402542 URL: https://svnweb.freebsd.org/changeset/ports/402542 Log: - Update to 0.23.4 - Use BROKEN_sparc64 - Fix space with tab Changes: https://github.com/libgit2/libgit2/releases PR: 204862 Submitted by: sunpoet (myself) Approved by: wg (maintainer) Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/libgit2/pkg-plist Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Sat Nov 28 15:38:35 2015 (r402541) +++ head/devel/libgit2/Makefile Sat Nov 28 16:04:52 2015 (r402542) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.23.1 +PORTVERSION= 0.23.4 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -17,27 +17,25 @@ USES= cmake pkgconfig python:build USE_LDCONFIG= yes USE_OPENSSL= yes -PLIST_SUB= SHLIB_VER=${PORTVERSION:R:E} +PLIST_SUB= PORTVERSION=${PORTVERSION} SHLIB_VER=${PORTVERSION:R:E} OPTIONS_DEFINE= SSH THREADS CURL OPTIONS_DEFAULT=SSH THREADS CURL SSH_DESC= Enable SSH support through libssh2 -CURL_DESC= Enable HTTP support through cURL +CURL_DESC= Enable HTTP support through cURL SSH_LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 SSH_CMAKE_ON= -DUSE_SSH=ON SSH_CMAKE_OFF= -DUSE_SSH=OFF THREADS_CMAKE_ON= -DTHREADSAFE=ON THREADS_CMAKE_OFF= -DTHREADSAFE=OFF -CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CURL_CMAKE_ON= -DCURL=ON CURL_CMAKE_OFF= -DCURL=OFF -.include +BROKEN_sparc64= does not install: thread-local storage not supported -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64: thread-local storage not supported -.endif +.include post-patch: @${REINPLACE_CMD} -e "s|/pkgconfig|/../libdata/pkgconfig|; \ Modified: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Sat Nov 28 15:38:35 2015 (r402541) +++ head/devel/libgit2/distinfo Sat Nov 28 16:04:52 2015 (r402542) @@ -1,2 +1,2 @@ -SHA256 (libgit2-libgit2-v0.23.1_GH0.tar.gz) = 113748018e5876bea84af5c749af25b62f58cb4ca82730dcbffaac90c87f7056 -SIZE (libgit2-libgit2-v0.23.1_GH0.tar.gz) = 3717102 +SHA256 (libgit2-libgit2-v0.23.4_GH0.tar.gz) = c7f5e2d7381dbc4d7e878013d14f9993ae8a41bd23f032718e39ffba57894029 +SIZE (libgit2-libgit2-v0.23.4_GH0.tar.gz) = 4065303 Modified: head/devel/libgit2/pkg-plist ============================================================================== --- head/devel/libgit2/pkg-plist Sat Nov 28 15:38:35 2015 (r402541) +++ head/devel/libgit2/pkg-plist Sat Nov 28 16:04:52 2015 (r402542) @@ -74,6 +74,6 @@ include/git2/tree.h include/git2/types.h include/git2/version.h lib/libgit2.so -lib/libgit2.so.0.%%SHLIB_VER%%.1 +lib/libgit2.so.%%PORTVERSION%% lib/libgit2.so.%%SHLIB_VER%% libdata/pkgconfig/libgit2.pc