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

Collapse All | Expand All

(-)libgit2/Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/devel/libgit2/Makefile 377075 2015-01-15 11:01:25Z wg $
1
# $FreeBSD: head/devel/libgit2/Makefile 377075 2015-01-15 11:01:25Z wg $
2
2
3
PORTNAME=	libgit2
3
PORTNAME=	libgit2
4
PORTVERSION=	0.21.5
4
PORTVERSION=	0.22.2
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
DISTNAME=	${PORTNAME}-${DISTVERSIONFULL}
6
DISTNAME=	${PORTNAME}-${DISTVERSIONFULL}
7
7
Lines 14-24 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_TAGNAME=	v${PORTVERSION}
15
GH_TAGNAME=	v${PORTVERSION}
16
16
17
USES=		cmake python:build
17
USES=		cmake pkgconfig python:build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
USE_OPENSSL=	yes
19
USE_OPENSSL=	yes
20
20
21
PLIST_SUB=	SHLIB_VER=${PORTVERSION:R:E} SHLIB_VER2=${PORTVERSION:R}.4
21
PLIST_SUB=	SHLIB_VER=${PORTVERSION:R:E} SHLIB_VER2=${PORTVERSION}
22
22
23
OPTIONS_DEFINE=	SSH THREADS
23
OPTIONS_DEFINE=	SSH THREADS
24
OPTIONS_DEFAULT=SSH THREADS
24
OPTIONS_DEFAULT=SSH THREADS
(-)libgit2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgit2-0.21.5_GH0.tar.gz) = 46ca07becbdcda0da96a553d9f45e64ead29276ba14049e4bc8e2730ed1aa494
1
SHA256 (libgit2-0.22.2_GH0.tar.gz) = 3109f2579180d561fc736bad8bd917d7241477aab11633755c8a273beac53cdc
2
SIZE (libgit2-0.21.5_GH0.tar.gz) = 3460366
2
SIZE (libgit2-0.22.2_GH0.tar.gz) = 3591643
(-)libgit2/pkg-plist (-1 / +10 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 48-55 Link Here
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
55
include/git2/tag.h
51
include/git2/threads.h
52
include/git2/trace.h
56
include/git2/trace.h
57
include/git2/transaction.h
53
include/git2/transport.h
58
include/git2/transport.h
54
include/git2/tree.h
59
include/git2/tree.h
55
include/git2/types.h
60
include/git2/types.h
Lines 60-70 Link Here
60
include/git2/sys/filter.h
65
include/git2/sys/filter.h
61
include/git2/sys/index.h
66
include/git2/sys/index.h
62
include/git2/sys/mempack.h
67
include/git2/sys/mempack.h
68
include/git2/sys/hashsig.h
63
include/git2/sys/odb_backend.h
69
include/git2/sys/odb_backend.h
70
include/git2/sys/openssl.h
64
include/git2/sys/refdb_backend.h
71
include/git2/sys/refdb_backend.h
65
include/git2/sys/reflog.h
72
include/git2/sys/reflog.h
66
include/git2/sys/refs.h
73
include/git2/sys/refs.h
67
include/git2/sys/repository.h
74
include/git2/sys/repository.h
75
include/git2/sys/stream.h
76
include/git2/sys/transport.h
68
lib/libgit2.so
77
lib/libgit2.so
69
lib/libgit2.so.%%SHLIB_VER%%
78
lib/libgit2.so.%%SHLIB_VER%%
70
lib/libgit2.so.%%SHLIB_VER2%%
79
lib/libgit2.so.%%SHLIB_VER2%%

Return to bug 196176