- Add patch to deps in gemspec. This plus some other patches should fix rails.
Submitted by: sunpoet
This commit is contained in:
parent
b6979dc6f2
commit
979afa2999
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342231
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue