Date: Sat, 28 Nov 2015 16:04:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402542 - head/devel/libgit2 Message-ID: <201511281604.tASG4qn8013738@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> +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 <bsd.port.pre.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511281604.tASG4qn8013738>