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

Collapse All | Expand All

(-)rubygem-rugged/Makefile (-6 / +14 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/rubygem-rugged/Makefile 380539 2015-03-05 17:29:12Z sunpoet $
2
# $FreeBSD: head/devel/rubygem-rugged/Makefile 380539 2015-03-05 17:29:12Z sunpoet $
3
3
4
PORTNAME=	rugged
4
PORTNAME=	rugged
5
PORTVERSION=	0.21.0
5
PORTVERSION=	0.21.4
6
CATEGORIES=	devel rubygems
6
CATEGORIES=	devel rubygems
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
Lines 11-25 Link Here
11
11
12
LICENSE=	MIT
12
LICENSE=	MIT
13
13
14
BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake \
14
BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
15
		libgit2>=${PORTVERSION}:${PORTSDIR}/devel/libgit2
16
LIB_DEPENDS=	libgit2.so:${PORTSDIR}/devel/libgit2
17
15
16
OPTIONS_SINGLE=	SG1
17
OPTIONS_SINGLE_SG1=	BUNDLEDGIT PORTGIT
18
19
BUNDLEDGIT_DESC=	Use bundled git
20
PORTGIT_DESC=	Use port devel/libgit2 instead of bundled lib
21
22
OPTIONS_DEFAULT=	BUNDLEDGIT
23
24
PORTGIT_BUILD_DEPENDS=	libgit2>=${PORTVERSION}:${PORTSDIR}/devel/libgit2
25
PORTGIT_LIB_DEPENDS=	libgit2.so:${PORTSDIR}/devel/libgit2
26
PORTGIT_CONFIGURE_ARGS=	--use-system-libraries
27
18
USE_RUBY=	yes
28
USE_RUBY=	yes
19
USES=		pkgconfig
29
USES=		pkgconfig
20
USE_RUBYGEMS=	yes
30
USE_RUBYGEMS=	yes
21
RUBYGEM_AUTOPLIST=yes
31
RUBYGEM_AUTOPLIST=yes
22
32
23
CONFIGURE_ARGS=	--use-system-libraries
24
25
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)rubygem-rugged/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/rugged-0.21.0.gem) = e536ec53d7f08109960e159e5401e682dd03f6ab386f84f93ef71e1968817529
1
SHA256 (rubygem/rugged-0.21.4.gem) = 9be7a845ec402e7aa713af561a1dba47993fed3fd37376898d8067c955faa4a7
2
SIZE (rubygem/rugged-0.21.0.gem) = 918528
2
SIZE (rubygem/rugged-0.21.4.gem) = 926208

Return to bug 199662