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

Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	tdiary
8
PORTNAME=	tdiary
9
PORTVERSION=	3.1.1
9
PORTVERSION=	3.1.1
10
PORTREVISION=	1
10
CATEGORIES?=	www ruby
11
CATEGORIES?=	www ruby
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/ \
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/ \
12
		http://www.tdiary.org/download/
13
		http://www.tdiary.org/download/
Lines 24-29 Link Here
24
25
25
NO_BUILD=	yes
26
NO_BUILD=	yes
26
USE_RUBY=	yes
27
USE_RUBY=	yes
28
USE_RUBY_FEATURES=	iconv
27
RUBY_REQUIRE=	Ruby >= 185
29
RUBY_REQUIRE=	Ruby >= 185
28
30
29
RUBY_SHEBANG_FILES=	index.fcgi \
31
RUBY_SHEBANG_FILES=	index.fcgi \
Lines 70-75 Link Here
70
.if !defined(RUBY_PROVIDED)
72
.if !defined(RUBY_PROVIDED)
71
IGNORE=	requires Ruby 1.8.5 or later
73
IGNORE=	requires Ruby 1.8.5 or later
72
.endif
74
.endif
75
USE_RUBY_FEATURE=	iconv
73
.if !defined(WITHOUT_TDIARY_NORA)
76
.if !defined(WITHOUT_TDIARY_NORA)
74
RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/web/escape_ext.so:${PORTSDIR}/www/ruby-nora
77
RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/web/escape_ext.so:${PORTSDIR}/www/ruby-nora
75
.endif
78
.endif

Return to bug 162269