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

Collapse All | Expand All

(-)libgit2/Makefile (-4 / +4 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.21.5
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_ACCOUNT=	libgit2
15
GH_TAGNAME=	v${PORTVERSION}
16
GH_TAGNAME=	v${PORTVERSION}
16
GH_COMMIT=	b4d00c1
17
17
18
USES=		cmake python:build
18
USES=		cmake python:build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
USE_OPENSSL=	yes
20
USE_OPENSSL=	yes
21
21
22
PLIST_SUB=	SHLIB_VER=${PORTVERSION:R:E}
22
PLIST_SUB=	SHLIB_VER=${PORTVERSION:R:E} SHLIB_VER2=${PORTVERSION:R}.4
23
23
24
OPTIONS_DEFINE=	SSH THREADS
24
OPTIONS_DEFINE=	SSH THREADS
25
OPTIONS_DEFAULT=SSH THREADS
25
OPTIONS_DEFAULT=SSH THREADS
(-)libgit2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgit2-0.21.1.tar.gz) = 7faed833d59890ca11957610e020aef3d91e56027408e956d5eb3c9f35dbcb29
1
SHA256 (libgit2-0.21.5_GH0.tar.gz) = 46ca07becbdcda0da96a553d9f45e64ead29276ba14049e4bc8e2730ed1aa494
2
SIZE (libgit2-0.21.1.tar.gz) = 3428317
2
SIZE (libgit2-0.21.5_GH0.tar.gz) = 3460366
(-)libgit2/pkg-plist (-1 / +1 lines)
Lines 66-71 Link Here
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
lib/libgit2.so
68
lib/libgit2.so
69
lib/libgit2.so.0.%%SHLIB_VER%%.0
70
lib/libgit2.so.%%SHLIB_VER%%
69
lib/libgit2.so.%%SHLIB_VER%%
70
lib/libgit2.so.%%SHLIB_VER2%%
71
libdata/pkgconfig/libgit2.pc
71
libdata/pkgconfig/libgit2.pc

Return to bug 196176