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

Collapse All | Expand All

(-)libgit2/Makefile (-7 / +6 lines)
Lines 1-25 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.1
4
PORTVERSION=	0.22.2
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
6
DISTNAME=	${PORTNAME}-${PORTVERSION}
7
7
8
MAINTAINER=	wg@FreeBSD.org
8
MAINTAINER=	wg@FreeBSD.org
9
COMMENT=	Portable, pure C implementation of the Git core
9
COMMENT=	Portable, pure C implementation of the Git core
10
10
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
13
USE_GITHUB=	yes
14
USE_GITHUB=	yes
14
GH_ACCOUNT=	libgit2
15
GH_TAGNAME=	v${PORTVERSION}
15
GH_TAGNAME=	v${PORTVERSION}
16
GH_COMMIT=	b4d00c1
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
22
PLIST_SUB=	SHLIB_VER=${PORTVERSION:R:E}
21
PLIST_SUB=	SHLIB_VER=${PORTVERSION:R:E} SHLIB_VER2=${PORTVERSION}
23
22
24
OPTIONS_DEFINE=	SSH THREADS
23
OPTIONS_DEFINE=	SSH THREADS
25
OPTIONS_DEFAULT=SSH THREADS
24
OPTIONS_DEFAULT=SSH THREADS
Lines 41-47 Link Here
41
	@${REINPLACE_CMD} -e "s|/pkgconfig|/../libdata/pkgconfig|; \
40
	@${REINPLACE_CMD} -e "s|/pkgconfig|/../libdata/pkgconfig|; \
42
		/LIBGIT2_PC_REQUIRES.*zlib/ d" ${WRKSRC}/CMakeLists.txt
41
		/LIBGIT2_PC_REQUIRES.*zlib/ d" ${WRKSRC}/CMakeLists.txt
43
.if defined(WITH_OPENSSL_BASE)
42
.if defined(WITH_OPENSSL_BASE)
44
	@${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*openssl/ d" \
43
	@${SED} -i '.ssl' -e "/LIBGIT2_PC_REQUIRES.*openssl/ d" \
45
		${WRKSRC}/CMakeLists.txt
44
		${WRKSRC}/CMakeLists.txt
46
.endif
45
.endif
47
46
(-)libgit2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgit2-0.21.1.tar.gz) = 7faed833d59890ca11957610e020aef3d91e56027408e956d5eb3c9f35dbcb29
1
SHA256 (libgit2-0.22.2_GH0.tar.gz) = 3109f2579180d561fc736bad8bd917d7241477aab11633755c8a273beac53cdc
2
SIZE (libgit2-0.21.1.tar.gz) = 3428317
2
SIZE (libgit2-0.22.2_GH0.tar.gz) = 3591643
(-)libgit2/pkg-plist (-2 / +11 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-71 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.0.%%SHLIB_VER%%.0
70
lib/libgit2.so.%%SHLIB_VER%%
78
lib/libgit2.so.%%SHLIB_VER%%
79
lib/libgit2.so.%%SHLIB_VER2%%
71
libdata/pkgconfig/libgit2.pc
80
libdata/pkgconfig/libgit2.pc

Return to bug 196176