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

Collapse All | Expand All

(-)Makefile 2017-01-30 09:44:00.856776000 +0100 (-1 / +6 lines)
Lines 12-18 Link Here
12
LICENSE=       MIT
12
LICENSE=       MIT
13
LICENSE_FILE=  ${WRKSRC}/LICENSE
13
LICENSE_FILE=  ${WRKSRC}/LICENSE
14
14
15
RUN_DEPENDS=   rubygem-rack16>=1.5:www/rubygem-rack16 \
15
RUN_DEPENDS=   rubygem-rack>=2.0:www/rubygem-rack \
16
               rubygem-rack-protection>=1.4:www/rubygem-rack-protection \
16
               rubygem-rack-protection>=1.4:www/rubygem-rack-protection \
17
               rubygem-tilt>=1.3:devel/rubygem-tilt
17
               rubygem-tilt>=1.3:devel/rubygem-tilt
18
18
Lines 20-23 Link Here
20
USE_RUBY=      yes
20
USE_RUBY=      yes
21
USES=          gem
21
USES=          gem
22
22
23
post-patch:
24
       @${REINPLACE_CMD} \
25
               -e 's|<rack>.freeze, \[\"~> 1.5\"\]|<rack>.freeze, \[\"~> 2.0\"\]|g' \
26
               ${WRKSRC}/sinatra.gemspec
27
23
.include <bsd.port.mk>
28
.include <bsd.port.mk>

Return to bug 212420