aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2018-06-05 14:39:51 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2018-06-05 14:39:51 +0000
commit6c4e572a03b869e9b2f5debba1d9560c48242669 (patch)
tree6e2b83632201177921579f5e11930d246a73ebd8
parent3cc8f5a468b4fa1afaa8c47d9b782ab23a69a70d (diff)
downloadports-6c4e572a03b869e9b2f5debba1d9560c48242669.tar.gz
ports-6c4e572a03b869e9b2f5debba1d9560c48242669.zip
MFH: r469927
Update devel/libgit2 to 0.27.0 required for gitlab 10.7.x Updated patches to match new file locations. Reviewed by: swills (mentor), wg (maintainer) Approved by: swills (mentor), wg (maintainer) Differential Revision: https://reviews.freebsd.org/D15320 Approved by: ports-secteam (eadler)
Notes
Notes: svn path=/branches/2018Q2/; revision=471763
-rw-r--r--devel/libgit2/Makefile2
-rw-r--r--devel/libgit2/distinfo6
-rw-r--r--devel/libgit2/files/patch-src_streams_openssl.c (renamed from devel/libgit2/files/patch-src_openssl__stream.c)6
-rw-r--r--devel/libgit2/files/patch-src_streams_openssl.h (renamed from devel/libgit2/files/patch-src_openssl__stream.h)6
-rw-r--r--devel/libgit2/pkg-plist1
5 files changed, 10 insertions, 11 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile
index 870d5426ff82..2f8e6fdb954f 100644
--- a/devel/libgit2/Makefile
+++ b/devel/libgit2/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libgit2
-PORTVERSION= 0.26.0
+PORTVERSION= 0.27.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
diff --git a/devel/libgit2/distinfo b/devel/libgit2/distinfo
index a0f6209049c3..faf98c532c02 100644
--- a/devel/libgit2/distinfo
+++ b/devel/libgit2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510679233
-SHA256 (libgit2-libgit2-v0.26.0_GH0.tar.gz) = 6a62393e0ceb37d02fe0d5707713f504e7acac9006ef33da1e88960bd78b6eac
-SIZE (libgit2-libgit2-v0.26.0_GH0.tar.gz) = 4697156
+TIMESTAMP = 1524466383
+SHA256 (libgit2-libgit2-v0.27.0_GH0.tar.gz) = 545b0458292c786aba334f1bf1c8f73600ae73dd7205a7bb791a187ee48ab8d2
+SIZE (libgit2-libgit2-v0.27.0_GH0.tar.gz) = 4761312
diff --git a/devel/libgit2/files/patch-src_openssl__stream.c b/devel/libgit2/files/patch-src_streams_openssl.c
index 57bc4a9f52e5..6b9e400ff36b 100644
--- a/devel/libgit2/files/patch-src_openssl__stream.c
+++ b/devel/libgit2/files/patch-src_streams_openssl.c
@@ -1,6 +1,6 @@
---- src/openssl_stream.c.orig 2017-06-14 11:31:20 UTC
-+++ src/openssl_stream.c
-@@ -103,7 +103,7 @@ int git_openssl_stream_global_init(void)
+--- src/streams/openssl.c.orig 2018-04-23 07:00:42 UTC
++++ src/streams/openssl.c
+@@ -104,7 +104,7 @@ int git_openssl_stream_global_init(void)
ssl_opts |= SSL_OP_NO_COMPRESSION;
#endif
diff --git a/devel/libgit2/files/patch-src_openssl__stream.h b/devel/libgit2/files/patch-src_streams_openssl.h
index 2de08fa42281..0b1b43a3ac5d 100644
--- a/devel/libgit2/files/patch-src_openssl__stream.h
+++ b/devel/libgit2/files/patch-src_streams_openssl.h
@@ -1,6 +1,6 @@
---- src/openssl_stream.h.orig 2017-06-14 11:31:20 UTC
-+++ src/openssl_stream.h
-@@ -27,7 +27,7 @@ extern int git_openssl_stream_new(git_st
+--- src/streams/openssl.h.orig 2018-04-23 07:00:52 UTC
++++ src/streams/openssl.h
+@@ -31,7 +31,7 @@ extern int git_openssl__set_cert_locatio
diff --git a/devel/libgit2/pkg-plist b/devel/libgit2/pkg-plist
index e172b97bd4b2..b9c81b9e9c57 100644
--- a/devel/libgit2/pkg-plist
+++ b/devel/libgit2/pkg-plist
@@ -65,7 +65,6 @@ include/git2/sys/openssl.h
include/git2/sys/refdb_backend.h
include/git2/sys/reflog.h
include/git2/sys/refs.h
-include/git2/sys/remote.h
include/git2/sys/repository.h
include/git2/sys/stream.h
include/git2/sys/time.h