- Add patch to deps in gemspec. This plus some other patches should fix rails.

Submitted by:	sunpoet
This commit is contained in:
Steve Wills 2014-02-02 02:59:10 +00:00
parent b6979dc6f2
commit 979afa2999
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342231

View file

@ -3,6 +3,7 @@
PORTNAME= sprockets
PORTVERSION= 2.10.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -22,4 +23,7 @@ RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/sprockets
post-patch:
@${REINPLACE_CMD} -e '73 s|~>|">="|; 80,87 d' ${WRKSRC}/${GEM_NAME}.gemspec
.include <bsd.port.mk>