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

Collapse All | Expand All

(-)rubygem-json/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	json
8
PORTNAME=	json
9
PORTVERSION=	1.6.1
9
PORTVERSION=	1.6.1
10
PORTREVISION=	1
10
CATEGORIES=	devel rubygems
11
CATEGORIES=	devel rubygems
11
MASTER_SITES=	RG
12
MASTER_SITES=	RG
12
13
Lines 20-26 Link Here
20
.include <bsd.port.pre.mk>
21
.include <bsd.port.pre.mk>
21
22
22
.if ${RUBY_VER} < 1.9
23
.if ${RUBY_VER} < 1.9
23
USE_RUBY_FEATURES=	iconv
24
RUN_DEPENDS+=	${DEPEND_RUBY_ICONV}
24
.endif
25
.endif
25
26
26
.include <bsd.port.post.mk>
27
.include <bsd.port.post.mk>
(-)rubygem-json_pure/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	json_pure
8
PORTNAME=	json_pure
9
PORTVERSION=	1.6.1
9
PORTVERSION=	1.6.1
10
PORTREVISION=	1
10
CATEGORIES=	devel rubygems
11
CATEGORIES=	devel rubygems
11
MASTER_SITES=	RG
12
MASTER_SITES=	RG
12
13
Lines 22-28 Link Here
22
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
23
24
24
.if ${RUBY_VER} < 1.9
25
.if ${RUBY_VER} < 1.9
25
USE_RUBY_FEATURES=	iconv
26
RUN_DEPENDS+=           ${DEPEND_RUBY_ICONV}
26
.endif
27
.endif
27
28
28
.include <bsd.port.post.mk>
29
.include <bsd.port.post.mk>

Return to bug 162298