View | Details | Raw Unified | Return to bug 196176 | Differences between
and this patch

Collapse All | Expand All

(-)devel/libgit2/Makefile (-4 / +3 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	libgit2
3
PORTNAME=	libgit2
4
PORTVERSION=	0.21.1
4
PORTVERSION=	0.22.1
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
6
8
MAINTAINER=	wg@FreeBSD.org
7
MAINTAINER=	wg@FreeBSD.org
Lines 13-21 Link Here
13
USE_GITHUB=	yes
12
USE_GITHUB=	yes
14
GH_ACCOUNT=	libgit2
13
GH_ACCOUNT=	libgit2
15
GH_TAGNAME=	v${PORTVERSION}
14
GH_TAGNAME=	v${PORTVERSION}
16
GH_COMMIT=	b4d00c1
15
GH_COMMIT=	1ce9ea3
17
16
18
USES=		cmake python:build
17
USES=		cmake pkgconfig python:build
19
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
20
USE_OPENSSL=	yes
19
USE_OPENSSL=	yes
21
20
(-)devel/libgit2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgit2-0.21.1.tar.gz) = 7faed833d59890ca11957610e020aef3d91e56027408e956d5eb3c9f35dbcb29
1
SHA256 (libgit2-0.22.1.tar.gz) = ea392623aaaea4c851779e0f74b606c5e4ec5e7219e0ca4b1fba684d06a4ea04
2
SIZE (libgit2-0.21.1.tar.gz) = 3428317
2
SIZE (libgit2-0.22.1.tar.gz) = 3591942
(-)devel/libgit2/files/patch-CMakeLists.txt (+12 lines)
Line 0 Link Here
1
--- CMakeLists.txt.orig	2015-01-17 00:39:35.000000000 +0100
2
+++ CMakeLists.txt	2015-01-23 15:50:55.655369993 +0100
3
@@ -217,7 +217,8 @@
4
 ENDIF()
5
 IF (LIBSSH2_FOUND)
6
 	ADD_DEFINITIONS(-DGIT_SSH)
7
-	INCLUDE_DIRECTORIES(${LIBSSH2_INCLUDE_DIR})
8
+	INCLUDE_DIRECTORIES(${LIBSSH2_INCLUDE_DIRS})
9
+	LINK_DIRECTORIES(${LIBSSH2_LIBRARY_DIRS})
10
 	SET(LIBGIT2_PC_REQUIRES "${LIBGIT2_PC_REQUIRES} libssh2")
11
 	SET(SSH_LIBRARIES ${LIBSSH2_LIBRARIES})
12
 ENDIF()
(-)devel/libgit2/files/patch-src__openssl_stream.c (+11 lines)
Line 0 Link Here
1
--- src/openssl_stream.c.orig	2015-01-22 20:26:32.580903285 +0100
2
+++ src/openssl_stream.c	2015-01-22 20:29:29.880892804 +0100
3
@@ -12,6 +12,8 @@
4
 #include <openssl/x509v3.h>
5
 
6
 #include <ctype.h>
7
+#include <sys/socket.h>
8
+#include <netinet/in.h>
9
 
10
 #include "global.h"
11
 #include "posix.h"
(-)devel/libgit2/pkg-plist (-7 / +16 lines)
Lines 1-4 Link Here
1
include/git2.h
1
include/git2.h
2
include/git2/annotated_commit.h
2
include/git2/attr.h
3
include/git2/attr.h
3
include/git2/blame.h
4
include/git2/blame.h
4
include/git2/blob.h
5
include/git2/blob.h
Lines 11-19 Link Here
11
include/git2/common.h
12
include/git2/common.h
12
include/git2/config.h
13
include/git2/config.h
13
include/git2/cred_helpers.h
14
include/git2/cred_helpers.h
15
include/git2/describe.h
14
include/git2/diff.h
16
include/git2/diff.h
15
include/git2/errors.h
17
include/git2/errors.h
16
include/git2/filter.h
18
include/git2/filter.h
19
include/git2/global.h
17
include/git2/graph.h
20
include/git2/graph.h
18
include/git2/ignore.h
21
include/git2/ignore.h
19
include/git2/index.h
22
include/git2/index.h
Lines 27-36 Link Here
27
include/git2/odb.h
30
include/git2/odb.h
28
include/git2/odb_backend.h
31
include/git2/odb_backend.h
29
include/git2/oid.h
32
include/git2/oid.h
33
include/git2/oidarray.h
30
include/git2/pack.h
34
include/git2/pack.h
31
include/git2/patch.h
35
include/git2/patch.h
32
include/git2/pathspec.h
36
include/git2/pathspec.h
33
include/git2/push.h
37
include/git2/push.h
38
include/git2/rebase.h
34
include/git2/refdb.h
39
include/git2/refdb.h
35
include/git2/reflog.h
40
include/git2/reflog.h
36
include/git2/refs.h
41
include/git2/refs.h
Lines 47-70 Link Here
47
include/git2/stdint.h
52
include/git2/stdint.h
48
include/git2/strarray.h
53
include/git2/strarray.h
49
include/git2/submodule.h
54
include/git2/submodule.h
50
include/git2/tag.h
51
include/git2/threads.h
52
include/git2/trace.h
53
include/git2/transport.h
54
include/git2/tree.h
55
include/git2/types.h
56
include/git2/version.h
57
include/git2/sys/commit.h
55
include/git2/sys/commit.h
58
include/git2/sys/config.h
56
include/git2/sys/config.h
59
include/git2/sys/diff.h
57
include/git2/sys/diff.h
60
include/git2/sys/filter.h
58
include/git2/sys/filter.h
59
include/git2/sys/hashsig.h
61
include/git2/sys/index.h
60
include/git2/sys/index.h
62
include/git2/sys/mempack.h
61
include/git2/sys/mempack.h
63
include/git2/sys/odb_backend.h
62
include/git2/sys/odb_backend.h
63
include/git2/sys/openssl.h
64
include/git2/sys/refdb_backend.h
64
include/git2/sys/refdb_backend.h
65
include/git2/sys/reflog.h
65
include/git2/sys/reflog.h
66
include/git2/sys/refs.h
66
include/git2/sys/refs.h
67
include/git2/sys/repository.h
67
include/git2/sys/repository.h
68
include/git2/sys/stream.h
69
include/git2/sys/transport.h
70
include/git2/tag.h
71
include/git2/trace.h
72
include/git2/transaction.h
73
include/git2/transport.h
74
include/git2/tree.h
75
include/git2/types.h
76
include/git2/version.h
68
lib/libgit2.so
77
lib/libgit2.so
69
lib/libgit2.so.0.%%SHLIB_VER%%.0
78
lib/libgit2.so.0.%%SHLIB_VER%%.0
70
lib/libgit2.so.%%SHLIB_VER%%
79
lib/libgit2.so.%%SHLIB_VER%%

Return to bug 196176