svn commit: r369517 - head/devel/libgit2
William Grzybowski
wg at FreeBSD.org
Mon Sep 29 14:09:12 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list